Graphic Workshop self-displaying picture
m (→Sample files) |
(→Sample files) |
||
(One intermediate revision by one user not shown) | |||
Line 34: | Line 34: | ||
== Software == | == Software == | ||
+ | * {{Deark}} | ||
* Graphic Workshop (read/write) | * Graphic Workshop (read/write) | ||
** {{CdTextfiles|wildcatgold/graphics/grafwk60.zip|Graphic Workshop 6.0}} | ** {{CdTextfiles|wildcatgold/graphics/grafwk60.zip|Graphic Workshop 6.0}} | ||
Line 43: | Line 44: | ||
== Sample files == | == Sample files == | ||
+ | Various: | ||
* {{DexvertSamples|image/graphicWorkshopSelfDisplayingImage}} | * {{DexvertSamples|image/graphicWorkshopSelfDisplayingImage}} | ||
Line 51: | Line 53: | ||
* {{CdTextfiles|cream05/utility/dmenu2.zip|dmenu2.zip}} → DALOGO.EXE | * {{CdTextfiles|cream05/utility/dmenu2.zip|dmenu2.zip}} → DALOGO.EXE | ||
* {{CdTextfiles|sv/svplatinum/CDR06/MTRCYCLE.ZIP|MTRCYCLE.ZIP}} → README.EXE | * {{CdTextfiles|sv/svplatinum/CDR06/MTRCYCLE.ZIP|MTRCYCLE.ZIP}} → README.EXE | ||
+ | * [https://archive.org/details/cdrom-fantaziafonts4u1994 Fantazia Fonts 4 U] → */PICTURES/*.EXE (files compressed with [[PKLITE]]) | ||
Windows 3.x EXE: | Windows 3.x EXE: |
Latest revision as of 15:03, 31 January 2025
Graphic Workshop self-displaying picture is a family of raster graphics formats associated with the Graphic Workshop lines of image processing software from Alchemy Mindworks.
It is in the form of a DOS or Windows 3.x EXE file that displays the image when executed. Quite possibly there are newer formats as well, but more research is needed.
The DOS format was introduced in Graphic Workshop 6.0.
The Windows 3.x format was introduced in Graphic Workshop for Windows 1.1h. Note that Graphic Workshop for Windows also supports the DOS format.
Contents[hide] |
[edit] Format details
[edit] Compression scheme
In DOS EXE format, the image data is compressed by default. It uses what appears to be a simple byte-oriented RLE scheme.
To decompress: Read a byte (N), follow the instructions for the corresponding table row, repeat.
Code byte (N) | Instructions |
---|---|
N < 0xc0 | Emit byte N literally. |
N ≥ 0xc0 | Emit the next byte N−0xc0 times. |
The compression scheme is probably given by the 2-byte integer at offset 531: 1=uncompressed, 2=RLE.
[edit] Identification
Undetermined. For DOS EXE format, a software name like "GraphicWorkshop 7.0
" or "GWS/Windows 1.1u
" appears at offset 541.
[edit] Software
- Deark
- Graphic Workshop (read/write)
In Windows versions of the format, the image may be stored as a standard BITMAP resource, so it can be read by any suitable resource viewer software.
[edit] Sample files
Various:
DOS EXE:
- BGI20.ZIP → most EXE files
- INFODSK3.ZIP → most EXE files
- HERBAGE.ZIP → *.EXE
- dmenu2.zip → DALOGO.EXE
- MTRCYCLE.ZIP → README.EXE
- Fantazia Fonts 4 U → */PICTURES/*.EXE (files compressed with PKLITE)
Windows 3.x EXE:
- GWSWN11U.ZIP → gwswn11u.exe → CLICKME*.EXE