imagemagick

Converseen a Front End to ImageMagick

Linux Today  Tue, 06/28/2011 - 07:03

BeginLinux: "ImageMagick is a great tool to manipulate images, it can crop, convert, modify and do many more things on many differents formats, still it’s not so much used by users, why ?"


 

Mikko Koppanen's Blog: Imagick and Gmagick builds available for ...

PHPDeveloper.org  Tue, 09/22/2009 - 10:26

Mikko Koppanen has a quick post about the latest Windows binary releases of two graphics packages for use with PHP 5.3 - Imagick and Gmagick.


 

Batch Watermark Images in Linux

Linux Today  Tue, 08/18/2009 - 15:32

Tux Tweaks: "I previously wrote up a post showing how to watermark images in Linux with ImageMagick. Without too much work you can write a script to do batch processing of your images.

This way you can watermark a whole directory of images at once."


 

Linux tip: Creating a pixel ruler from the command line

Linux Today  Fri, 07/24/2009 - 13:03

IBM Developerworks: "Learn how to use the Linux command line and some basic Bash scripting techniques to draw lines and text on images using ImageMagick.

And create a pixel ruler along the way."


 

Vito Chin's Blog: The Gmagick Extension

PHPDeveloper.org  Mon, 05/18/2009 - 10:51

Vito Chin has announced the release of a new image manipulation extension that was ported from Imagick - Gmagick.


 

Slice and Dice Images with ImageMagick

Linux Journal - The Original Magazine of the Linux Community  Wed, 12/10/2008 - 08:50

You can use the convert command that comes with ImageMagick to extract parts of an image.

You can cut out a 100-pixel-wide chunk from somewhere in the middle of an image:

read more