imImageMatchColor

Returns 1 if the images match color mode and data type. Returns 0 otherwise. * * \verbatim image:MatchColor(image2: imImage) -> match: boolean [in Lua 5] \endverbatim * \ingroup imgclass

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

Meta