gifclip [-q] [-i Xmin Ymin Xmax Ymax] [-n n Xmin Ymin Xmax Ymax] [-c] [-h] gif-fileIf no gif-file is given, GifClip will try to read a GIF file from stdin.
For example: '-i 11 22 33 44' will crop the box from top left [11,22] to bottom right [33,44] out of the first image.
If the first parameter is bigger than third one (Xmin > Xmax) they are swapped. Same for Y.
The dimensions of the clipped image must be confined to original image width and height. Note the clipped image includes both the min & max boundary; an image of width W can have coordinates 0 to W-1 (zero based).
Only one of -i or -n can be specified.