table of contents
Net::DPAP::Client::Image(3pm) | User Contributed Perl Documentation | Net::DPAP::Client::Image(3pm) |
NAME¶
Net::DPAP::Client::Image - Remote DPAP image
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 <acme@astray.com>
COPYRIGHT¶
Copyright (C) 2004-6, Leon Brocard
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
2022-06-16 | perl v5.34.0 |