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

Scaling window to a specific size (scaling factor), #809

Closed
CortexReaver opened this issue Jan 13, 2024 · 8 comments
Closed

Scaling window to a specific size (scaling factor), #809

CortexReaver opened this issue Jan 13, 2024 · 8 comments
Labels
question Further information is requested

Comments

@CortexReaver
Copy link

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:

13-01-2024 064736

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

@CortexReaver CortexReaver added the enhancement New feature or request label Jan 13, 2024
@hooke007
Copy link
Collaborator

seems dup #278

@hauuau
Copy link
Contributor

hauuau commented Jan 13, 2024

If the effect algorithm supports arbitrary scaling (Bicubic, Lanczos, RAVU-Zoom, etc) then there are settings available where you could set scaling factor explicitly or set absolute size for the output of the effect:
magpie_scaling

Isn't it what you want?

@Joackk
Copy link

Joackk commented Jan 14, 2024

I have the same need, can he just zoom in instead of full screen?

@Blinue Blinue added question Further information is requested and removed enhancement New feature or request labels Jan 14, 2024
@Blinue
Copy link
Owner

Blinue commented Jan 14, 2024

@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.

@Blinue Blinue closed this as completed Jan 14, 2024
@CortexReaver
Copy link
Author

CortexReaver commented Jan 14, 2024

@Blinue @hauuau

If the effect algorithm supports arbitrary scaling (Bicubic, Lanczos, RAVU-Zoom, etc)

Ok, thanks. Now I see it. So FSR does also supports scaling. But there seems no such option for Anime4k

01-2024 124643

I mean, another another application does support scaling for this particular algorithm, but not Magpie.

@hooke007
Copy link
Collaborator

That's the issue I mentioned.

@hooke007
Copy link
Collaborator

What @hauuau talking about is a workaround for it.
PixPin_2024-01-14_18-08-05

Anime4k_scale always does 2x, so you have to append another effect to downscale the output.

@ChillyBboy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

6 participants