mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
329 stars 171 forks source link

Why not support 48bpp png images? #712

Open e8-ShiWei opened 3 years ago

e8-ShiWei commented 3 years ago

https://github.com/mono/libgdiplus/blob/7d12c7d1e42669d3d92999094335ec30998e5976/src/pngcodec.c#L512

Image format is unknown. We got this error while processing png images.

I checked pngcodec.c and found this comment.

/* 24 and 32bpp are supported, 48, 64bpp aren't, see http://bugzilla.ximian.com/show_bug.cgi?id=80693 */

This URL can no longer be opened, we don’t know why it doesn’t support 48bpp. Could someone help us answer this question?

Thanks.