ImageMagick pro someone ?

Hello,
We've been using ImageMagick on our old 7.0 RedHat server with Apache 1.3.14 (who's laughing at the back ? ImageMagick pro someone ? ) and moved to a more recent server - RH 7.3 and 1.3.27 Apache.
The upload / resize script that was mirrored from the old server stopped working for resize and convert features.
Among other things, the dynamic titles we generate with it (text added on an dynamically created image) are not in the same position anymore.
Say the old action was (from the PHP script),
ImageTTFText ($im, 22, 0, 10, 20, $writingcolor, "/mydir/arial.ttf","Bonjour Monde");
the image still works but the position's incorrect, the text overlaps at the edges.

We have reinstalled IM with an RPM, then from the tarball as the version was newer, but the scripts now say IM cannot be found.
Testing "convert -size 120x120 Applepie.jpg" gives "bash: convert: command not found" so I guess the executables are not in the path where they should be ?

Has any experienced such a (painful) migration or would know ImageMagick enough to help ?

Thanks,

 

 

 

 

Top