libgdiplus icon indicating copy to clipboard operation
libgdiplus copied to clipboard

Why not support 48bpp png images?

Open e8-ShiWei opened this issue 3 years ago • 0 comments

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.

e8-ShiWei avatar Jun 24 '21 06:06 e8-ShiWei