NAME
AnyEvent::ImageShack - simple non-blocking client for image hosting ImageShack.us
VERSION
0.2
SYNOPSIS
use AnyEvent::ImageShack;
my $c = AnyEvent->condvar;
image_host('url/or/path/to/image.png', key => 'developer_key123', sub { warn shift; $c->send });
$c->recv;
METHODS
OPTIONS
- user_agent - UserAgent string
- active - number of active connections for AnyEvent::HTTP
- max_per_host - maximum connections per one host for AnyEvent::HTTP
- key - developer key for ImageShack API
- remove_size - remove information about size from thumbnails (by default 1)
- size - resize image to specified resolution (by default don't resize)
SUPPORT
Repository
ImageShack API
SEE ALSO
COPYRIGHT & LICENSE
Copyright 2010-2012 Dmitry Konstantinov. All right 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 100:
Expected text after =item, not a bullet