Dtynin
DIIDevHeads IoT Integration Server
•Created by Sterling on 6/7/2024 in #middleware-and-os
How to Correct Inverted Colors When Converting Framebuffer Data to PNG with ImageMagick on OMAP35x?
@Sterling This challenge could possibly be from the way ImageMagick interprets the raw framebuffer data and the byte order used by the OMAP35x, try adding the -endian flag, specifying either "lab" or "msb" for little or big endian based on your OMAP35x structure.
3 replies