#include <ImageIO.h>
Collaboration diagram for ImageIOInfo:
Public Attributes | |
String | m_openfilter |
String | m_savefilter |
String | m_suffix |
String | m_localizedname |
String | m_matchname |
String | m_documentation |
ULONG | m_flags |
BOOL | m_candomultiframes: 1 |
BOOL | m_canwrite: 1 |
BOOL | m_haswriteoptions: 1 |
BOOL | m_canstorealpha: 1 |
BOOL | m_canstoresound: 1 |
BOOL | m_canstoremultibuffers: 1 |
BOOL | m_closewrite: 1 |
Definition at line 35 of file ImageIO.h.
|
Indicates if the plugin can process (read-write) multiple frames in one single file. QuickTime and AVI can obviously do that. Gif can too. But Targa can't. |
|
Indicates if the plugin can store alpha channels with the image data. |
|
Indicates if the plugin can store multiple buffers. OpenEXR and Jpeg2000 can do that. |
|
Indicates if the plugin can store sound data. Either in the same file, with image data or on separate file. |
|
Indicates if the plugin can write to file. All plugins must have read from file capability but may not write to file. |
|
Indicates if the plugin needs to close animation file after saving frames. |
|
Contains a HTML string describing the plugin and its usage. |
|
|
|
Indicates if the plugin provides a callable Save Options dialog box. Most common Save Options dialogs are compression settings. Other common Save Option woud be bit depth. |
|
Contains the name of the supported file type as displayed in the Render Option drop down list. |
|
Contains a unique name used to identify the plugin. This name is stored in the project files and must be unique among plugins and may not contain spaces |
|
Contains OpenFile dialog file filter. The format is "|Display string|filter string|Macintosh filetype||"
|
|
Contains Save dialog file filter. The format is "|Display string|filter string|Macintosh filetype||"
|
|
Contains the prefered or most common file extension. Only one extension. Do not include the dot. |
Generated on Thu Oct 27 11:46:59 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001