Color type and operations. Port of ae.utils.graphics.
Drawing functions. Port of ae.utils.graphics. In many many cases, you should use dplug:canvas instead.
Font high-level interface.
In-memory images.
Mipmap pyramid implementation.
Wrapper for stb_image_resize.h port. Makes it trivial to use.
Resizer ported to D from C. Removed a few features that did'nt make sense in Dplug. Added Ryhor Spivak work on Lanczos filter... also added a few more lanczos kernels.
stb_image_write.h translations Just the PNG encoder.
D translation of stb_truetype v0.7 by Sean Barrett More information on http://nothings.org/stb/stb_truetype.h Removed: - texture baking API - font finding in the TTF itself. Make sure there is only one font in the TTF.
Dplug graphics packages, based on a fork of ae.utils.graphics.