logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Net::DPAP::Client::Image - Remote DPAP image

Author

       Leon Brocard <acme@astray.com>

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.

Name

       Net::DPAP::Client::Image - Remote DPAP image

See Also