Skip to content

Releases: lanthale/LibRawFX

Update to 0.21.4

Choose a tag to compare

@lanthale lanthale released this 03 Nov 20:53
  • Update to latest stable release 0.21.4
  • Update to JDK25

Added ImageIO to the lib

Choose a tag to compare

@lanthale lanthale released this 28 Jun 14:37
1c36f17
  • Support for ImageIO. This means it is registered automatically
  • Usage in Swing and other libs via ImageIO
  • Usage in Javafx: ImageIO or internal method

Update to Javafx24

Choose a tag to compare

@lanthale lanthale released this 30 Mar 10:50
5e01303

Update to Javafx24

Performance for metadata

Choose a tag to compare

@lanthale lanthale released this 20 Apr 20:48

More speed for reading metadata

Camera specific settings

Choose a tag to compare

@lanthale lanthale released this 19 Apr 15:33
  • Default settings implemented
  • For each camera model you can now give separate settings. To get the camer model/maker combination use the method getCameraMaker()

Update JDK22

Choose a tag to compare

@lanthale lanthale released this 07 Apr 18:03

Update to JDK22
Update to JFX22
Reqrite code base to run on Win and Linux/OSX

Update to JDK21/Javafx21

Choose a tag to compare

@lanthale lanthale released this 30 Sep 12:11
551d038
  • Update to JDK21 / JFX21
  • Speed improvements again (Panama updates)

Update to JDK20/Javafx20

Choose a tag to compare

@lanthale lanthale released this 03 Apr 18:41
fcf0904
  • Speed improvements
  • JDK 20 updates incl. Javafx20
  • getCameraMaker() added

Raw Decoder-Settings

Choose a tag to compare

@lanthale lanthale released this 06 Oct 15:19
26d8eb1
  • Updates to JDK19 / Javafx 19
  • Implementing RawDecoderSettings so that you can influence how the decoder engine is performing

Further fixes for JDK19

Choose a tag to compare

@lanthale lanthale released this 02 Oct 13:33
34678db

Small fixes for JDK19 on all platforms