gamut 0.0.1
image library
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
gamut
gamut
is an image decoding/encoding library for D.
It's design is inspired by the FreeImage design, where the Image concept is monomorphic and can do it all.
gamut
tries to have the fastest and most memory-conscious image decoders available in pure D code.
It is nothrow @nogc @safe
for usage in -betterC and in disabled-runtime D.
Decoding
- PNG: 8-bit and 16-bit, greyscale/LA/RGB/RGBA
- JPEG: 8-bit, greyscale/RGB/RGBA, baseline and progressive
- QOI: 8-bit, RGB/RGBA
Encoding
- PNG. 8-bit, RGB/RGBA
- JPEG: 8-bit, greyscale/RGB, baseline
- QOI: 8-bit, RGB/RGBA
- DDS: BC7 encoded, 8-bit, RGB/RGBA
- Registered by ponce
- 0.0.1 released 2 years ago
- AuburnSounds/gamut
- BSL-1.0+MIT
- Dependencies:
- intel-intrinsics
- Versions:
-
3.1.1 2024-Oct-14 3.1.0 2024-Oct-10 3.0.0 2024-Jul-29 2.6.1 2024-Apr-24 2.6.0 2024-Apr-21 - Download Stats:
-
-
0 downloads today
-
4 downloads this week
-
39 downloads this month
-
9741 downloads total
-
- Score:
- 0.8
- Short URL:
- gamut.dub.pm