From: Tony Cook Date: Mon, 26 Jun 2006 12:57:00 +0000 (+0000) Subject: document parseiptc() X-Git-Tag: Imager-0.51_01~7 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/f0fe9c14ed13bc5a58547e70bacfd9cd957f161d document parseiptc() https://rt.cpan.org/Ticket/Display.html?id=17894 --- diff --git a/Imager.pm b/Imager.pm index 5c77569a..7107bd09 100644 --- a/Imager.pm +++ b/Imager.pm @@ -3570,6 +3570,9 @@ new() - L open() - L - an alias for read() +parseiptc() - L - parse IPTC data from a JPEG +image + paste() - L - draw an image onto an image polygon() - L diff --git a/lib/Imager/Files.pod b/lib/Imager/Files.pod index 938ccabf..c656b3b6 100644 --- a/lib/Imager/Files.pod +++ b/lib/Imager/Files.pod @@ -390,6 +390,18 @@ specification for that value appears in the derived field. So for example if C is C<5> then C is set to C. +=over + +=item parseiptc + +Historically, Imager saves IPTC data when reading a JPEG image, the +parseiptc() method returns a list of key/value pairs resulting from a +simple decoding of that data. + +Any future IPTC data decoding is likely to go into tags. + +=back + =head2 GIF (Graphics Interchange Format) When writing one of more GIF images you can use the same