This is a simple library that can read images from a file
just using the Image::loadFromFilename function.
To use this library use namespace img32:: and image/image32 header.
Use img32::rgba to create a color from the R, G, B, A channels
- You can open images in JPG, PNG, BMP format.
- Simple reading of image files (only with one function) at different types of color (RGB, ARGB, BGRA).
- You can change the pixels of the Image class.
- Individual modification of pixels.
- Alpha blending (hacer que un color con alpha se combine con un fondo, sirve para exportar alpha a formatos que no permiten el alpha)