Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@akb825 akb825 released this 25 Sep 00:43
· 90 commits to master since this release
  • 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 of const std::uint8_t* for data parameters to avoid the need for casts.