Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 594 Bytes

File metadata and controls

17 lines (9 loc) · 594 Bytes

dpd

tests

dpd is a small tool that tries to do one thing well - namely converting PNG images into a PLAYPAL.lmp file.

Usage

In order to create a DOOM palette called playpal.lmp from a PNG called palette.png:

dpd palette.png playpal.lmp

Note that input PNGs must contain one pixel per color, so a 256 color PNG palette would have 256 pixels, with a resolution of 16x16.

License

This software is licensed under the GNU GPLv3 . See LICENSE.md for information.