Releases: Syping/libragephoto
Releases · Syping/libragephoto
libragephoto 0.5.1 release
Improvements (from 0.5 series)
- Add C library port
- Add RagePhotoB typedef for best implementation
- Add BigInt support for WASM build
- Fix WASM C API inclusion on CXX-only build
- Renamed C++ header files to .hpp
Bugfix (since 0.5.0 library)
- Fix memory and file handle leaks
libragephoto 0.5.0 release
Improvements (from 0.5 series)
- Add C library port
- Add RagePhotoB typedef for best implementation
- Add BigInt support for WASM build
- Fix WASM C API inclusion on CXX-only build
- Renamed C++ header files to .hpp
libragephoto 0.4.1 release
Improvements (from 0.4 series)
- Improved RDR 2 support
- Add definitions for C API
- Memory allocation changes
Bugfix (since 0.3.0 library)
- RagePhotoA setData() pointer passthrough fix
libragephoto 0.4.0 release
Improvements (from 0.4 series)
- Improved RDR 2 support
- Add definitions for C API
- Memory allocation changes
libragephoto 0.3.0 release
Improvements (from 0.3 series)
- Renamed photo(), photoData(), photoSize() and setPhoto() to jpeg(), jpegData(), jpegSize() and setJpeg()
- Added ragephoto_getphotosign() and ragephoto_getphotosignf() to the C API
- Added ragephotodata_* functions to the C API
- Added jpegSign() to the C++ API
- Memory allocation changes
- Optional C++17 support
libragephoto 0.2.0 release
Improvements (from 0.2 series)
- Added ragephoto_getphotodata() and ragephoto_setphotodata() to the C API
- Added setData() to the C++ API
- Added new error code
- RagePhotoData improvements
- Low level improvements and updates
libragephoto 0.1.0 release
Initial release