in reply to ImageMagick - why do these snippets act differently?
You can get the depth of the original image like this:$opimage->Set(magick=>'RGB', depth=>8);
my $depth = $ipimage->Get('depth');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: ImageMagick - why do these snippets act differently?
by pete_l (Novice) on Aug 22, 2014 at 17:10 UTC |