HTML::FormFu::Validator::Imager::Size - HTML::FormFu::Validator::Imager::Size documentation


HTML-FormFu-Imager documentation  | view source Contained in the HTML-FormFu-Imager distribution.

Index


NAME

Top

HTML::FormFu::Validator::Imager::Size

SYNOPSIS

Top

    ---
    elements:
      - type: file
        name: photo
        inflators:
          - type: Imager
        validators:
          - type: 'Imager::Size'
            pixels: 200

METHODS

Top

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

Top

HTML::FormFu::Imager, HTML::FormFu

AUTHOR

Top

Carl Franks

LICENSE

Top

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.