Skip to content

Commit

Permalink
remove repeated text in Imager::Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Cook committed Jul 31, 2007
1 parent c6828fe commit baa880e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 7 additions & 0 deletions Changes
Expand Up @@ -29,6 +29,13 @@ Bug fixes:
the source image.
https://rt.cpan.org/Ticket/Display.html?id=28492

- remove repeated text in Imager::Files
http://rt.cpan.org/Ticket/Display.html?id=27589

- be even more explicit that scale() and friends don't modify the source
image, but return a new image.
http://rt.cpan.org/Ticket/Display.html?id=28570

Imager 0.59 - 14 June 2007
===========

Expand Down
4 changes: 2 additions & 2 deletions TODO
Expand Up @@ -14,14 +14,14 @@ convert() doesn't preserve sample size (#28492) (done)

be explicit that scale*() doesn't modify the source (#28570) (done)

repeated text in Imager::Files (#27589) (done)

new color counting code (#28142)

Imager doesn't load on Windows 98 (#27653)

enable transparency by default for gif (#27615)

repeated text in Imager::Files (#27589)

sample: scaling an animated gif (#27591)

error message when loading an unsupported font format is confusing (#27571)
Expand Down
6 changes: 1 addition & 5 deletions lib/Imager/Files.pod
Expand Up @@ -558,14 +558,10 @@ non-zero if the image was interlaced ("Interlace Flag")
=item gif_screen_height

the size of the logical screen. When writing this is used as the
minimum. If any image being written would extend beyond this the
minimum. If any image being written would extend beyond this then the
screen size is extended. ("Logical Screen Width", "Logical Screen
Height").

When writing this is used as a minimum, if the combination of the
image size and the image's C<gif_left> and C<gif_top> is beyond this
size then the screen size will be expanded.

=item gif_local_map

Non-zero if this image had a local color map. If set for an image
Expand Down

0 comments on commit baa880e

Please sign in to comment.