This module introduces some Image implementations.
This module performs various color computation and conversions.
This module defines RGB <-> HSV conversions.
This module defines the notion of an Image. An Image is simply defined as a 2D array of elements, with methods to set/get those elements.
D translation of stb_image-1.33 (http://nothings.org/stb_image.c)