24 #ifndef __IImageWriteFormatInfo__ 25 #define __IImageWriteFormatInfo__ 27 #include "IPMUnknown.h" 28 #include "IDocument.h" 30 const uint32 kMaxNumberOfBitDepths = 8;
34 uint8 supportNumberOfIndexedBitDepths;
35 uint8 supportIndexedBitDepths[kMaxNumberOfBitDepths];
36 uint8 supportNumberOfBitDepths;
37 uint8 supportBitDepths[kMaxNumberOfBitDepths];
38 uint8 supportMaxIndexedChannels;
39 uint8 supportMaxChannels;
40 uint8 supportMaxLayers;