Skip to content

Releases: lanthale/LibRawFX

Workaround for JPackage issue

07 Feb 21:22
1cd9640
Compare
Choose a tag to compare
  • Works again with JPackage/Jlink distributions under Windows

Updates memory consumption

03 Feb 17:33
Compare
Choose a tag to compare
  • Corrected the issue that the lib is only loaded once in memory

Update to snapshot release 2021 for Fuji files

13 Jan 17:26
b6dfdf9
Compare
Choose a tag to compare
  • 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

12 Jan 19:36
Compare
Choose a tag to compare
  • Updated to libraw snapshot release to 202110

Update to JDK17

30 Sep 12:35
8c16007
Compare
Choose a tag to compare
  • 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

21 May 13:40
Compare
Choose a tag to compare
  • Improved metadata performance read out
  • Improved example output including metadata

Metadata read support

19 May 16:48
ee07361
Compare
Choose a tag to compare
  • Now all important metadata is read-out
  • Added also GPS coordinates
  • Added GPS time (in format seconds since epoche)

Metadata support

14 May 13:40
Compare
Choose a tag to compare
  • 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

13 May 14:44
0f1b738
Compare
Choose a tag to compare
  • 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

08 May 18:03
785c950
Compare
Choose a tag to compare
  • 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)