imImageMatchDataType

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

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

Meta