Utility: Add JPEG image saver

This commit is contained in:
Lynix
2018-01-07 03:19:55 +01:00
parent 054c74bded
commit ee77899a6a
2 changed files with 39 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ Nazara Engine:
- It is now possible to initialize a StackArray with a size of zero on every platforms (this was not possible on non-Windows platforms before)
- Calling PlacementDestroy on a null pointer is now a no-op (was triggering an undefined behavior)
- Fix OBJParser relative offsets handling
- Add JPEG image saver
Nazara Development Kit:
- Added ImageWidget (#139)