imImageGetAttribInteger

Returns an extended attribute as an integer. * \verbatim image:GetAttribInteger(attrib: string, [index: number]) -> value: number [in Lua 5] \endverbatim \ingroup imgclass

version(IM)
@nogc nothrow extern (C)
int
imImageGetAttribInteger
(
const(imImage)* image
,
const(char)* attrib
,
int index
)

Meta