Version 2.3.0
- Added Image::save() function.
- This only provides a basic interface for common use cases like debugging or creating a viewable image after a transformation.
- Use
const void*
instead ofconst std::uint8_t*
for data parameters to avoid the need for casts.