guibec / rpgcraft

RPGCraft - Minecraft / Terraria / RPGMaker mashup
MIT License
8 stars 2 forks source link

x-png-encode: support 24, 48, and 64-bit color formats #109

Closed jstine35 closed 5 years ago

jstine35 commented 5 years ago

API is structured for simplicity over flexibility. The expectation is that common case actions are stripping alpha channel or downgrading the bit depth. Typical problem with png saving is speed of compression and output file size. Downgrading alphg and bitdepth aid in reducing that problem. Converting from lower to higher bitdepth or adding alpha before saving never makes sense.