Graphic Workshop self-displaying picture

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Sample files)
(Software)
 
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}}

Latest revision as of 18:35, 14 November 2024

File Format
Name Graphic Workshop self-displaying picture
Ontology
Extension(s) .exe
Released 1991

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

[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

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

DOS EXE:

Windows 3.x EXE:

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox