IBM KIPS bitmap
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Multi-file formats) |
|||
| Line 24: | Line 24: | ||
[[Category:IBM]] | [[Category:IBM]] | ||
| + | [[Category:Multi-file formats]] | ||
Revision as of 15:33, 4 May 2016
IBM KIPS bitmap (KPS) is an obscure image file format. It supports paletted images with 8 bits/pixel.
The palette is stored in a separate file, and there are two possible formats for the palette file: .pal and .kpl.
Identification
KPS files begin with ASCII signature "DFIMAG00".
.kpl files also use this signature. .pal files have no signature.
Examples
To use GBM to convert from KPS/KPL to BMP:
gbmref example.kps,kpl example.bmp
Software
- Konvertor
- XnView
- GBM (Generalised Bitmap Module)
- Rest7 Online Image Converter