imFormatCanWriteImage

Checks if the format support the given image class at the given compression. \n * Returns an error code. * See also \ref format, \ref imErrorCodes, \ref imDataType, \ref imColorSpace and \ref imColorModeConfig. * * \verbatim im.FormatCanWriteImage(format: string, compression: string, color_mode: number, data_type: number) -> can_write: boolean [in Lua 5] \endverbatim * \ingroup format

version(IM)
extern (C) @nogc nothrow
int
imFormatCanWriteImage
(
const(char)* format
,
const(char)* compression
,,)

Meta