Imagemagick is a free and open source bitmap tool to create, edit and compose bitmap images from many formats from command-line or via programming interfaces gui. All image processing like cropping, resizing and combining can be done. The application requires visual C++ 2010 redistributable package(x86/x64) to run on windows. It is currently available to unix, MAC OS X, iphone and windows. Download Imagemagick for windows
ImageMagick includes a number of command-line utilities for editing images.This can be used where graphical user interface (GUI)is not convenient.Suppose you want to process an image dynamically from a web script, you can use command line tools to make it convenient.
Imagemagick Command-lines
- animate - animate an image sequence on any X server.
- compare - mathematically and visually annotate the difference between an image and its reconstruction.
- composite - overlap one image over another.
- conjure - interpret and execute scripts written in the Magick Scripting Language (MSL).
- convert - convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
- display - display an image or image sequence on any X server.
- describe - describe the format and characteristics of one or more image files.
- import - save any visible window on an X server and outputs it as an image file. You can capture a single window, the entire screen, or any rectangular portion of the screen.
- mogrify - resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and do more editing.
- montage - create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
- stream - a lightweight tool to stream one or more pixel components of the image or portion of the image to digital storage formats.
Custom Search
0 comments:
Post a Comment
Please enter your name while commenting.