DESCRIPTION
This module represents a remote iPhoto shared image.METHODS
aspectratio
This returns the aspect ratio of the image.creationdate
This returns the creation date of the image as a UNIX timestamp.id
This returns the internal iPhoto ID for the image. You probably don't need to worry about this.imagefilename
This returns the filename of the image.kind
This returns the kind of file of the image. Currently an incomprehensible number.name
This returns the name of the image.thumbnail_url
This returns the URL of the image thumbnail.thumbnail
This returns the thumbnail binary.hires_url
This returns the URL of the image hires.hires
This returns the hires binary.AUTHOR
Leon Brocard <[email protected]>COPYRIGHT
Copyright (C) 2004-6, Leon BrocardThis module is free software; you can redistribute it or modify it under the same terms as Perl itself.