gamut v2.3.0

Petar Petar
Fri Oct 27 06:00:27 UTC 2023


On Tuesday, 24 October 2023 at 05:35:20 UTC, Guillaume Piolat 
wrote:
> Gamut is an image decoding/encoding library for D.
>
> What changed since last year is:
> - Added TGA, GIF, and BC7 support
> - Added 16-bit PNG output
> - Clear semantics
> - Multi-layer image support for animation
> - Optimization with miniz port instead of stbz in PNG
>
> DUB: https://code.dlang.org/packages/gamut

Thanks for sharing, at least judging by the readme, it looks very 
well made!

Have you considered exposing mir-algorithm [ND 
`Slice`](http://mir-algorithm.libmir.org/mir_ndslice.html) / 
[Iterator](http://mir-algorithm.libmir.org/mir_ndslice_iterator.html) interface (optional, if mir-algorithm is installed, as I guess you prefer to avoid unnecessary dependencies)?


More information about the Digitalmars-d mailing list