AuburnSounds / gamut

Image encoding and decoding library for D. Detailed layout control. Experimental codec QOIX.
Boost Software License 1.0
41 stars 2 forks source link

Bump version to include 8 bit support? #22

Closed FR86 closed 2 years ago

FR86 commented 2 years ago

Hey, I stumbled over this awesome library, thanks a lot for writing it! Would you mind tagging a new version so that dub users like me can have 8 bit support for png's? I've seen #21, so I understand if the answer is no for now...

p0nce commented 2 years ago

Hello, bumped gamut v0.0.8

21 is no big deal, since DMD with optimization often fails, it's not particularly surprising for a D library.

It is heavily recommended to use LDC or GDC for correct codegen with optimization!