ImageMagick versions on Ubuntu Server 12.04

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
openletter
Posts: 6
Joined: 2013-11-10T16:51:20-07:00
Authentication code: 6789

ImageMagick versions on Ubuntu Server 12.04

Post by openletter »

The repository for Ubuntu Server 12.04 has ImageMagick 8:6.6.9.7-5ubuntu3.2, which was uploaded 2012-08-22. I have been unable to find a PPA supporting ImageMagick and the Ubuntu Developer team has uploaded recent versions of ImageMagick for later versions of Ubuntu. I realize another option would be to use back ports, but I'm not clear if I will gain anything by using a more updated version of ImageMagick plus I'm wondering if the reason the Ubuntu Developer team hasn't supported older versions of Ubuntu is because there is some issue. I could compile from source, but I know that I'm not the greatest at keeping up with updating things installed that way.

Is there an issue with installing newer versions to Ubuntu 12.04? Can anyone recommend a simple method of maintaining the package for the more brainless admins such as myself?

The only package I am running that uses ImageMagick is MediaWiki. Would I gain anything by running newer versions of ImageMagick?
wappy
Posts: 9
Joined: 2013-11-09T18:27:19-07:00
Authentication code: 6789

Re: ImageMagick versions on Ubuntu Server 12.04

Post by wappy »

Hi openletter

I had the same problem and i was having problems with ImagemagicK and to remove question on if it was a old version causing the problem i upgraded. The problem i was having ended up being me not knowing how to use ImageMagicK good enough. The only thing i did not see in the read me (i might have just missed it) but adding the install location to the PATH.

I compiled the build at this location, just read the 20 page readme hehe.
http://www.imagemagick.org/download/Ima ... 7-5.tar.gz

Once it is installed type: (verify path before typing it but this is where it installed for me)
export PATH=$PATH:/usr/local/bin
source .bashrc
openletter
Posts: 6
Joined: 2013-11-10T16:51:20-07:00
Authentication code: 6789

Re: ImageMagick versions on Ubuntu Server 12.04

Post by openletter »

Thank you, wappy. However, it still is not clear to me how to upgrade from installing this way, and I'm a bit lazy on upgrade methods so my first preference is to install through repository, back ports, or PPA.
johnfl68
Posts: 33
Joined: 2012-07-09T18:31:26-07:00
Authentication code: 13

Re: ImageMagick versions on Ubuntu Server 12.04

Post by johnfl68 »

Those there really needs to be some better instructions on how to get the latest build of ImageMagick and Image::Magick (Perl) installed on Ubuntu Server 12.04.

I have looked all around, and tried different instructions listed various places, and none have really worked.

It shouldn't be as difficult as it seems, I can install other software fine, and it is usually simple and concise, but for some reason for ImageMagick, you have to jump through all these hoops to get it working correctly.

There has to be a better solution to this issue.
Post Reply