mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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:');
|
||||
|
||||
Reference in New Issue
Block a user