Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$file="c:/web/bcimages/$ID.png"; $file1="c:/web/bcimages/$ID.bmp"; my($image, $x); $image = Image::Magick->new; $x = $image->Read($file); warn "$x" if "$x"; $x = $image->Write($file1); warn "$x" if "$x";
BazB added code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: png to bmp 24
by jmcnamara (Monsignor) on Apr 02, 2004 at 23:09 UTC | |
|
Re: png to bmp 24
by nmcfarl (Pilgrim) on Apr 03, 2004 at 00:05 UTC | |
|
Re: png to bmp 24
by Anonymous Monk on Apr 03, 2004 at 00:05 UTC | |
by Anonymous Monk on Apr 03, 2004 at 03:55 UTC | |
by nmcfarl (Pilgrim) on Apr 03, 2004 at 04:42 UTC | |
by Anonymous Monk on Apr 04, 2004 at 23:03 UTC | |
by nmcfarl (Pilgrim) on Apr 05, 2004 at 02:30 UTC |