]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 19 Jan 2012 18:42:28 +0000 (18:42 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 19 Jan 2012 18:42:28 +0000 (18:42 +0000)
Magick++/lib/Image.cpp
PerlMagick/demo/demo.pl

index 66bd664877d521cf0e5ccb658faba27b5a1d4b0c..2c9778654cc2bfd26a04d47c085c14e927054d5f 100644 (file)
@@ -4095,7 +4095,6 @@ void Magick::Image::virtualPixelMethod ( const VirtualPixelMethod virtual_pixel_
 {
   modifyImage();
   SetImageVirtualPixelMethod( image(), virtual_pixel_method_ );
-  options()->virtualPixelMethod( virtual_pixel_method_ );
 }
 Magick::VirtualPixelMethod Magick::Image::virtualPixelMethod ( void ) const
 {
index 64c025b5c60b675d249e083ec5aff5109b314e6e..fc72fbbc5537e7fcf299d73240f7595e44c4b828 100644 (file)
@@ -462,9 +462,8 @@ push(@$images,$example);
 #
 print "Montage...\n";
 $montage=$images->Montage(geometry=>'128x160+8+4>',gravity=>'Center',
-  tile=>'5x+10+200',compose=>'over',background=>'#ffffff',
-  font=>'Generic.ttf',pointsize=>18,fill=>'#600',stroke=>'none',
-  shadow=>'true');
+  tile=>'5x+10+200',compose=>'over',background=>'#ffffff',font=>'Generic.ttf',
+  pointsize=>18,fill=>'#600',stroke=>'none',shadow=>'true');
 
 $logo=Image::Magick->new();
 $logo->Read('logo:');