From 5f5fe73ec3a394619c5e73aefc26b52513edfda9 Mon Sep 17 00:00:00 2001 From: Arnar Mar Hrafnkelsson Date: Fri, 18 May 2001 07:31:57 +0000 Subject: [PATCH] Added mng to the TOOD, and added a warning to the Makefile.PL if gif/ungif is enabled. --- Makefile.PL | 21 ++++++++++++++++++++- TODO | 4 +++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 796185fc..cd932d06 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -135,10 +135,29 @@ sub automatic { sub gifcheck { - if ($formats{'gif'} and $formats{'ungif'}) { + if ($formats{'gif'} and $formats{'ungif'}) { print "ungif and gif can not coexist - removing ungif support\n"; delete $formats{'ungif'}; } + + RETR: + if ($formats{'gif'} or $formats{'ungif'}) { + print <; + chomp($resp); + if ($resp ne "n") { + delete $formats{'gif'}; + delete $formats{'ungif'}; + } + } my @dirs; for my $frm (grep $formats{$_}, qw(gif ungif)) { push(@dirs, @{$formats{$frm}{incdir}}) if $formats{$frm}{incdir}; diff --git a/TODO b/TODO index 551a908f..4062f749 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,8 @@ MultiImage & metadata support: interface design that takes these factors into account. New Features: +- Add mng support. + - Transforms, interpolated multidimensional lookup tables. Usefull for CMYK <-> RGB table lookup. @@ -35,7 +37,7 @@ New Features: Clean up: - Make sure everything is doable with the OO interface - i_flood_fill() f. example. + i_flood_fill() for example. - Split the other classes into seperate files Imager::Font::TT, Imager::Font::T1, currently an if statement is used to choose what code to -- 2.39.5