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-tiff-io.module.proxy < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-19  |  1.9 KB  |  55 lines

  1. <?xml version="1.0" ?>
  2. <k3dml package="k3d" version="0.7.11.0" host="Windows-5.1;x86">
  3.     <module name="k3d-tiff-io.module">
  4.         <plugins>
  5.             <plugin name="TIFFBitmapReader" factory_id="1cd9dc05 9b4c9703 97dd6ea6 5bb094c2" quality="stable" type="document">
  6.                 <short_description>Loads a TIFF (*.tif) 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="TIFFBitmapWriter" factory_id="70e8b804 8f4fac44 0a7002a3 4dbc8ee7" quality="stable" type="document">
  17.                 <short_description>Bitmap writer that saves TIFF (*.tiff) 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="TIFFBitmapExporter" factory_id="00000001 00000000 00000000 00000085" quality="stable" type="application">
  28.                 <short_description>TIFF (*.tiff)</short_description>
  29.                 <categories>
  30.                     <category>Bitmap</category>
  31.                     <category>BitmapExporter</category>
  32.                 </categories>
  33.                 <interfaces>
  34.                     <interface>k3d::ibitmap_exporter</interface>
  35.                 </interfaces>
  36.                 <metadata/>
  37.             </plugin>
  38.             <plugin name="TIFFBitmapImporter" factory_id="3cfedd91 d5764d3a 91b15d47 dcdcf962" quality="stable" type="application">
  39.                 <short_description>TIFF (*.tiff)</short_description>
  40.                 <categories>
  41.                     <category>Bitmap</category>
  42.                     <category>BitmapImporter</category>
  43.                 </categories>
  44.                 <interfaces>
  45.                     <interface>k3d::ibitmap_importer</interface>
  46.                 </interfaces>
  47.                 <metadata>
  48.                     <pair name="k3d:load-order" value="8"/>
  49.                     <pair name="k3d:mime-types" value="image/tiff"/>
  50.                 </metadata>
  51.             </plugin>
  52.         </plugins>
  53.     </module>
  54. </k3dml>
  55.