home *** CD-ROM | disk | FTP | other *** search
- Unit ABSGif;
- {
- Get GIF Specs for TP 6.0
-
- Copyright (c) 1992 A.B.S. - ALL RIGHTS RESERVED
-
- 1.00
- }
-
- {$A+,B-,D-,F+,I-,N-,O+,R-,S-,V-}
-
- Interface
-
- Const
- ABSGifVer = '1.00';
-
- Function GetGifSpecs(FileName : String; Var Ver, X, Y, C : Word) : Boolean;
- {
- Returns True if the file is a valid GIF, false otherwise
-
- FileName - Complete Path & FileName of GIF to get specs on
- Ver - GIF Version (87 for 87a, 89 for 89a)
- X - Number of Horizontal Pixels
- Y - Number of Vertical Pixels
- C - Number of Colors
- }
-