]> git.imager.perl.org - imager.git/commitdiff
[rt #79251] note Image::ExifTool in a few places
authorTony Cook <tony@develop-help.com>
Mon, 8 Oct 2012 09:12:06 +0000 (20:12 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 8 Oct 2012 09:12:06 +0000 (20:12 +1100)
Imager.pm
lib/Imager/ImageTypes.pod

index 90d548e83ba0fad2843a2db4c63672b88224468d..1d5a048d3677f21287b36fa26b358e125cc0b19f 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -4751,7 +4751,7 @@ matrix - L<Imager::Matrix2d>,
 L<Imager::Engines/"Matrix Transformations">,
 L<Imager::Font/transform()>
 
-metadata, image - L<Imager::ImageTypes/"Tags">
+metadata, image - L<Imager::ImageTypes/"Tags">, L<Image::ExifTool>
 
 mosaic - L<Imager::Filters/mosaic>
 
@@ -4955,6 +4955,8 @@ Other perl imaging modules include:
 L<GD>(3), L<Image::Magick>(3), L<Graphics::Magick>(3),
 L<Prima::Image>, L<IPA>.
 
+For manipulating image metadata see L<Image::ExifTool>.
+
 If you're trying to use Imager for array processing, you should
 probably using L<PDL>.
 
index 3e577eaa3c58ac68bd5f63c33e72a71ace78624e..39101b9186d2fc214afeaae41ad95089f8e7add0 100644 (file)
@@ -757,6 +757,9 @@ You can retrieve tags from an image using the tags() method, you can
 get all of the tags in an image, as a list of array references, with
 the code or name of the tag followed by the value of the tag.
 
+Imager's support for fairly limited, for access to pretty much all
+image metadata you may want to try L<Image::ExifTool>.
+
 =over
 
 =item tags()