-
-
16 Dec 2013 11:04:12 UTC
- Distribution: HTML-FormFu-Imager
- Module version: 1.00
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (343 / 0 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (14.03KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Carl Franks
NAME
HTML::FormFu::Validator::Imager::Size
SYNOPSIS
--- elements: - type: file name: photo inflators: - type: Imager validators: - type: 'Imager::Size' pixels: 200
METHODS
pixels
The maximum allowed pixel dimension of either the width or height.
width
The maximum allowed width in pixels.
height
The maximum allowed height in pixels.
exact_width
If set, the image width in pixels must exactly match this value.
exact_height
If set, the image height in pixels must exactly match this value.
SEE ALSO
HTML::FormFu::Imager, HTML::FormFu
AUTHOR
Carl Franks
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install HTML::FormFu::Imager, copy and paste the appropriate command in to your terminal.
cpanm HTML::FormFu::Imager
perl -MCPAN -e shell install HTML::FormFu::Imager
For more information on module installation, please visit the detailed CPAN module installation guide.