imImageMatchColorSpace

Returns 1 if the images match width, height and color space. Returns 0 otherwise. * * \verbatim image:MatchColorSpace(image2: imImage) -> match: boolean [in Lua 5] \endverbatim * \ingroup imgclass

version(IM)
@nogc nothrow extern (C)
int
imImageMatchColorSpace
(
const(imImage)* image1
,
const(imImage)* image2
)

Meta