![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: Aug 2005
My beans are hidden!
|
Imagemagick 6.3.x
Hi,
From what I can see there is only version 6.2.3 available of imagemagick in apt. Where can I find version 6.3.x? I would rather not compile it myself of obvious reasons. Cheers |
|
|
|
|
|
#2 |
|
Fresh Brewed Ubuntu
![]() Join Date: Mar 2006
Location: Nerderlands
Beans: 1,243
Ubuntu 8.10 Intrepid Ibex
|
Re: Imagemagick 6.3.x
if the version is not in the repositories, and since there is no deb file available you'll have to compile it yourself, im afraid...
__________________
"Please choose a different password, the one you have chosen is in use by UID 1432" |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Aug 2005
My beans are hidden!
|
Re: Imagemagick 6.3.x
Thanks mister for you answer. Have to use magickwand, and now not possible if I do not compile it myself....what a shame.
Peace |
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2007
Beans: 26
|
Re: Imagemagick 6.3.x
Hey,
I just installed imagemagick 6.3.5.3. I'm no an expert in Linux but I think my version works fine. It works on the command line and with its C API (MagickWand). I deinstalled the old imageversion via Synaptic Package Manager. Then I downloaded the newest source from http://www.imagemagick.org/script/install-source.php Then do the unpack stuff gunzip -c ImageMagick.tar.gz | tar xvf - and go in this new folder cd ImageMagick-6.3.5 The next step is the configuration and this the crucial part. There is a lot you can configure (if you really want to know what s going on check: http://www.imagemagick.org/script/ad...stallation.php for more information). For me it was important that I change the prefix (./configure --prefix=/usr) this ensures that it gets installed in /usr and not in the default folder /usr/local. After that I did make and then sudo make install. During this installation there are many warnings messages like libtool: link: warning and then something like blablabla seems to be moved. This warning is triggered by the GNU libtool that complains about the // in the path. However the make runs through and after sudo make install I could use MagickWand. So if you really need the newest version...try and install it. Maybe that helps TurboToJo
__________________
Samsung R50 Cong - Ubuntu Feisty and WinXP Home |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() |
Re: Imagemagick 6.3.x
An old thread, I know, but thanks to DJTurboToJo's tip, I now have an ImageMagick that can -extent using a specific background colour (only available in ImageMagick 6.3.2 or above)! Thanks particularly for the configure code:
Code:
./configure --prefix=/usr |
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2006
Location: Brazil
Beans: 42
Ubuntu 7.04 Feisty Fawn
|
Re: Imagemagick 6.3.x
Thanks for the help!
Just for notice, since I'm a lazy guy, I prefer typing an extra "z" on the tar command rather than using gunzip: tar xvzf filename.tar.gz instead of your (working) method: gunzip -c filename.tar.gz | tar xvf - just a question of choice, yet though you should know |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|