From baa880ef46eb524648ed43d7014b480354d08859 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Tue, 31 Jul 2007 13:05:25 +0000 Subject: [PATCH] remove repeated text in Imager::Files --- Changes | 7 +++++++ TODO | 4 ++-- lib/Imager/Files.pod | 6 +----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 2efa15f8..45ee2115 100644 --- a/Changes +++ b/Changes @@ -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 =========== diff --git a/TODO b/TODO index fac5e1c9..0368d549 100644 --- a/TODO +++ b/TODO @@ -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) diff --git a/lib/Imager/Files.pod b/lib/Imager/Files.pod index 0c917b76..41204180 100644 --- a/lib/Imager/Files.pod +++ b/lib/Imager/Files.pod @@ -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 and C 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 -- 2.39.5