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

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

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


ÐÑаÑÐ¸Ð¼Ð¸Ñ ÐеÑов, <k.berov at gmail.com>


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.