BC7 encoding image loading. D translation of bc7enc16 d3b037f33b8c6df184177a0ae6a0f4cfec1434ad
BMP encoder. Encoder based upon imageformats dub package.
New GIF decoder, to replace gifdec.d.
Loads a JPEG image from a memory buffer or a file. req_comps can be 1 (grayscale), 3 (RGB), or 4 (RGBA). On return, width/height will be set to the image's dimensions, and actual_comps will be set to the either 1 (grayscale) or 3 (RGB). Requesting a 8 or 32bpp image is currently a little faster than 24bpp because the jpeg_decoder class itself currently always unpacks to either 8 or 32bpp. JPEG image loading.
stb_image_write.h translations Just the PNG encoder.
PNG and BMP image loading. D translation of stb_image-2.27 (png) and stb_image-2.29 (bmp). This port only support PNG loading, 8-bit and 16-bit. and BMP loading as in STB.
TGA read/writer from stb_image.h