#Best way to save a portable materials palette?

1 messages · Page 1 of 1 (latest)

proven lava
#

Requirements:

  1. Able to handle a 4000x4000 image easily
  2. Able to store the original input image for referencing as well.
  3. Allows a user to edit the map with paint-brush-like tools (if I ever get that far)
  4. Allows a user to modify one layer at a time
  5. File size/RAM requirement is minimal.
  6. Leave open the possibility of new materials that could be added by modpacks in the future
#

for each pixel spot... I need to be able to store what the top layer has, and what the bottom layer has. I now need a very small compressed way to store that data.

#

Best way to do this is to have a kind of "color palette"... do I make the palette one for each block type, or one for each combination?...

#

Better to edit per-layer, or better to edit... with a set combination to flood fill...