Ask a Question related to PHP Development, Design and Development.
-
David T-G #1
Re: [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 machine?
Yep.
%
% I had an admin put it on, and then took it off - but took it off by removing
Why take it off? Tsk, tsk! You'll miss it ;-)
% 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
Yes, those are all magick executables. The interesting thing is that
your admin could have missed those when, well, they're the biggest end
result of IM (some might just use the perl or lib code, but most will
want the CLI executables). I wouldn't be at all sure that "everything
else" has been cleaned from the machine. You might run a find across the
whole system and check for that timestamp.
As was already suggested, if it was installed via rpm then go ahead and
remove it via rpm.
HTH & HAND
:-D
--
David T-G * There is too much animal courage in
(play) [email]davidtg@justpickone.org[/email] * society and not sufficient moral courage.
(work) [email]davidtgwork@justpickone.org[/email] -- Mary Baker Eddy, "Science and Health"
[url]http://justpickone.org/davidtg/[/url] Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)
iD8DBQE/S+JyGb7uCXufRwARApT7AJ4ncF419jUXZciJooVvC9p69WqtMQ CfTgxg
dgue6WExGZ9oy1+eeFAYu2w=
=2T9T
-----END PGP SIGNATURE-----
David T-G Guest
-
Image::Magick newbie
Hi, Hopefully, this will be easy for someone else: perl Makefile.PL LIB=xx PREFIX=xx went off okay. but.. Magick.xs was throwing up a lot... -
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... -
can't install Image::Magick
I need help to install Image:Magick. I've done all I can and searched the web, but now I'm really stuck. My problem seems to be FreeType or... -
Image::Magick and Tk::Photo
I am trying to read in a bunch of images and manipulate them using Image::Magick, then display them using Tk::Photo. I would like to do this...



Reply With Quote

