Replies: 1 comment 4 replies
-
We’ve got that already in the main branch for V4 so it wouldn’t be too much to backport |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To create a homemade algorithm for processing images, we need access to the original palette used during the decoding of BMP files. After examining the source code of BmpDecoderCore, it appears that the palette is only used for color lookups. However, we want to ensure that the original palette is accessible during the processing stage.
Beta Was this translation helpful? Give feedback.
All reactions