Releases: thennequin/Texeled
Releases · thennequin/Texeled
0.3
Change list :
- Add KTX format loader
- Add EXR format writer
- Add TGA format writer
- Add PixelFormat D16_UNORM
- Add PixelFormat RGB16_FLOAT
- Add support of B5G6R5/R5G6B5/BGR8/BC5/BC5U in DDS loader/writer
- Add About window with version and third parties links
- Add shortkey Escape to exit program
- Add shortkey CTRL+R to reload file
- Add shortkeys PgUp and PgDown to switch to the next/previous file
- Add simple pixel inspector (when shift key is down)
- Add memory manager for detecting bad use of pointer in Debug
- Add logs
- Add icons in menus
- Improve display of file path in titlebar
- Select current file format when oding a "Save as "
- Fix loading of 16 bits image in TextureLoaderSTBI
- Fix custom gamma input
- Fix display of pixels grid
- Fix display of PixelFormats BC5/6H/7
- Fix PixelFormat convertion RGB8 to RG8
- Update stb_image to 2.23
- Use Compressonator CMP_Core to compress BC formats
- Use libpng to read PNG's
0.2
Change list:
- Add EXR loading support (via tinyexr)
- Add PNG writer (via stb_image_write)
- Improve DDS loading
- Add message boxs for loading/writing errors
- Add support of R32 and RG32 pixel formats
- Add texture size in status bar
- Add filename in title bar
- Add HDR range and gamma selector in UI
- Reorder UI
- Fix corrupted file when errors happen on save/save as
- Use Clamp texture sampler when tiling is disabled
- Change show pixel grid to false by default
- Refactor and cleanup code
- Use enum instead of string for shortkeys
- Update ImWindow and ImGui (1.53)