home *** CD-ROM | disk | FTP | other *** search
- ;Identification file for FILE(S) detection, part of INTROSCOPE
- ;by Dipl. Ing. Ján Gúcik (c) 10, July, 1995
- ;Version 1.00
- ;--------------------------------
- ;PLEASE, SEND ME INFORMATION ABOUT RESULTS ON YOUR COMPUTER
- ;E-mail : jan.gucik@vslib.cz
- [FILES]
- ;executables and system
- 386=Windows 32bit driver
- BAT=Batch file
- BIN=Binary file
- CFG=Config file
- COM=Executable file
- CPI=Codepage file
- DLL=Dynamic Library
- DRV=Driver file
- EGA=EGA driver
- EXE=Executable file
- FAX=Fax file
- GRP=Windows PM Group
- INI=Init file
- MNU=Menu definition
- OVL=Overlay file
- PIF=Windows Program Info
- PRN=Printer driver
- SCR=Windows Screen Saver
- SYS=Device driver
- VGA=VGA driver
- EGA=Ega driver
- VXD=Windows driver
- ;compress
- ARC=ARC compress file
- ARJ=ARJ compress file
- LZH=LHARC compress file
- RAR=RAR compress file
- ZIP=PKZIP compress file
- ZOO=ZOO compress file
- ;programming
- APP=Application file
- ASM=Assembler source
- BAK=Backup file
- BAS=Basic source
- BGI=Borl. grp. interface
- C=C source
- COB=Cobol source
- CPP=C++ source
- DSK=Desktop file
- ERR=Error message file
- GEO=Appication GeoWorks
- H=C header
- HLP=Help file
- INC=Include file
- OBJ=Object file
- PAS=Pascal source
- PRG=Program source file
- TMP=Temporary file
- TPU=TurboPascal Unit
- TPP=TurboPascal Unit
- ;graphics
- BMP=Windows Bitmap
- CGM=Comp. Graph. Metafile
- CHR=Font file
- DXF=Drawing Exchange Format
- GIF=Compuserve picture
- FNT=Font file
- FON=Font file
- ICL=Icon library file
- ICO=Icon file
- IMG=Image file
- LBM=Library file
- JPG=JPEG Compress file
- PAL=Graphics Palette
- PCD=Kodak Photo CD
- PCL=Plotter Communication
- PCX=Painbrush graphics
- PIC=Graph file
- TIF=Picture file
- TTF=TrueType Font
- WMF=Windows Metafile
- WPG=DrawPerfect file
- ;text
- 602=Text602 text file
- ASC=ASCII text file
- DIZ=Description file
- EPS=Encapsulated Postscript
- ID =Definition IS file
- INF=Information file
- HPG=Plotter file (HG)
- LST=Listing file
- MAT=MAT text file
- PS=Postscript
- RTF=Reach text file
- SAM=Ami Pro text file
- TXK=ET Klasik file
- TXT=Text file
- WP=Word Prefect text file
- WRI=Windows Write file
- ;DB
- DB=Paradox file
- DBF=DBase file
- MPR=Menu (FoxPro)
- NDX=Index file
- PX=Index file (Paradox)
- QPR=Query program (Fox)
- XLC=Excel graph
- XLM=Excel macro
- XLS=Excel Worksheet
- ;sound and multimedia
- ANI=Animation cursor
- AVI=Video clip
- FLC=Autodesk 3DStudio clip
- FLI=Autodesk Animator clip
- MID=MIDI music file
- MFF=MIDI file format
- MOD=Music mod file
- MPG=Video clip (compress)
- VOC=Creative Sound file
- WAV=Wave sound file
- ;
- ;Let's go deep
- ;
- ;Not yet implemented !!!
- ;
- [FLI]
- ;AutoDesk Animator format
- ;implemented:JG
- Length of file=DR(0,4);
- Format ID=HR(4,2);
- Number of Frames=DR(6,2);
- Screen Width=DR(8,2);
- Screen Height=DR(10,2);
- Depth of a Pixel=DR(12,2);
- Ticks between Frames=DR(16,2);
- [GIF]
- ;CompuServe Graphics format
- ;implemented:JG
- GIF Version=SR(3,3);
- Screen Width=DR(4,2);
- Screen Height=DR(6,2);
- Nr. bits of color resolution=BD(8,112,4);PL(1);
- Nr bits per pixel in image=BD(8,7,0);PL(1);
- Color index of backround=DR(9,1);
- [PCX]
- ;PaintBrush Graphics format
- ;implemented: JG
- Manufacturer=CS(0,10,ZSoft);
- Version=CS(1,0,2.5 PC PaintBrush);CS(1,2,2.8 with palette info);CS(1,3,2.8 without palette info);CS(1,4,PC PaintBrush for Win);CS(1,5,3.0 and >);
- Encoding=CS(2,1,Run length);
- Bits per Pixel=DR(3,1);
- X min=DR(4,2);
- Y min=DR(6,2);
- X max=DR(8,2);
- Y max=DR(10,2);
- Horizontal res. DPI=DR(12,2);
- Vertical res. DPI=DR(14,2);
- Color planes=DR(65,1);
- Bytes per Line=DR(66,2);
- Palette Info=CS(68,1,Color/BW);CS(68,2,GrayScale);
-