imProcessCalcRotateSize

Calculates the size of the new image after rotation. * * \verbatim im.ProcessCalcRotateSize(width: number, height: number, cos0: number, sin0: number) [in Lua 5] \endverbatim * \ingroup geom

version(IM)
extern (C) @nogc nothrow
void
imProcessCalcRotateSize
(
int width
,
int height
,,,
double cos0
,
double sin0
)

Meta