Re: Anyone here using imageMagick?



Måns Rullgård <mru@xxxxxxxxxxxxx> wrote:
>
>> My linux adventure continues. I've just come across ImageMagick. Looks
>> very exciting. Supports over 90 images formats. An incredible amount of
>> command line tools...
>
> I use it every now and then for image viewing and simple batch
> processing. For complicated batch processing, the Gimp can be used in
> batch mode, although I don't use that all too frequently.

ImageMagick is better than GIMP for resampling, especially downsampling.
You get a wider choice of algorithms and some seem to be better implemented.

I like the "identify" program to check out file type.

The "composite -compose difference" command is easier than trying to tell
the difference between two images using the Photoshop difference layer.

ImageMagick and GIMP are better than Photoshop for editing and writing JPEG.

Maybe I could think of some more uses for ImageMagick. It's well worth
compiling and installing if you have any interest in imaging.

.



Relevant Pages