BmpIO.h
Go to the documentation of this file.
Definition: AlgorithmWorkset.h:17
Definition: IImage.h:122
ErrorCode ABASESDK_LINK_SPEC saveBmpImageToBlob(IBlob **data, const IImage *image)
static ErrorCode load(IImage **image, const wchar_t *path)
Definition: BmpIO.h:68
static ErrorCode save(const wchar_t *path, const IImage *image)
Definition: BmpIO.h:53
Definition: IBlob.h:31
Definition: BmpIO.h:44
ErrorCode ABASESDK_LINK_SPEC loadBmpImageFromBlob(IImage **image, const IBlob *data)
static ErrorCode save(IBlob **data, const IImage *image)
Definition: BmpIO.h:57
ErrorCode ABASESDK_LINK_SPEC loadBmpImageFromFile(IImage **image, const wchar_t *path)
static ErrorCode load(IImage **image, const IBlob *data)
Definition: BmpIO.h:72
ErrorCode ABASESDK_LINK_SPEC saveBmpImageToFile(const wchar_t *path, const IImage *image)