slyrus / opticl

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

added support for saving grayscale images with alpha channel #33

Closed phantomics closed 3 years ago

phantomics commented 4 years ago

Passing a height x width x 2 array to (write-png-file) will now produce a grayscale image with transparency.

phantomics commented 3 years ago

Thanks for merging it!