Anyone using the above combination to create image files (or do anything else for that
matter)?
I did some prototyping work in December and all worked fine. Now the same code does
not work anymore. ImageMagick has presumably been upgraded during an update-all.
I have OSX 10.2.6
Fink Commander reports ImageMagick to be 5.5.6-1 and perlmagick-pm to be 5.5.4-2
although perlmagick-pm560 is apparently 5.5.4-3.
Running the example script...
#!/usr/bin/perl -w
use Image::Magick;
$image = Image::Magick->new;
$image->Set('size'=>'100x100');
$image->ReadImage('xc:white');
$image->Set('pixel[49,49]'=>'red');
$image->Write('filename'=>'./abc.gif');
results in no errors and no output.
The same thing with a Draw command instead of a Set pixel command causes an exception
with 'No image defined'?
Any clues?
Later,
Andy
-------------
Yada, yada, yada...
The information contained in this e-mail (including any attachments) is confidential
and is intended for the use of the addressee only. The opinions expressed within
this e-mail (including any attachments) are the opinions of the sender and do not
necessarily constitute those of Roslin Institute (Edinburgh) ("the Institute") unless
specifically stated by a sender who is duly authorised to do so on behalf of the
Institute.
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users