powervr-graphics / Native_SDK

C++ cross-platform 3D graphics SDK. Includes demos & helper code (resource loading etc.) to speed up development of Vulkan, OpenGL ES 2.0 & 3.x applications
https://docs.imgtec.com/sdk-documentation/html/introduction.html
MIT License
702 stars 197 forks source link

[BUG] PVRTexTool 4.24 image viewer too dark #60

Closed graptis closed 3 years ago

graptis commented 4 years ago

Description

PVRTexTool to 4.24 displays all images as too dark, as gamma correction is not applied to textures before being displayed.

Repro steps

Environment

Additional Info

This appears to be an issue that was caused by 19.2 version incorrectly generating SRGB images even when they were supposed to be Linear, so the viewer was compensating by darkening the images. Since the texture encoding was fixed, images consistently appear darker.

graptis commented 4 years ago

Adding this issue here for tracking. A fix is implemented for 20.2 as the whole viewer is overhauled.

YukiNero39 commented 4 years ago

when will the fix be available?

graptis commented 4 years ago

The next release is currently planned around September.

omarzohdi commented 3 years ago

As mentioned in #59 the issue was fixed in the 20.2 release. I'm closing the issue as it refers to v4.24.