You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 tevexcluding submodules. If you would like to build tev from source, please follow the build instructions in the project readme instead.