|
NAMEHTML::FormFu::Validator::Imager::Size SYNOPSIS ---
elements:
- type: file
name: photo
inflators:
- type: Imager
validators:
- type: 'Imager::Size'
pixels: 200
METHODSpixelsThe maximum allowed pixel dimension of either the width or height. widthThe maximum allowed width in pixels. heightThe maximum allowed height in pixels. exact_widthIf set, the image width in pixels must exactly match this value. exact_heightIf set, the image height in pixels must exactly match this value. SEE ALSOHTML::FormFu::Imager, HTML::FormFu AUTHORCarl Franks LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
|