hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : VPS Hosting : VPS Tutorials : HowTo: Install ImageMagick
Reply

VPS Tutorials Tutorials related to VPS.
Forum Jump

HowTo: Install ImageMagick

Reply Post New Thread In VPS Tutorials Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-15-2006, 08:21 AM
Frion Frion is offline
Newbie
 
Join Date: Mar 2006
Location: Argentine
Posts: 13

HowTo: Install ImageMagick


ImageMagickTM 6.0.0 is a robust collection of tools and libraries offered under a usage license to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications, etc.


Type: mkdir /home/src
Type: cd /home/src
Type: wget ftp://ftp.fifi.org/pub/ImageMagick/I...6.2.4-6.tar.gz
Type: tar xvzf ImageMagick-6.2.4-6.tar.gz
Type: cd ImageMagick-6.2.4
Type: ./configure
Type: make
Type: make install
Type: cd PerlMagick
Type: perl Makefile.PL
Type: make
Type: make install

Thanks

Reply With Quote


Sponsored Links
  #2  
Old 03-24-2006, 02:30 AM
three-point-o.com three-point-o.com is offline
Disabled
 
Join Date: Mar 2006
Posts: 8
thanks for that. was very helpful.

Reply With Quote
  #3  
Old 04-12-2006, 04:05 PM
relajo relajo is offline
Newbie
 
Join Date: May 2004
Location: Los Angeles
Posts: 19
I'm getting this message.....

can anyone help?

no such file I...6.2.4-6.tar.gz

Reply With Quote
Sponsored Links
  #4  
Old 04-12-2006, 04:18 PM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,339
Code:
#!/bin/bash

cd /usr/local/src
wget -q http://internap.dl.sourceforge.net/sourceforge/imagemagick/ImageMagick-6.2.6-3.tar.gz -O ImageMagick-6.2.6-3.tar.gz
tar zfx ImageMagick-6.2.6-3.tar.gz
cd ImageMagick*
./configure
make
make install
cd PerlMagick
perl Makefile.PL
make
make install
Try that.

Reply With Quote
  #5  
Old 04-12-2006, 08:09 PM
relajo relajo is offline
Newbie
 
Join Date: May 2004
Location: Los Angeles
Posts: 19
somehow it is not working...this is my first time using ssh though....any other suggestions?

JP

Reply With Quote
  #6  
Old 04-12-2006, 08:31 PM
relajo relajo is offline
Newbie
 
Join Date: May 2004
Location: Los Angeles
Posts: 19
never mind I got it...

THANKS!!!

Reply With Quote
  #7  
Old 04-12-2006, 09:45 PM
layer0 layer0 is offline
Performance Specialist
 
Join Date: Dec 2004
Location: New York, NY
Posts: 10,339
Good to hear, no problem

Reply With Quote
  #8  
Old 05-17-2006, 05:55 PM
diggleblop diggleblop is offline
WHT Addict
 
Join Date: May 2006
Posts: 166
this is the newest version

ftp://ftp.fifi.org/pub/ImageMagick-6.2.7-6.tar.gz

So just replace that link above with this one


Last edited by diggleblop; 05-17-2006 at 06:06 PM.
Reply With Quote
  #9  
Old 05-27-2006, 11:49 PM
bubazoo bubazoo is offline
WHT Addict
 
Join Date: Nov 2002
Location: Warsaw, IN
Posts: 166
I tried following this to install ImageMagick on my hosting providers
centOS 3.7, and I must not have done something right, because I can run

/usr/bin/mogrify

from the command line, but regular user accounts can't run it for some reason, either that or its not compiled right or something, have no idea what I did wrong, I cut/pasted it exactally like u guys said to do?

any way I can test it?

Reply With Quote
  #10  
Old 05-28-2006, 02:20 PM
bubazoo bubazoo is offline
WHT Addict
 
Join Date: Nov 2002
Location: Warsaw, IN
Posts: 166
nevermind, my hosting provider figured it out for me, all they did was recompile it they said (shrugs) oh well

anyway, to test your imageMagick install to see if its working,

from a SSH command line, type

Code:
convert  imagefilename.jpg  -resize   300x300  newimagefilename.jpg
(or you can use mogrify to rotate and crop images as well)

replacing "imagefilename.jpg" and "newimagefilename.jpg" with your image you want to manipulate with imagemagick

and it should create a new image... If it doesn't, check your file permissions first.
imageMagick should then be installed at path: /usr/bin

imageMagick uses 2 main commands mostly, /usr/bin/mogrify and /usr/bin/convert, depending upon if you want to resize, crop, flip rotate, etc, see man ImageMagick for more information

Reply With Quote
  #11  
Old 06-10-2006, 03:52 PM
easybeau easybeau is offline
New Member
 
Join Date: Jun 2006
Posts: 0
ImageMagick-6.2.8-Q16 and configuration

Hello,

I have just downloaded ImageMagick-6.2.8-0-Q16-windows-dll with PerlMagick options, etc...
The installation made successfully, I can acceed the IMDisplay panel.
I'd like to use Mogrify to create thumbnails for my store (OsCommerce).

I'm not a developer and at this point, I'm a bit lost!

I'm not sure which file I have to modify, where create the path (PATH="$HOME/ImageMagick/bin:$PATH")
and how acceed to the VisualMagick Configuration Tool.

I need some help,

Thanks very much

Isabelle

Reply With Quote
  #12  
Old 06-10-2006, 04:32 PM
tical tical is offline
The least among you.
 
Join Date: Apr 2005
Location: Jacksonville, FL
Posts: 977
If you run CentOS, Fedora, RHEL, or anything else that uses yum..

'yum -y install ImageMagick'

Reply With Quote
  #13  
Old 06-10-2006, 05:12 PM
easybeau easybeau is offline
New Member
 
Join Date: Jun 2006
Posts: 0
Hi,

I installed dummy-3.8.1 with typo3.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Pancake.io, DropPages Let Users Host Web Site Files on DropBox Blog 2011-12-08 17:03:11
Web Host Cyber Host Pro Launches New VPS Packages Web Hosting News 2011-09-16 18:15:55
Web Host A2 Hosting Launches QuickInstaller Tool for VPS Plans Web Hosting News 2011-08-19 20:00:53
Web Host HostingZoom Adds Softaculous Auto-Installer to Hosting Plans Web Hosting News 2011-08-17 17:52:34
Attracta Offers Single-Click Web App Installation to Customers Web Hosting News 2011-08-11 16:57:09


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?