CGI::Ex::Recipes::Imager - Implements image mangement!


CGI-Ex-Recipes documentation  | view source Contained in the CGI-Ex-Recipes distribution.

Index


SYNOPSIS

Top

Somewhere in the templates.

   [% Imager.img('./foo/bar.jpg',widtt=300, height=400, class='blah',style='float:right) %]
    ...

        


DESCRIPTION

Top

NOTE: this is just a draft. Nothing is implemented.

Manages display and recise of images. If an image is already recised and stored in the temp directory, just creates an img tag with src attribute pointing to the ready for display image. If the image is displayed for the very first time does everithing needed to resize a copy of the image and place it in the temp directory. then it creates a tag for it so it can be displayed

METHODS

Top

img

AUTHOR

Top

Красимир Беров, <k.berov at gmail.com>

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


CGI-Ex-Recipes documentation  | view source Contained in the CGI-Ex-Recipes distribution.