I agree with you webmaster. Other than the above points there are some different ways, like :
1. Display : displays an image or image sequence on any X server.
2. Identify : describes the format and characteristics of one or more image files.
3. Import : saves 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.
4. Mogrify : resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Mogrify overwrites the original image file, whereas, convert writes to a different image file.
5. Montage examples : 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.
6. Stream : a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats. It writes the pixel components as they are read from the input image a row at a time making stream desirable when working with large images or when you require raw pixel components.
|