GIFSIZE

Synopsis
GIFSIZE filename
Description

Output the width and height of the GIF file that is specified by the filename input. The filename input must be a word that is the name of valid GIF file.

The output is a two-member list of the form [width height].

Example
SHOW GIFSIZE "myfile.gif
[256 256]

SourceForge.net Logo