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
Added support for JPM and MJ2 files (multi-frame JPEG 2000 images)
Added support for text drawing via IPC (e.g. via tevclient; thanks to @lewisfish)
Added support for fractional playback rates (thanks to @kongdai123)
Bugfixes & improvements
RGB images (without alpha channel) now use 25% less RAM on macOS
Fixed crash when loading certain TIFF images with subsampled YCbCr channels
Fixed out of gamut color rendering on Windows and Linux in certain circumstances
Fixed file extensions and mime types for the JPEG 2000 family of images being absent from the file dialog
Fixed a rare flickering border around the displayed image, occurring on some graphics hardware / drivers
Released Files
Pre-built installer (.msi) and portable binary (.exe) for Microsoft Windows targeting x86 (tev-installer.msi, tev.exe) and ARM (tev-arm-installer.msi, tev-arm.exe)
Pre-built installers for macOS targeting ARM (tev.dmg) and Intel (tev-intel.dmg)
Pre-built binaries for Linux targeting x86 (tev.appimage) and 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.