You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some endpoints, e.g. /png-image, return data as RGBA (specifically, "PNG image data, 1024 x 1024, 8-bit/color RGBA, non-interlaced").
I am considering adding flags to force grayscale and/or disable transparency for PNG output. (The PNG format supports both G and GA at both 8- and 16-bit depths.)
Is this a reasonable approach?
The text was updated successfully, but these errors were encountered:
Hi Eric,
Apologies for my delayed response.
This looks reasonable to me - kudos for digging into the https://github.com/leonbloy/pngj library details.
Did it work for you?
-- Eric T.
Some endpoints, e.g. /png-image, return data as RGBA (specifically, "PNG image data, 1024 x 1024, 8-bit/color RGBA, non-interlaced").
I am considering adding flags to force grayscale and/or disable transparency for PNG output. (The PNG format supports both G and GA at both 8- and 16-bit depths.)
Is this a reasonable approach?
The text was updated successfully, but these errors were encountered: