Releases: lanthale/LibRawFX
Releases · lanthale/LibRawFX
Workaround for JPackage issue
- Works again with JPackage/Jlink distributions under Windows
Updates memory consumption
- Corrected the issue that the lib is only loaded once in memory
Update to snapshot release 2021 for Fuji files
- Update to snapshot release is now finished
- Speed for Fuji files is now on parallel with Canon/Nikon/Leica
Update libraw lib to snapshot release 2021
- Updated to libraw snapshot release to 202110
Update to JDK17
- Usage of shared scope of JDK17 Panama project
- Re-generated all sources with the new version of jextract (much easier to read and use the API)
- Updated the API to reflect changes in Panama project
- Compiled with JDK17
Performance improvements
- Improved metadata performance read out
- Improved example output including metadata
Metadata read support
- Now all important metadata is read-out
- Added also GPS coordinates
- Added GPS time (in format seconds since epoche)
Metadata support
- Working metadatasupport
- Include shooting time/date into readout of the file
- Include camera model to libraw class
- Modified example which shows the actual metadata for one sample file
Native performance updates
- Recompiled native libs for Linux and OSX with OpenMP and LCMS2 support
- Added OpenMP libs inside of the jar file
- More precise progress indicator support
- Updated TestApp.java for showing the progress indicator support
- Loading speed is now 50% higher than before (OpenMP makes the difference)
Linux native lib updates
- Recompile of all native libs with glibc 2.27
- No longer deliver glibc with the lib (not possible)
- Updated libjpeg and zlib libs
- Start of metadata support (actually only size, color, focal length)