Skip to content

Releases: ssh4net/UnRAWer

UnRAWer v2.0 - Bye bye bloated QT!

26 Dec 10:30

Choose a tag to compare

  • removed QT
  • added Dear ImGUI (OpenGL/GLFW for cross-platform support)
  • CMake config

Precompiled binaries free on Patreon

UnRAWer 1.64

24 May 13:43

Choose a tag to compare

  • Multi-monitor fix (update to QT6.5+)
  • Spdlog instead of a Boost

Windows x64 binaries using latest QT6.9, OIIO, etc. and built with Zlib-ng in attachment.

UnRAWer 1.63

14 May 06:15

Choose a tag to compare

  • Disable any processing
  • White Balance, Camera Matrix, and Highlights option added to the menu
  • 3rd party library update

Added two menu actions to disable any processing:

  • Disable RAW automatically switch RAW settings to:
    • Rotation: 0 (Unrotate/Horizontal)
    • Demosaic: RAW Data
    • Raw Color Space: RAW
    • Denoise: Disabled
    • WB: Disabled
    • Camera Matrix: Disabled
    • Highlights: Unclip
  • Processing settings to:
    • Crop: disable
    • LUT transform: disabled
    • Unsharp: disabled
  • Output:
    • PPM
    • 16bit unit

That can be used if you need raw, unprocessed sensor data.

UnRAWer 1.61

31 Oct 02:50
1c6aa86

Choose a tag to compare

  • 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

07 May 12:53
a2039e1

Choose a tag to compare

Added EXIF meta-data support.
(This excludes JPEG XL, which does not have exif support in OpenImageIO yet).

UnRAWer 1.48 beta

17 Apr 12:32

Choose a tag to compare

  • 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

17 Mar 01:35

Choose a tag to compare

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

16 Sep 07:00
e3d0dce

Choose a tag to compare

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