The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

Somewhere in the templates.

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

        

DESCRIPTION

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

img

AUTHOR

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

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Красимир Беров, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 35:

Non-ASCII character seen before =encoding in 'Красимир'. Assuming UTF-8