From | Laurent Birba |
Date | Fri Dec 3 05:17:33 2010 |
Subject | [greenstone-users] Problem with imagemagick |
Hi evreryone,
First of all, I would like to thanks all of you for your works and the help
Then, I would like to submit an issue we?ve met with greenstone a few days
Well, it seems like that greenstone (through the ImagePlug) can?t find
After some research and test, we try to reinstall imagemagick and
We did continue our researchs and update some links to missing libraries,
But when I try to rebuilt my image collection with greenstone, we got the
If I try ?identify ?version?, it works, if I try this
#!/usr/bin/perl use Image::Magick;
my($image, $x);
$image = Image::Magick->new; $x = $image->Read('girl.png', 'logo.png', 'rose.png'); warn "$x" if "$x";
$x = $image->Crop(geometry=>'100x100+100+100'); warn "$x" if "$x";
$x = $image->Write('x.png'); warn "$x" if "$x";
in a script.sh it works, but greenstone still can?t find imagemagick. I submitted a message last year about an issue wich look like this one, a
So I?m asking you, what we got wrong ? Thanks in advance,
(for info, we are on linux with gsdl 2.81, with imagemagick 6.6.6-1, and
Laurent Birba Service Commun de la Documentation Universit? des Antilles et de la Guyane tel : 0596 72 73 51
-------------- section suivante --------------
|