-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Nintendo Switch] Image resample for low resolution novels #32
Comments
From my understanding, you are talking about rescaling the image, correct? An earlier version of the project did actually rescale all of the images, but then someone pointed out that they looked stretched. I'll add an option in the settings menu that will allow people to change whether the image is stretched, or if the original aspect ratio should be preserved. |
Not really rescaling to fit the whole screen. I was thinking maybe keeping the original aspect ratio but applying a linear or bicubic interpolation. This for the image to look a little bit smoother when novels have a lower resolution compared to the console's. I don't know if it's possible, asking just in case. |
By default I believe there should be a linear interpolation being applied, I'll double check and see if that's the case. |
That definitely looks like an issue then, thanks for bringing it to my attention (and for the screenshot)! This is blocked by #30, so I won't be able to try fixing it until I can sort out that bug. Hopefully it doesn't take too long! |
I think I kind of understand understand why this is blocked by the other issue. Well, hope it can be fixed soon too. Thank you very much for bringing us this wonderful project! |
Please do a quick search before making a feature request to see if someone else has already made a similar one!
Is your feature request related to a problem? Please describe.
Not really a problem, most novels have a 640x480 resolution, on Switch they look really pixelated.
Describe the solution you'd like
Maybe it's possible to apply a image filtering or resampling to make the novels look a little bit better?
Describe alternatives you've considered
I was able to resize all "background" and "foreground" pictures to 1280x720 and it looks better, but that would have to be applied per novel.
The text was updated successfully, but these errors were encountered: