in reply to Perl GD
#my $old = Image::Resize->new($explimg); does not WORK!!!
According to the docs, it should work. I.e., GD::Tiler's tile() claims it returns a GD::Image object, and Image::Resize's constructor says "can accept either GD::Image object, or file system path". So that brings up the question what exactly does "does not WORK" mean? Any errors? What object type is indicated by ref($explimg), etc.?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl GD
by iea (Beadle) on Jan 17, 2010 at 19:23 UTC |