jangko / nimPNG

PNG (Portable Network Graphics) decoder and encoder written in Nim
MIT License
90 stars 12 forks source link

Enable user to configure compression library settings #69

Open jangko opened 2 years ago

jangko commented 2 years ago

the underlying compression library nimz actually have some configurable parameters but not exposed to user. but it is good to let user fine tuning these parameters for special use case.