-
Notifications
You must be signed in to change notification settings - Fork 494
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
Scaling window to a specific size (scaling factor), #809
Comments
seems dup #278 |
I have the same need, can he just zoom in instead of full screen? |
@CortexReaver You can change the scaling factor in the scaling configuration page, as @hauuau suggested. @Joackk Your request is a different topic, please go to #135 to discuss. |
Ok, thanks. Now I see it. So FSR does also supports scaling. But there seems no such option for Anime4k I mean, another another application does support scaling for this particular algorithm, but not Magpie. |
That's the issue I mentioned. |
What @hauuau talking about is a workaround for it. Anime4k_scale always does 2x, so you have to append another effect to downscale the output. |
Not sure why Anime4K and many other scaling effects were limited to 2x the original res. Afaik, Older versions of Magpie always scaled to the same res as the monitor. |
Expected behavior 预期的功能
Right now I cannot find any prompt where I can specify how big I want the scaled image to be relative to original size - a 2 times bigger, or 3 times for example. Here's example of another program that I am using for RPG maker games, it's called Lossless Scaling:
Its "Scale factor" is set to "1,5" right now. It can be quickly changed depending on the game, because I don't want the scaled image to fill up the screen completely but just make it slightly bigger. And I am totally fine with black bars (black background rather) around the scaled image, no need to change this part.
Maybe you can do it through "effects" somehow, and there is also something called SSimDownscaler. But seems like it just changes the size of the window BEFORE or AFTER the scaling was done, not an actual scaling factor (or size) for the algorithm itself.
Alternative behavior (optional) 近似的功能(可选)
No response
The text was updated successfully, but these errors were encountered: