CEG Format Intel byte order Information from File Format List 2.0 by Max Maischein. --------!-CONTACT_INFO---------------------- If you notice any mistakes or omissions, please let me know! It is only with YOUR help that the list can continue to grow. Please send all changes to me rather than distributing a modified version of the list. This file has been authored in the style of the INTERxxy.* file list by Ralf Brown, and uses almost the same format. Please read the file FILEFMTS.1ST before asking me any questions. You may find that they have already been addressed. Max Maischein Max Maischein, 2:244/1106.17 Max_Maischein@spam.fido.de corion@informatik.uni-frankfurt.de Corion on #coders@IRC --------!-DISCLAIMER------------------------ DISCLAIMER: THIS MATERIAL IS PROVIDED "AS IS". I verify the information contained in this list to the best of my ability, but I cannot be held responsible for any problems caused by use or misuse of the information, especially for those file formats foreign to the PC, like AMIGA or SUN file formats. If an information it is marked "guesswork" or undocumented, you should check it carefully to make sure your program will not break with an unexpected value (and please let me know whether or not it works the same way). Information marked with "???" is known to be incomplete or guesswork. Some file formats were not released by their creators, others are regarded as proprietary, which means that if your programs deal with them, you might be looking for trouble. I don't care about this. -------------------------------------------- The CEG (Continous Edge Graphic)-format is a raw picture format used by the Edsun cards with CEG-chips which provide some better look through anti-aliasing or something like that. The header before the data looks like this : OFFSET Count TYPE Description 0000h 1 word Version number of the CEG-format 0002h 9 char ID='Edsun CEG' 000Bh 1 byte Number of pixels per byte 000Ch 9 byte Reserved 0015h 80 char ASCIIZ copyright notice for the image 0065h 1 byte CEG-revision number (1) 0066h 1 byte Used CEG-mode (0..15) 0067h 1 Word Number of pixels per line 0069h 1 word Number of lines 006Ah 1 byte Old VGA-mode 006Bh 1 byte VGA Data flag : 0 - VGA registers are invalid 1 - VGA registers are valid 006Ch 92 byte VGA register data 00C2h 256 rec VGA palette entries 1 byte Value for red 1 byte Value for green 1 byte Value for blue 03C2h 1 word Year of file creation 03C4h 1 byte Day of file creation 03C5h 1 byte Month of file creation 03C6h 1 byte Hour of file creation 03C7h 1 byte Minute of file creation 03C8h 1 byte Second of file creation 03C9h 24 byte Reserved for future use EXTENSION:??? OCCURENCES:PC PROGRAMS:???