Web Hosting Talk







View Full Version : image manipulation classes or packs


Fremont Servers
08-27-2002, 08:00 PM
Hello,

On a typical RH Linux 7.1, is there image manipulation classes or packs that came with it?

If so, do you knw the path of this image manipulation classes or packs?

If not, do you know where to get it?

apollo
08-28-2002, 01:56 AM
yes there is. Check out if you have ImageMagick installed on your server

Fremont Servers
08-28-2002, 04:50 AM
Yes, I do have them installed.

From that, how do I find the path of this image manipulation classes or packs?

Ahmad
08-28-2002, 10:03 AM
Try this command:


which convert


If nothings comes up, try this:


locate mogrify


The later will probably give you some results, among them you must locate the mogrify command. You'll find convert in the same directory.

There is also a Perl package. For more information:
http://www.imagemagick.org/

Fremont Servers
08-28-2002, 11:00 AM
which convert


/usr/X11R6/bin/convert


locate mogrify


/usr/share/doc/ImageMagik-5.2.7/www/mogify.html
/usr/X11R6/bin/mogify
/usr/X11R6/man/man1/mogify.1.gz



Which one is the path of image manipulation classes or packs?

Ahmad
08-28-2002, 11:04 AM
The path to the command line tools is this:


/usr/X11R6/bin


There you have convert, mogrify, and all the other ImageMagick commands.

I'm not sure what do you mean with packages and classes. You mean Perl packages? If that is what you mean, then I'm not sure. I don't do Perl that much.

Fremont Servers
08-29-2002, 12:54 PM
This is the error I got for using /usr/X11R6/bin for image manipulation


ImageMagick error. Wrong path or ImageMagick not installed.
Check module settings.


/usr/bin/X11/convet

/usr/X11R6/bin/mogify

Ahmad
08-29-2002, 04:51 PM
Originally posted by Asia
This is the error I got for using /usr/X11R6/bin for image manipulation


ImageMagick error. Wrong path or ImageMagick not installed.
Check module settings.

..


What program is that? in what language it is written?

Fremont Servers
08-31-2002, 02:09 PM
It’s a PHP Gallery script – it allows you to auto create thumbnails or resize images