
CatalystX::Usul::Model::Imager - Manipulate images

0.7.$Revision: 1181 $

my $model = $c->model( q(Imager) );
my ($data, $type, $mtime) =
$model->transform( [ @args ], $c->req->query_parameters );
# For a thumbnail image
# http://localhost:3000/en/imager/scale/static/images/catalyst_logo.png?scalefactor=0.5

Transform any image under the document root using the Imager module

Sets attributes for the document root and the cache root
Creates an Imager object for the supplied path under the document root. Transforms the object using the supplied method and parameters. Returns the rendered image data, the mime type and the modification time of the image file

None

None


There are no known incompatibilities in this module

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Peter Flanigan, <Support at RoxSoft.co.uk>

Copyright (c) 2008 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE