[magick-users] Splice parameters with Perl

Vnpenguin vnpenguin at vnoss.org
Sun Aug 19 14:15:00 PDT 2007


Hi,
With ImageMagick  6.3.5 08/10/07 Q16, when I use command line on
Windows 2000: "-gravity south -background black -splice 0x100" I got
an extended black area at bottom corectly.

But when I use PerlMagick (ActivePerl 5.8.8 build 822) with following
parameters:

	$image->Splice(
		gravity => {South},
		width => 0, height => 200,
		background => Black
	);

The extended area is at "North" , not "South" :(

Any idea for help ?

Thanks,

-- 
http://vnoss.org


More information about the Magick-users mailing list