#include <IImageFormatManager.h>
This interface is used to iterate over registered kImageWriteFormatService(s) and kImageReadFormatService(s) to obtain a pointer to a IImageWriteFormat or IImageWriteFormat respectively.
- See Also
- IK2ServiceRegistry, IK2ServiceProvider, IImageReadFormat, IImageWriteFormat
- Returns
- Return the default image format as specified in the preferences
- Parameters
- Returns
- Return the corresponding IImageReadFormat that can read the iPMStream. Return nil if not found.
| virtual void IImageFormatManager::QueryImageReadFormatList | ( | IPMStream * | iPMStream, | | | std::vector< IImageReadFormat * > & | iImageReadFormatList | | ) | | |
| pure virtual |
- Parameters
| iPMStream | - source stream |
| iImageReadFormatList | - sets the corresponding list of IImageReadFormats that can read the iPMStream. |