Search Mac Software Downloads
|
EDITOR NOTES
This software is a group of UNIX tools that use a Command Line Interface (CLI), does not have a "user-friendly" GUI. This is stated here for the convenience of those not familiar with UNIX and CLI, so they need not waste any bandwidth downloading this. Also, see 'Related Links', below, on this page.
DESCRIPTION

ImageMagick is a robust collection of UNIX 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. You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format. Image processing operations are available from the command line, or from the C, C++, Perl, Java, PHP, Python, or Ruby programming languages. A high-quality 2D renderer is included, which provides a subset of SVG capabilities. ImageMagick's focus is on performance, minimizing bugs, and providing stable APIs and ABIs.

Here are just a few examples of what ImageMagick can do:

  • Convert an image from one format to another (e.g. TIFF to JPEG)
  • Resize, rotate, sharpen, color reduce, or add special effects to an image
  • Create a montage of image thumbnails
  • Create a transparent image suitable for use on the Web
  • Turn a group of images into a GIF animation sequence
  • Create a composite image by combining several separate images
  • Draw shapes or text on an image
  • Decorate an image with a border or frame
  • Describe the format and characteristics of an image

WHAT'S NEW
Version 6.5.6:
Release notes were unavailable at the time this listing was updated.
REQUIREMENTS
Mac OS X 10.4 or later.
RELATED LINKS

Bookmark and Share

Developer:ImageMagick.org
Downloads:39,622
  - Version d/l:854
Multimedia & Design:Image Editing
License:Free
Date:15 Sep 2009
Platform:PPC/Intel
OTHER PEOPLE SUGGEST
Suggest something else:
ImageMagick User Reviews (28 posts)Write A Review
sort: smiles | time
Sep 6 2009

MARK EVERITT  Probably a better way of installing this is Macports. I've never had any problems that way, and it keeps me on top of the frequent updates.  
(Version 6.5.5)

praisebury
0
[ 2 Replies - Reply ]
Replies:
Sep 6 2009

RED HERRING  I never liked extra /opt or /sw hierarchy in addition to /usr/local and at some moment decided to stay away from all ports. This allows me to stay on the bleeding edge of svn.cvs/git and learn few things :-)  
(Version 6.5.5)

praisebury
0
Sep 6 2009

MARK EVERITT  There's no reason not to install bleeding edge stuff into /opt/local/ or /sw/. It can get complex, but the added niceness is that it's not in a directory hidden from Finder. If the worst comes to the worst, you can always just delete all of /opt/ or /sw/ without worrying too much.

Having said that I use the one installed with MacTeX most of the time!  
(Version 6.5.5)

praisebury
0

Sep 6 2009

RED HERRING   I never use precompiled binaries but try to compile them by myself which allows to add different tools. Lately I was able to compile IM 6.5.5-7 with jbig2 and autotrace

One definitely should not compare CLI of ImageMagick with click interface of Desktop publishing tools as they are different programs used for different tasks. It does not mean that Photoshop cannot do some batch jobs or one can write a GUI using (some) of the features of IM.

There are tasks which simply can have no reasonable GUI except drag-and-drop. Example? autotrace or potrace converting bw bitmap graphics to a vector one. Another? pdfcrop (not part of IM but TeX distribution) which by default crops according to bounding box. There is no controversy CLI vs GUI and depending on the task I use one or another  
(Version 6.5.5)

praisebury
+1
[ Reply ]
Sep 6 2009

MRGLSMRC  current link is not to correct version 6.5.5...instead it links to 6.5.3

apparently the new 6.5.5 is only for windows at present and MU is mis-informed :(  
(Version 6.5.5)

praisebury
0
[ Reply ]
Mar 11 2009

PENGUIRL  Is it just me or does it seem odd to use a CL tool to do GRAPHICAL work? Wouldn't a GUI be easier?  
(Version 6.5)

praisebury
-6
[ 5 Replies - Reply ]
Replies:
Apr 7 2009

MARK EVERITT  Did you just not bother to read the comment immediately below yours?

Imagemagick simply has too many features to wrap in a gui, and many people use it from scripts. Take a look around the internet. Anywhere you see a thumbnail it's probably imagemagick doing it. I use it for that and many more things.  
(Version 6.5.1)

praisebury
0
Apr 8 2009

BRSMA  You do not seem to take into account that

a) there exist some more types of graphics workflow besides ‘interactively creating and touching up images by hand’. Think of batch processing. Though there might also be e.g. GraphicsConverter, the abilities of ImageMagick surpass it by far. (Not even speaking of Photoshop's comparably extremely lame and pathetic batch jobs.)

b) there is no GUI running on servers. That is: besides web apps, mostly. But if these need image processing capabilities, it is done in the backend – i. e. mostly by ImageMagick or something similar.

And then, you should not underestimate the power of the command line when it comes to abstraction. The GUI as we know it is quite challenged in that area.

Anyway, ImageMagick is by no means software that is intended to be used by the average (i.e. GUI-dependent) end user. Most people, including myself, who actually have use for its features do not seem to mind the least not having a GUI for it. (And putting GUIs on CLI tools mostly fails, anyway – the designs/concepts are actually just too different.)

And that's from someone with an MFA in visual communication (aka graphics design) ;-) (Ok, I'm probably also a geek and the majority of my colleagues might think differently in that matter.)  
(Version 6.5.1)

praisebury
+3
Apr 8 2009

MARK EVERITT  One other important thing!

IF you use a CLI then you're encouraged to think about tasks programmatically. This encourages consistency and thought rather than point and click which sometimes makes ideas too easy to realise.

This is going to make me sound a bit mad, but I actually avoid GUI for image creation, opting for PGF/TIKZ (you may have heard of this or use it if you're into LaTeX) because it keeps things consistent and forces me to think; a must for technical drawing and scientific diagrams.  
(Version 6.5.1)

praisebury
0
Apr 25 2009

PENGUIRL  I can see by your comments that it does have it's strong points, and I myself have run into Photoshops batch processing limitations, but at the same time a CLI graphics app will inherently have shortcomings of it's own. Never having used ImageMagick I have no way of knowing what they might be, but one thing that comes to mind is that it must be difficult if not impossible to clone stamp in a CLI. Or anything else involving working on specific areas of an image.

Yes I did read the comment before mine, however I did not open up the replies. My comment wasn't meant to offend, it was a serious question.  
(Version 6.5.1)

praisebury
0
Apr 25 2009

MARK EVERITT  I'm sure that you could coerce Imagemagick into tasks like clone stamping, but you're absolutely right that this is suited to a GUI. I tend to use Imagemagick for all those cases that are repetitive and could be handled in batch, or if what I want is something really simple, like creating a thumbnail. Most of my work is in technical drawing, not with photographs, so a very high proportion I what I do is programmatic anyway and I've never had a need for photoshop. I'll occasionally use gimp to touch up an image.

Sorry if my response to your initial post was harsh. I know that it was a legitimate question. There are just easier ways of finding out the answer though. A quick visit to their site would have answered your question and saved you time in the long run. Having said that I really do enjoy conversations like these! I guess, as in most things, the key is compromise. I reckon you should give Imagemagick a go next time you run into batch problems in Photoshop or something similar. It sounds like you're far more advanced than me when it come to real graphical work! I must confess I had to look up clone stamping.  
(Version 6.5.1)

praisebury
+1

Oct 26 2008

RORO01  I WISH SOMEONE WOULD CREATE A GUI

This software seems extremely useful but, unfortunately, many of us are not familiar with UNIX and Command Line Interface.  
(Version 6.4.5)

praisebury
-2
[ 3 Replies - Reply ]
Replies:
Nov 20 2008

SJK  From Pixelmator | Tech Specs:

ImageMagick is an open source technology to create, edit, and compose bitmap images. It is used as a core for Pixelmator  
(Version 6.4.6)

praisebury
+1
Dec 5 2008

MARK EVERITT  Imagemagick is far too full featured for a single GUI! You could happily have multiple programs for various tasks and still not use it to its full potential.  
(Version 6.4.7)

praisebury
+1
Dec 23 2008

WEBCHICK  Not every program can be written to fulfill everyone's needs and skill sets. This is a venerable set of (mostly) command-line tools that will find the most use by developers, particularly those who work in a multi-platform environment. Its strengths lie primarily in the usefulness of these tools in scripts: whether it be processing one image on-the-fly or batch processing thousands of images. There are plenty of fine freeware GUI image processing applications out there, so if you're not looking for command-line image processing tools geared for developers, move along and no whining.  
(Version 6.4.8)

praisebury
0

Oct 2 2005

ANONYMOUS  I still prefer SIPS from Mac OS X over ImageMagick.  
(Version 6.2.5)

praisebury
0
[ 1 Reply - Reply ]
Replies:
Sep 25 2008

TEKL  Can sips sharpen images or it there another way like using Quartz filters?  
(Version 6.4.3)

praisebury
0

Jun 20 2005

JOHN NOWAK  The simple reason we need ImageMagick is that other platforms rely on it heavily. Having it on OS X as well makes things easier for a lot of people, and helps improve compatability between platforms.  
(Version 6.2.3)

praisebury
+2
[ Reply ]
Apr 25 2005

ANONYMOUS  Command line tools are good. But I don't see why we need ImageMagick while Mac OS X Panther has SIPS. I am not a developer but I did write a short shell script with SIPS and it works fine. I still don't see what additional functionality ImageMagick brings to a Panther user.  
(Version 6.2.2)

praisebury
-2
[ 3 Replies - Reply ]
Replies:
May 26 2005

ANONYMOUS  read the documentation for sips, and read the documentation for imagemagick.

imagemagick does many, many things that sips doesn't  
(Version 6.2.3)

praisebury
0
Jun 7 2005

ANONYMOUS  ImageMagik is cross platform -- which is useful if you've already written something using it that you're moving to a Mac, or if there's a possibility of the software being moved to some other platform in the future.  
(Version 6.2.3)

praisebury
0
Sep 6 2009

GREG RAVEN  Well for one reason, some of us need ImageMagick because Movable Type virtually requires it.  
(Version 6.5.5)

praisebury
0

Apr 25 2005
****.

ANONYMOUS  Hey Kids,

This software package is meant for developers. You know, "Developers! Developers! Developers! Developers!" like the scary ape-man from Microsoft said. People who write software.

I write a web-based app that allows its users to upload images, and thanks to ImageMagick, they can resize, crop, and scale the pictures without having to have a desktop program to do this.

The techniques involved are very similar to something another guy came up with, that actually uses ImageMagick on its backend: http://codebehind.dk/scale_crop/

I write my program on my iMac, the same machine I also use Photoshop on. Isn't life grand?

I, for one, am glad to know a new version of ImageMagick available, even though the only clicking involved is, um, firing up the terminal.

And I say that as a 15+ year Mac user.  
(Version 6.2.2)

praisebury
+2
[ Reply ]
Apr 25 2005

ANONYMOUS  We don't need command line, we need clicks! Thats the way that MacOSX schould go!

Command line is a step back in the Computer history!

The best at this tool is that the tool is free.

There are many other tools that works faster and are "easy to use" like Graphic converter, Batchfoto or Sizerox.

I don't give this tool stars cause the developer has done his job.  
(Version 6.2.2)

praisebury
-6
[ Reply ]
View all 28 posts >>