HTML::FormFu::Transformer::Imager - HTML::FormFu::Transformer::Imager documentation


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

Index


NAME

Top

HTML::FormFu::Transformer::Imager

SYNOPSIS

Top

    ---
    elements:
      - type: file
        name: photo
        inflators: 
          - type: Imager
        transformers:
          - type: Imager
            scaleX: [ pixels, 50 ] 

DESCRIPTION

Top

All methods accept either a scalar, arrayref or hashref of arguments. Arrayrefs and hashrefs are unrolled and passed to the Imager::Transformations method as a list.

METHODS

Top

See scale in Imager::Transformations.

See scaleX in Imager::Transformations.

See scaleY in Imager::Transformations.

See crop in Imager::Transformations.

See flip in Imager::Transformations.

See rotate in Imager::Transformations.

See convert in Imager::Transformations.

See map in Imager::Transformations.

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.