imImageMatchSize

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

extern (C) @safe nothrow
int
imImageMatchSize
(
const(imImage)* image1
,
const(imImage)* image2
)

Meta