-
Notifications
You must be signed in to change notification settings - Fork 44
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
Limit Zoom #291
Comments
If you set the "Image Sizing" of a scene to "Fit Best" and then set the "Zoom End" to 1x, it will always end when the image is at it's full width/height. |
But that wouldn't be zooming. I'm currently using "fit best" and zoom from 0.8 to 1.2. This works good for small pix, but not larger ones. |
I'm a bit confused of how the size of the photo would matter with those settings. Could you possibly provide examples of pics that work well and ones that don't so I can better understand what you mean? Or a video example (feel free to message me on Reddit instead if it's sensitive) |
The picture size that overflows screen depends on the screen resolution. I don't know your screen resolution. It's pretty simple to try. Use your desktop background for example. They're usually high-res. Basically, if the image is larger than the screen-res, don't zoom in at all (unless it starts from <1 in which case, end it at 1), and if for example, it's only 0.8 of screen-res in any dimension, don't zoom more than 0.8^(-1)=1.25 even if zoom-end is set to a larger value. |
I'm still a bit confused by your description, because it sounds like you are viewing image in their real resolution, but this isn't possible if you're actually using either "Fit Best" option. The only time images are shown in their real resolution is when using "Center" or "Center (No Clipping)". See: https://drive.google.com/file/d/1YBTkAvzkWraatTRklE69uwRPS5ocKE1B/view?usp=sharing More over, if you are using "Fit Best" with 0.8x to 1.2x, every image will overflow the window size by that extra 0.2x, regardless of the image's resolution. So, if I understand correctly, you're asking for a way to (1) show images in their real resolutions (i.e. Center), and (2) zoom them in such that they all have the same final dimensions (e.g. image with same resolution as the window will not scale at all & image with any dimension 1/2 resolution of window will scale 2x). Is that correct? |
I'm terribly sorry. You're right in the first two paragraphs. Response to your third paragraph: Thanks again! |
It could be a toggle in Effects section, e.g. "Smart Zoom", because the amount of scaling in here, won't be image invariant anymore. |
Would be great to have the option of limiting zoom to screen size. That way, small photos are enlarged, and big ones don't overflow the screen. Thanks!
The text was updated successfully, but these errors were encountered: