ImageIO.h
Go to the documentation of this file.
ErrorCode ABASESDK_LINK_SPEC loadImageFromFile(IImage **image, const wchar_t *path)
ErrorCode ABASESDK_LINK_SPEC loadImageFromBlob(IImage **image, const IBlob *data, const wchar_t *formatExt)
Definition: AlgorithmWorkset.h:17
ErrorCode ABASESDK_LINK_SPEC loadImage32fFromFile(IImage **image, const wchar_t *path)
ErrorCode ABASESDK_LINK_SPEC saveImage32fToFile(const wchar_t *path, const IImage *image)
ErrorCode ABASESDK_LINK_SPEC saveImageToFile(const wchar_t *path, const IImage *image)
ErrorCode ABASESDK_LINK_SPEC saveImageToBlob(IBlob **data, const IImage *image, const wchar_t *formatExt)