Fred's ImageMagick Scripts
|
Displays and optionally save an animation of the input images. |
last modified: May 30, 2008
|
USAGE: pseudocolor [-d delay] [ -r resize] [-f] [-l] infile1 infile2 ...
-d ... delay ...... time delay between frames (ms); delay >= 0; default=50 PURPOSE: To display and optionally save an animation of the input images. DESCRIPTION: FLICKER automatically displays an animation of the supplied input images and optionally saves the animation to a file. At least two images must be supplied. The main purpose of the script is to make a visual comparison of two (or more) images by rapidly alternating the display of each. ARGUMENTS: -d delay ... DELAY is the time delay in msec between frames in the animation. Values are integers greater than or equal to zero. The default=50. Note that the animation will be created to loop forever. -r resize ... RESIZE allows the animation to made larger or smaller than the input image size. The values are integers greater than 0 representing the resize percentage. The default=100 which leaves the animation the same size as the input image. -l ... Disables the labeling of the images. -f ... Specifies that the animation is to be saved to a file called animation.gif CAVEAT: No guarantee that this script will work on all platforms, nor that trapping of inconsistent parameters is complete and foolproof. Use At Your Own Risk. This script is a modification of Anthony Thyssen's original version flicker_cmp |
|
Two Image Sharpening Comparison Animation With Labels |
||
|
Original Image |
Sharpened Image |
Animation |
|
|
|
|
Two Image Sharpening Comparison Animation Without Labels |
||
|
Original Image |
Sharpened Image |
Animation |
|
|
|
|
Two Image Sharpening Comparison Animation At 200% Resize |
||
|
Original Image |
Sharpened Image |
Animation |
|
|
|
|
Two Image Pseudocolor Comparison Animation With Labels |
||
|
Grayscale Image |
Pseudocolored Image |
Animation |
|
|
|
|
What the script does is as follows:
This is equivalent to the following IM commands when the images
|