Jump to content

Preserving 256-color palettes


Recommended Posts

Is there a way to preserve a palette at 100% fidelity? I'm working with an old old game (Wolfenstein 3D) and an editing program which requires a very specific 256-color palette; how can I achieve this? Bitmaps. MS Paint does it automatically when you save the file to "256-color bitmap", but I can seem to get paint.net to do this. Thank you very much for help, and I'll be sure to pass along the information.

Link to comment
Share on other sites

I think it may be possible to hack together a save filetype plugin to do this using ImageMagick. A few questions...

 

Would you need it to reduce the colors in your images to 256, or are your images already limited to 256 colors?

If color reduction is needed, would you want both Dithered and Non-Dithered options?

 

Also a few technical questions for those that more informed than me:

Do 256 color bitmap files have a different Header than the standard 24-bit bitmaps, or is the only difference the reduced color palette?

Can you store any 256 colors in these files (eg: 256 shades of red), or is it limited to a standard list of predefined colors?

---

Edit:

I guess I have the color palette question answered

 

...There is a standard Windows palette of 256-colors, but bitmaps can also have custom palettes....

In this case, we want to use Wolfenstein 3D's "very specific 256-color palette". For reasons of mass-appeal, that particular palette wouldn't be hardcoded in the plugin (or it would, but as one option of many).

Edited by toe_head2001

(September 25th, 2023)  Sorry about any broken images in my posts. I am aware of the issue.

bp-sig.png
My Gallery  |  My Plugin Pack

Layman's Guide to CodeLab

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...