Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Gran Turismo 5 photos look too bright. #12440

Closed
Satan86 opened this issue Aug 1, 2022 · 8 comments
Closed

Bug: Gran Turismo 5 photos look too bright. #12440

Satan86 opened this issue Aug 1, 2022 · 8 comments

Comments

@Satan86
Copy link

Satan86 commented Aug 1, 2022

Quick summary

Gran Turismo 5 photos look way too bright when taken on the emulador compared to a PS3. No settings fix the issue.

Details

photo0002.zip

RPCS3:
photo0002

PS3:
Special Stage Route X

Attach a log file

RPCS3.log.gz

Attach capture files for visual issues

I don't know how to capture this issue. I can either send a capture of before taking a photo, where the graphics are fine, or after, when the photo has already been taken, but when you first get to see your rendered photo, it is already just a jpg, and that's unlikely to be of any use.

System configuration

Ryzen 5 5600x, GTX 1050 Ti Driver 516.59, Windows 11.

Other details

No response

@kd-11
Copy link
Contributor

kd-11 commented Aug 1, 2022

This to me just looks like gamma conversion. Rpcs3 grabs the raw image and skips output configuration options entirely.
There are 2 options here:

  1. The game expects sRGB and we store as RGB. Not much we can do here, sRGB is emulated as PS3 supports per-channel gamma configuration.
  2. The game has custom gamma curve that needs to be applied before download. Not easy to fix either but at least the solution is a lot more reasonable (gamma curve on cpu)

@Megamouse
Copy link
Contributor

Just to clarify: This is not an RPCS3 screenshot. It's a screenshot the game made on its own.

@kd-11
Copy link
Contributor

kd-11 commented Aug 1, 2022

So its likely option 1 then. Big oof

@kd-11
Copy link
Contributor

kd-11 commented Aug 1, 2022

Or maybe not. The game may have specified sRGB format for the screenshot. I'll have to poke at the utilities when I have some time.

@Megamouse
Copy link
Contributor

I attached the photo to the OP. It says sRGB in the metadata.

@kd-11
Copy link
Contributor

kd-11 commented Aug 1, 2022

Changing the gamma curve in gimp fixes the issue really easily, so it is definitely related to RGB/sRGB mismatch.

@TorutheRedFox
Copy link

photos taken in LittleBigPlanet 2 also look quite bright compared to PS3

@Satan86
Copy link
Author

Satan86 commented Jun 6, 2023

Fixed.

RPCS3:photo0006

PS3:
Red Bull Hangar-7

#11282 still remains.

@Satan86 Satan86 closed this as completed Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants