Skip to content

Version 2.10.0

Latest

Choose a tag to compare

@Tom94 Tom94 released this 02 Mar 12:46
· 6 commits to master since this release
42090b1

Changes Since Last Release

New features

  • Extended DNG (.dng) format support:
    • Demosaicing of color field array (CFA) data.
    • Support losslessly-encoded JPEG data that has to be reshaped.
    • Embedded crop window is now displayed.
    • Gain maps in camera profiles.
    • Camera profiles are now off by default (more faithful to raw sensor data) and can be turned on via --dng-camera-profile.
  • Extended TIFF (.tif) format support:
    • YCbCr JPEG compressed data.
    • CIELAB, ICCLAB, ITULAB color spaces.
    • Handling of the ReferenceBlackWhite and TransferRange tags.
  • Extended JPEG (.jpg/.jpeg) format support: losslessly compressed 2-16 bit files (yes, those are apparently a thing).
  • New CLI option --max-threads N to control the maximum number of threads tev will use.

Bugfixes & improvements

  • Further performance improvements across the board (lower memory consumption; fewer unnecessary copies; clearer strict aliasing adherence).
  • Fixed failed application of non-RGB 3-channel ICC profiles (such as XYZ or LAB profiles)
  • Fixed duplicate "." in deduplicated channel names.
  • Fixed crash when copy & pasting on macOS and Windows.

Released Files

  • Pre-built installer (.msi) and portable binary (.exe) for Microsoft Windows
  • Pre-built installers (.dmg) for macOS: one for ARM (tev.dmg) and one for Intel (tev-intel.dmg)
  • Pre-built binaries (.appimage) for Linux: one for x86_64 (tev.appimage) and one for ARM (tev-arm.appimage)
  • Source code of tev excluding submodules. If you would like to build tev from source, please follow the build instructions in the project readme instead.