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

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

Meta