-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Screenshot bug #16
Comments
Screenshots look the same to me. PS: I suppose the game runs in RAM mode. |
They don't. Look at the left of the top screenshot. You see the red line. also, it looks blurrier than the bottom one? |
Yeah,it runs on RAM mode. The difference is slightly noticeable ,but it's there. |
Yep noticed right now but i don't know why this happens. On next release MMC screenshots will be fixed. I suggest you to wait that release andt hen we can check if the problem appears in MMC too. |
@josejl1987 Can you check if using this solves the problem? |
Still the same, I'm afraid. I took a quick glance at the screenshot code, and I don't see anything strange myself. What color format does the Vita framebuffer use? From your code I'd say it's B8G8R8A8. Is there any chance it could be using some strange 16 bit mode? Falcom games did it on PSP,and sometimes I see color banding similar to 16 bit images. Would it be hard to dump the framebuffer in its original format? |
IF you really need good screenshots, atm you can start the game by holding L trigger. This will start the game in MMC mode where screenshots should be fixed. I'm still investigating the issue to find a solution. |
I tried the screenshot function on Trails of Cold Steel II,and the resulting image is a bit off.
I think it's just that the red channel on the bmp output is one pixel off to the left.
I made a manual edit on GIMP so you can see the difference.
The text was updated successfully, but these errors were encountered: