how to display raw rgb32 image?
Posted: 2018-01-22T14:15:09-07:00
I want display image with such format:
>The image is stored using a 32-bit RGB format (0xffRRGGBB).
4 bytes per pixel 600 pixel per row, 600 rows.
I tried this:
But didn't see suitable picture.
>The image is stored using a 32-bit RGB format (0xffRRGGBB).
4 bytes per pixel 600 pixel per row, 600 rows.
I tried this:
Code: Select all
display -size 600x600 -depth 8 RGBO:/tmp/image.data
display -size 600x600 -depth 32 RGBO:/tmp/image.data