Releases: lanthale/LibRawFX
Releases · lanthale/LibRawFX
Release list
Update to 0.21.4
Added ImageIO to the lib
- 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
Performance for metadata
More speed for reading metadata
Camera specific settings
- 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
Update to JDK22
Update to JFX22
Reqrite code base to run on Win and Linux/OSX
Update to JDK21/Javafx21
- Update to JDK21 / JFX21
- Speed improvements again (Panama updates)
Update to JDK20/Javafx20
- Speed improvements
- JDK 20 updates incl. Javafx20
- getCameraMaker() added
Raw Decoder-Settings
- Updates to JDK19 / Javafx 19
- Implementing RawDecoderSettings so that you can influence how the decoder engine is performing
Further fixes for JDK19
Small fixes for JDK19 on all platforms