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
Images with mismatching channels can now be compared (such as RGB vs. RGBA). Missing channels will use a default value of 0 for colors and 1 for alpha.
Improves the behavior of creating new images via the IPC protocol. (with contributions from @anderslanglands)
Holding 'B' will display a border around the image. Useful for seeing the size of transparent images.
Pressing Cmd/Ctrl+0 will reset zoom to 100%.
Pressing Cmd/Ctrl+9 will zoom to fit the screen.
Saving an image on Windows will now automatically append the selected file extension.
The caption now includes the image resolution.
When the application window is vertically too small to hold the entire GUI, it will become scrollable such that images can still be selected.
Bugfixes
Added several missing keybindings to the help window.
Reduce flickering on macOS
Zooming with the -/= keys is now centered about the middle of the screen rather than the bottom right.
Released Files
Pre-built binary (.exe) for Microsoft Windows
Pre-built universal binary (.dmg) for macOS (works on both ARM and Intel)
Pre-built binary (.appimage) for x64 Linux systems (thanks to @diiigle's contribution #194)
Source code of tevexcluding submodules. If you would like to build tev from source, please follow the build instructions in the project readme instead.