With a similar command line as for RGB565, we can also generate XRGB8888 formats.
Patch by @OnkelUlla, tested by me.
(Originally I wanted to literalize this generation a bit and make use of ImageMagick's RGBA output format followed by a simple reordering of the color channels with the -color-matrix option as mentioned in this discussion, but then the image is always written top-down and the -flip option that we pass by default via ${SPLASH_MGK_CUSTOM_OPTION} would be broken. So I opted for Ulrich's solution for now.)
With a similar command line as for RGB565, we can also generate XRGB8888 formats.
Patch by @OnkelUlla, tested by me.
(Originally I wanted to literalize this generation a bit and make use of ImageMagick's RGBA output format followed by a simple reordering of the color channels with the
-color-matrix
option as mentioned in this discussion, but then the image is always written top-down and the-flip
option that we pass by default via${SPLASH_MGK_CUSTOM_OPTION}
would be broken. So I opted for Ulrich's solution for now.)