Replies: 1 comment 2 replies
-
You’re looking for Identify however the generic pixel format parameter is simply an indication of how you want the decoded pixel data to be arranged in memory, not how the pixel format of the encoded image. This means it can be whatever you want it to be. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get a stream of bytes, I know it's an image. I need to process the pixels of this image and save it in its original format. How can I get the PixelFormat before loading the image using Load? To use the pixel manipulation feature, I need to use Load , but I don't know which TPixel to use.
Beta Was this translation helpful? Give feedback.
All reactions