_out_maxsize
Determines the maximum output dimensions for the final rendered image
Default Value
None
Remarks
_out_maxsize, _out_maxwidth
and _out_maxheight let you control the maximum size
of the image that is sent to you. You can specify any combination of these
parameters that you like (although specifying all three is redundant).
The final image will be resized, if necessary, so
that:
- its width is smaller than
_out_maxwidth;
- its height is smaller than
_out_maxheight; and
- its width and height are both smaller than
_out_maxsize.
Note that setting _out_maxsize=200 is equivalent to setting
_out_maxwidth=200 and _out_maxheight=200.
Due to limitations in the Adobe Flash player, output images are always smaller
than 2800 x 2800.
See Also
_out_maxwidth,
_out_maxheight,
_thumbs