PngIO.h
Go to the documentation of this file.
ErrorCode ABASESDK_LINK_SPEC loadPngImageFromBlob(IImage **image, const IBlob *data)
Definition: AlgorithmWorkset.h:17
Definition: IImage.h:122
Definition: PngIO.h:44
static ErrorCode load(IImage **image, const wchar_t *path)
Definition: PngIO.h:69
static ErrorCode load(IImage **image, const IBlob *data)
Definition: PngIO.h:74
static ErrorCode save(IBlob **data, const IImage *image)
Definition: PngIO.h:58
Definition: IBlob.h:31
ErrorCode ABASESDK_LINK_SPEC savePngImageToFile(const wchar_t *path, const IImage *image)
ErrorCode ABASESDK_LINK_SPEC savePngImageToBlob(IBlob **data, const IImage *image)
ErrorCode ABASESDK_LINK_SPEC loadPngImageFromFile(IImage **image, const wchar_t *path)
static ErrorCode save(const wchar_t *path, const IImage *image)
Definition: PngIO.h:53