Releases: ssh4net/UnRAWer
Releases · ssh4net/UnRAWer
UnRAWer 1.61
- LGPL 2.1
- Headless mode (CLI)
- Per-camera LUT
- EXIF Crop
- all OCIO-supported 3D LUTs including Common LUT Format
- Memory and speed improvements
Windows binaries with a latest memory/speed fixes in OpenImageIO and zlib-ng.
UnRAWer 1.5
Added EXIF meta-data support.
(This excludes JPEG XL, which does not have exif support in OpenImageIO yet).
UnRAWer 1.48 beta
- support for Jpeg XL
At this moment, JPEG XL is supported using the OpenImageIO jpegxl branch I am working on. For that reason I can mark this release only as beta.
UnRAWer v1.46b
v1.46 beta
- OpenImageIO 2.59+
- export to HEIC (8bit only output, due to a bugs in OIIO libHEIC plugin, still can have issues)
v1.45
- fix for Phase One camera raw images that were crashing due to a bug in Libraw buffer read.
- Pre-demosaic Wavelet Denoise support
- Pre-demosaic FBDD denoise (not sure how it works, but support added)
- Due to a libraw bug, and after benchmarking workflow changed from file > buffer > libraw read to file > libraw read. It has the same speed but fewer bugs
- Some changes in the code flow
- now use OCIO library v2.3
v1.43
- A small fix that, in the same moment, added up to a 12% speedup to the process. I forgot to change OCIO config reads from per file to per batch. Now it works as intended.
- Added denoise options into GUI and TOML config file. But I'm not sure if FBDD denoise is working. Use wavelength denoise for now.
UnRAWer 1.42
UnRAWer 1.42 Release
Windows binaries built with zlib-ng in classic API mose. that gave up to 10-20% of speedup on import and export.
As soon as almost all libraries used in UnRAWer use zlib, all of them compiled with zlib-ng.
Release Notes:
v1.42
• Half-size raw reading
• Fixes for EXIF rotation
• Fonfig options for unsharp-mask
• UI cleanup