BITLOADSIZE

Synopsis
BITLOADSIZE filename
Description

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

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

Example
SHOW BITLOADSIZE "c:\\windows\\forest.bmp
[256 256]

SourceForge.net Logo