NAME
Mojolicious::Plugin::Images::Service::Dest
VERSION
version 0.001
SYNOPSIS
my $small = $c->images->small;
DESCRIPTION
A service for images that depends on ::Origin or other ::Dest. Can be a source too, but can not be saved from upload Inherits all objects from Mojolicious::Plugin::Images::Service and implements the following new ones
ATTRIBUTES
from
A moniker to the parent object
METHODS
sync ($self, $id)
Syncronize with parent service. Returns an imager object. Writes result to disk
read ($self, $id)
Reads an object and tries to syncronize it if not exists yet
AUTHOR
alexbyk <alexbyk@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by alexbyk.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.