So, there I have a .ppz file, which contains offsets in palette array. Exactly this file contains 51 images. The first two bytes are the offset to the header. The header stores the width, height, image size and data size (size of the offsets bytes). And then there are the offsets themselves in the palette array. Each bit is one color. enter image description here
This file was obtained after unpacking another file in which the colors used in these images were stored in the header. enter image description here
Is there a way to convert palette offsets to 24 bit BMP or RAW 24? Preferably in python.