| HTML-FormFu-Imager documentation | view source | Contained in the HTML-FormFu-Imager distribution. |
HTML::FormFu::Validator::Imager::Size
---
elements:
- type: file
name: photo
inflators:
- type: Imager
validators:
- type: 'Imager::Size'
pixels: 200
The maximum allowed pixel dimension of either the width or height.
The maximum allowed width in pixels.
The maximum allowed height in pixels.
If set, the image width in pixels must exactly match this value.
If set, the image height in pixels must exactly match this value.
Carl Franks
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| HTML-FormFu-Imager documentation | view source | Contained in the HTML-FormFu-Imager distribution. |