]> git.imager.perl.org - imager.git/commitdiff
document parseiptc()
authorTony Cook <tony@develop=help.com>
Mon, 26 Jun 2006 12:57:00 +0000 (12:57 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 26 Jun 2006 12:57:00 +0000 (12:57 +0000)
  https://rt.cpan.org/Ticket/Display.html?id=17894

Imager.pm
lib/Imager/Files.pod

index 5c77569a3ca5f37661f9d88fca9781359a891eb5..7107bd094894e304aea1eb0542b54ba8760c1068 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -3570,6 +3570,9 @@ new() - L<Imager::ImageTypes/new>
 
 open() - L<Imager::Files> - an alias for read()
 
+parseiptc() - L<Imager::Files/parseiptc> - parse IPTC data from a JPEG
+image
+
 paste() - L<Imager::Transformations/paste> - draw an image onto an image
 
 polygon() - L<Imager::Draw/polygon>
index 938ccabf16f89db2464da3b384638f02ab49d68e..c656b3b6aaea6d57337563e45d835886de24af6c 100644 (file)
@@ -390,6 +390,18 @@ specification for that value appears in the derived field.  So for
 example if C<exf_metering_mode> is C<5> then
 C<exif_metering_mode_name> is set to C<Pattern>.
 
+=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