Releases: lanthale/LibRawFX
Releases · lanthale/LibRawFX
Optimizations
- Image is now scaled down to the target viewing size before rendered
- Fix for sending the metadata imagesizes
First stable release on all OS's
- Tested now under all operating systems (Linux, OSX, Win10)
- Included now Sony, Leica and Samsung support
- Enabled more raw formats
Linux support
- Linux is now fully supported
- Added a custom installer method to RAWLoaderFactory because on OSX you need this because the temp filespace cannot be used due to a bug in OSX 10.15 (If you use the lib on OSX 10.15 than specify the directory where the native libs can be placed)
Thread safety
- Support for backgroundloading if heavy workloads
- First release which can be used in production
Missing:
- The requested size of javafx is actually ignored (scale down later on)
Stability and multi-threading
- No more crashes of the JVM
- The lib can now handle every threading situation without crashing the JVM
- Changed native lib handling (only use one library in memory)
- Lowered memory
- First implementation of progress support
Inital release
Tested only on OSX
Enabled Canon, Nikon, Fuji, Sigma cameras
Included lib for all OS's (Windows, Linux, OSX)