This commit is contained in:
cristy
2012-01-19 18:42:28 +00:00
parent 72843a3fb2
commit b48597a424
2 changed files with 2 additions and 4 deletions
-1
View 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
{
+2 -3
View 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:');