-
Notifications
You must be signed in to change notification settings - Fork 307
Closed
Milestone
Description
I use allegro 5.2.9.1 (built by brew) on a Mac OS X M1 architecture. Libpng is 1.6.42.
I have a file (attached) which according to file is :
> file a10000.png
a10000.png: PNG image data, 64 x 64, 16-bit/color RGBA, non-interlaced
Using https://github.com/liballeg/allegro5/blob/master/examples/ex_bitmap_file.c to render this image the output is garbled.
If I do
> convert a10000.png -depth 8 a10000.png
> file a10000.png [13:15:09]
a10000.png: PNG image data, 64 x 64, 8-bit gray+alpha, non-interlaced
the output is ok
Metadata
Metadata
Assignees
Labels
No labels