DGI (Digi-Pic)
From Just Solve the File Format Problem
(Difference between revisions)
Line 7: | Line 7: | ||
'''DGI''' is a raster graphics format apparently associated with something called ''Digi-Pic''. | '''DGI''' is a raster graphics format apparently associated with something called ''Digi-Pic''. | ||
− | Images are 640x400. File size is 64 008 Bytes. File size and presence of colors suggest 2 bpp. Image is stored in 8 planes. Each plane is 640x100 mono. 8 planes * 640*100 = 64 000 Bytes. | + | Images are 640x400. File size is 64 008 Bytes. File size and presence of colors suggest 2 bpp. Image is stored in 8 planes. Each plane is 640x100 mono. 8 planes * 640*100 = 64 000 Bytes. The 8 extra bytes are located at offset 32000 (but why?). |
+ | |||
+ | DGIMAC.EXE converts .DGI images into monochrome by ignoring every second bit of image. TURBODGI.ZIP displays image in 3 colors (gray, black, red). | ||
== Software == | == Software == |
Revision as of 13:11, 9 May 2019
DGI is a raster graphics format apparently associated with something called Digi-Pic.
Images are 640x400. File size is 64 008 Bytes. File size and presence of colors suggest 2 bpp. Image is stored in 8 planes. Each plane is 640x100 mono. 8 planes * 640*100 = 64 000 Bytes. The 8 extra bytes are located at offset 32000 (but why?).
DGIMAC.EXE converts .DGI images into monochrome by ignoring every second bit of image. TURBODGI.ZIP displays image in 3 colors (gray, black, red).
Software
- TURBODGI.ZIP: Turbo DiGI Vision Display Utility, a viewer for MS-DOS by Basi Angulo
- CGADGI.ZIP: Viewer for MS-DOS
- CONV125.ZIP → DGIMAC.EXE: MS-DOS utility to convert DGI to MacPaint format
Sample files
- TIPS.ZIP → TIPS.DGI (may be NSFW)