- Submit New Release
- Edit ImageMagick Information
- Submit a New Software

ImageMagick image processing studio.
ImageMagick is a program that is capable of reading, converting, and representing images in a wide variety of formats, thanks to the large amount of libraries that it contains. Then I retried brew install imagemagick and it correctly pulled the package from the new mirror, instead of adamv. If that does not work, ensure that /Library/Caches/Homebrew does not contain any imagemagick files or folders. Delete them if it does. ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in any of the more popular image formats including GIF, JPEG, PNG, PDF, and Photo CD. With ImageMagick you can create GIFs dynamically making it suitable for Web applications. You can also resize, rotate, sharpen, color reduce, or add special effects to an image and save your completed work in the. ImageMagick is a program capable of reading, converting, and displaying images in an enormous number of formats thanks to the large number of libraries it includes. With ImageMagick, you can crop and rotate your images, add effects, combine text and polygons, etc.
- Multimedia
- Graphics
- Utilities
ImageMagick (TM) is a package for display and interactive manipulation of images for the X Window System. It is written in C and interfaces to the X library, and therefore does not require any proprietary toolkit in order to compile. Although ImageMagick is copyrighted, it is available for free and can be redistributed without fee.
The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language.
ImageMagick is known to compile and run on virtually any Unix system and Linux. It also runs under Windows NT, Windows 95, Macintosh, and VMS.
- 115685
- LicenseBSD type
- Unix, Linux, Windows NT 9X, MacOS
- Tags
Downloads / Release History
Download Imagemagick
Related Apps
Comments
News
Hello ImageMagick team,I try to use the convert program from the ImageMagick project with the preview of Mac OS 10.7 (Lion) but I failed.
In a first time, I download the ImageMagick binary release for mac at this adress : http://www.imagemagick.org/download/bin ... 7.0.tar.gz
I have followed the following instruction : http://www.imagemagick.org/script/binary-releases.php (Mac part of course)
Imagemagick Mac Os
My original goal is to use convert program in one of my software.
But when I try to execute it in an other program, convert crash and the report crash show me that libclparser.dylib cannot be loaded correctly.
This lib is supposed to be a system lib and it is suppose to be at this following path :
/System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libclparser.dylib
But in OS Lion this lib does not exist anymore (I don't know why, maybe the preview is incomplete).
After that, I think that if I compile ImageMagick by myself then it will be possible to avoid this dependency.
I get the last project on svn repository (rev 4718 /branches/ImageMagick-6.7.1)
I follow instructions of the file 'Install-mac.txt'
I get a new convert program and this time convert didn't depend of libclparser.dylib (Yeah!), but when I try to use convert like that:
convert logo.jpeg logo.gif
I get the follwing answer : Launch of 'convert' failed: the PowerPC architecture is no longer supported.
To resolve this issue I have tried to use configure with other parameters (like --enable-osx-universal-binary).
By default the 'Install-mac.txt file tell us to use configure like that
./configure --prefix=/opt --with-quantum-depth=16
--disable-dependency-tracking --with-x=yes
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/
--without-perl
But I didn't succeed to compile it.
I try to follow instruction wrote in this topic : viewtopic.php?f=1&t=13145
But I didn't make it too.
Maybe it is too soon to talk about Mac OS Lion but I want to be compliant before the finale release of the OS Lion.
Any help will be really appreciate,
Thank you for reading.
