Skip to content

Commit

Permalink
clarify that Imager doesn't write EXIF data to images
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Cook committed Sep 6, 2010
1 parent fe441a3 commit c560d7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/Imager/Files.pod
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ C<i_aspect_only>.
=for stopwords EXIF

If an C<APP1> block containing EXIF information is found, then any of the
following tags can be set:
following tags can be set when reading a JPEG image:

=over

Expand All @@ -550,7 +550,7 @@ exif_version exif_white_balance exif_x_resolution exif_y_resolution

=back

The following derived tags can also be set:
The following derived tags can also be set when reading a JPEG image:

=over

Expand Down Expand Up @@ -585,6 +585,9 @@ eg.
0
Auto exposure

Imager will not write EXIF tags to any type of image, if you need more
advanced EXIF handling, consider L<Image::ExifTool>.

=for stopwords IPTC

=over
Expand Down

0 comments on commit c560d7a

Please sign in to comment.