home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / lib / k3d / plugins / k3d-png-io.module.proxy < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-19  |  1.5 KB  |  44 lines

  1. <?xml version="1.0" ?>
  2. <k3dml package="k3d" version="0.7.11.0" host="Windows-5.1;x86">
  3.     <module name="k3d-png-io.module">
  4.         <plugins>
  5.             <plugin name="PNGBitmapReader" factory_id="20fb9aae 1e4fb977 c4dbcfad 9d66568e" quality="stable" type="document">
  6.                 <short_description>Loads a PNG (*.png) bitmap from the filesystem</short_description>
  7.                 <categories>
  8.                     <category>Bitmap</category>
  9.                     <category>BitmapReader</category>
  10.                 </categories>
  11.                 <interfaces>
  12.                     <interface>k3d::ibitmap_source</interface>
  13.                 </interfaces>
  14.                 <metadata/>
  15.             </plugin>
  16.             <plugin name="PNGBitmapWriter" factory_id="3bf6aa31 b944432c ca32a681 8c6e07e8" quality="stable" type="document">
  17.                 <short_description>Bitmap writer that saves PNG (*.png) files</short_description>
  18.                 <categories>
  19.                     <category>Bitmap</category>
  20.                     <category>BitmapWriter</category>
  21.                 </categories>
  22.                 <interfaces>
  23.                     <interface>k3d::ibitmap_sink</interface>
  24.                 </interfaces>
  25.                 <metadata/>
  26.             </plugin>
  27.             <plugin name="PNGBitmapImporter" factory_id="ac17627d aa8848fd b621bd81 4ba02136" quality="stable" type="application">
  28.                 <short_description>PNG (*.png)</short_description>
  29.                 <categories>
  30.                     <category>Bitmap</category>
  31.                     <category>BitmapImporter</category>
  32.                 </categories>
  33.                 <interfaces>
  34.                     <interface>k3d::ibitmap_importer</interface>
  35.                 </interfaces>
  36.                 <metadata>
  37.                     <pair name="k3d:load-order" value="8"/>
  38.                     <pair name="k3d:mime-types" value="image/png"/>
  39.                 </metadata>
  40.             </plugin>
  41.         </plugins>
  42.     </module>
  43. </k3dml>
  44.