Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Eyefi I2 1.0 (Default branch) Post 302172417 by Linux Bot on Monday 3rd of March 2008 04:10:05 PM
Old 03-03-2008
Eyefi I2 1.0 (Default branch)

Eyefi I2 is an API for the abstraction of all common image transformations (thumbnailing, scaling, borders, etc.) into an XML file. Through a simple PHP API, images can be loaded through such a transformation to generate and cache a modified image. By stacking the image operations, very complex transformations can be accomplished, incorporating source images, generated text, image overlays, and more.Image

More...
 
Flickr::API::Response(3pm)				User Contributed Perl Documentation				Flickr::API::Response(3pm)

NAME
Flickr::API::Response - A response from the flickr API. SYNOPSIS
use Flickr::API; use Flickr::API::Response; my $api = new Flickr::API({'key' => 'your_api_key'}); my $response = $api->execute_method('flickr.test.echo', { 'foo' => 'bar', 'baz' => 'quux', }); print "Success: $response->{success} "; DESCRIPTION
This object encapsulates a response from the Flickr API. It's a subclass of "HTTP::Response" with the following additional keys: { 'success' => 1, 'tree' => XML::Parser::Lite::Tree, 'error_code' => 0, 'error_message' => '', } The "_request" key contains the request object that this response was generated from. This request will be a "Flickr::API::Request" object, which is a subclass of "HTTP:Request". The "sucess" key contains 1 or 0, indicating whether the request suceeded. If it failed, "error_code" and "error_message" explain what went wrong. If it suceeded, "tree" contains an "XML::Parser::Lite::Tree" object of the response XML. AUTHOR
Copyright (C) 2004, Cal Henderson, <cal@iamcal.com> SEE ALSO
Flickr::API, XML::Parser::Lite perl v5.14.2 2008-09-29 Flickr::API::Response(3pm)
All times are GMT -4. The time now is 06:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy