Puzzle image (X11)
From Just Solve the File Format Problem
Revision as of 02:56, 28 December 2023 by Dexvertbot (Talk | contribs)
Some distributions of X-Windows include a program named "puzzle", which is an implementation of the "15 puzzle" sliding tile game. It was written by Don Bennett of HP Labs.
Using the "-picture
" option, a custom bitmap image may be used on the tiles. This article is about the format of the file containing that custom image. It has been given various names such as X11 puzzle file or Unix Puzzle 8-bit Bitmap.
Contents |
Format
A puzzle image uses a simple uncompressed 8-bit paletted format. There is a 9-byte header, then the palette, then the pixels.
Specifications
The format is described in a comment in the picture.c file from the source code.
Software
- Konvertor
- Netpbm: ppmtopuzz (write only)
- XnView (apparently requires the file extension to be ".pzl")
- puzzle source code and man page
- Rest7 Online image converter
- Deark