Mike At Spy wrote:
Anyone here familiar with the installation of Image Magick and what files it
installs on your machine?

I had an admin put it on, and then took it off - but took it off by removing
what she thought were all of the files related to it.  I just found some
files I think that are.  They are located in the usr/local/bin directory and
are called:

animate
composite
convert
display
identify
mogrify
montage

The date/time of the files being put there seems to correspond with when the
admin put the program on, and names of the files seem to imply it to me.

And I just wanted to make sure I'm not going to screw up something else by
removing them. :)

Thanks!

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 dependency problems, then it will go ahead.

make sure that you don't have any libraries that use it! I use ImageMagick in a PHP image-upload function that resizes to a maximum size. The RPM program would not tell you of that dependency.

Kae

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to