slyrus / opticl

An image processing library for Common Lisp
Other
182 stars 35 forks source link

Implement support for other bit depths #22

Closed lokedhs closed 7 years ago

lokedhs commented 7 years ago

As it turns out, png-read already does the right thing when loading an image with a different bit depth, so there is no need to have a special check for the bit depth.

This fix simply removes this check.

slyrus commented 7 years ago

So this should be fixed by a combination of my latest changes to opticl and a fix to png-read. Let me know if that's not the case.