Texture Viewer
A downloadable tool for Windows
An open source image viewer with the features specific to viewing textures. It was first created to replace the WTV (Windows Texture Viewer) tool by NVIDIA (in my own workflow), which was handy but had limited features.
Features:
- View MIP maps, 3D texture slices, cube faces
- Tile to check the seam quality
- View separate channels, overlay alpha
- Simple file management (cut, copy, delete), file list exporting
- Formats supported: JPEG, PNG, TIFF, WEBP, DDS, TGA, BMP; (plugin extensible, though the API isn't available yet)
- Can export the loaded image (what you see) as a BMP (32-bit)
- Simple processing (preview only): rotate/mirror, adjust levels/gamma
Requirements:
Minimum tested on: Windows XP 32-bit (compatible with Windows 10)
1GB RAM minimum recommended
Notes:
- I haven't yet fully figured out how to handle the file associations on Windows 10, so I would currently recommend you to do it via the Windows Shell menu: Open with -> Choose another app -> Always use this app... The extensions supported: *.jpg, *.jpeg, *.jfif, *.png, *.tiff, *.tif, *.webp, *.dds, *.tga, *.bmp.
- The shortcut key assignments can currently be edited through the config file.
The source code can be obtained here:
https://github.com/ilyal451/TextureViewer
Updated | 16 days ago |
Status | Released |
Category | Tool |
Platforms | Windows |
Author | imagetools |
Tags | Textures |
Download
Install instructions
To install just unpack the archive to the folder of your liking.
Development log
- Open Source Now!Jun 05, 2024