Ask a Question related to PERL Modules, Design and Development.
-
Don Dion #1
perl can't locate image::magick....please help!!!
perl can't locate image::magick I get this error:
(OS 2)The system cannot find the file specified. : couldn't create
child process: 720002
please help!!!
Don Dion Guest
-
Image::Magick and padding of image
I need to pad an image with a white border to make it fit a certain size. So far I've found the Border() method to do the job, but not quite. As... -
Image Magick
Mike At Spy wrote: the easiest way to remove them is to use RPM, if that was what was used to install them rpm -e ImageMagick if there are no... -
Image::Magick perl: constitute.c:2015: ReadImage: Assertion `image_info->signature == 0xabacadab' failed
Hello, perl: constitute.c:2015: ReadImage: Assertion `image_info->signature == 0xabacadab' failed If anyone here has encountered the error... -
Image::Magick perl: constitute.c:2015: ReadImage: Assertion `image_info->signature == 0xabacadab' failed
Hello, perl: constitute.c:2015: ReadImage: Assertion `image_info->signature == 0xabacadab' failed If anyone here has encountered the error... -
[PHP] Image Magick
Mike -- ...and then Mike At Spy said... % % Anyone here familiar with the installation of Image Magick and what filesit % installs on your... -
Chris Whiting #2
Re: perl can't locate image::magick....please help!!!
"Don Dion" <Don.Dion@cox.net> wrote in message
news:b966722a.0401021758.3140d450@posting.google.c om...I would suggest that you describe what you are trying to do, and provide a> perl can't locate image::magick I get this error:
>
> (OS 2)The system cannot find the file specified. : couldn't create
> child process: 720002
>
> please help!!!
sample script. Also, please describe what versions (perl and imagemagick)
you are using?
Did you install the imagemagick executables and the perl package from
[url]www.imagemagick.org?[/url]
Chris Whiting Guest
-
Red Star #3
Re: perl can't locate image::magick....please help!!!
[email]Don.Dion@cox.net[/email] (Don Dion) wrote in message news:<b966722a.0401021758.3140d450@posting.google. com>...
> perl can't locate image::magick I get this error:
>
> (OS 2)The system cannot find the file specified. : couldn't create
> child process: 720002
>
> please help!!!
Make sure you have instal it, try a perdiver script to show you what
modules does your perl have. Download the Image::Magik from capn.org
Red Star Guest
-
Don Dion #4
Re: perl can't locate image::magick....please help!!!
os WinXP/Perl5.8.2/ImageMagick5.5.8(Windows installer)/Apache2.0.48
PerlMagick is installed/mod_perl installed on Apache
When trying to use Image::Magick in perl script I get tis error:
(OS 2)The system cannot find the file specified. : couldn't create
child process: 720002
Do I need to add something to Apache config for this to work?
This is my test script:
#!perl8.5.2.exe
use Image::Magick
$image=Image::Magick->new;
$image->ReadImage('model.gif');
binmode STDOUT;
$image->Write(filename=>'image.gif', compression=>'None');
Don Dion Guest



Reply With Quote

