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

Fit to aspect ratio, fill space (no crop) #1201

Closed
ggstrader opened this issue Jul 13, 2024 · 5 comments
Closed

Fit to aspect ratio, fill space (no crop) #1201

ggstrader opened this issue Jul 13, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@ggstrader
Copy link

ggstrader commented Jul 13, 2024

Apologies if this is a duplicate, but other issues seem to be slightly different requests.

A helpful feature would be the ability to change aspect ratios without data loss, just adding blur/color background. E.g.
Screenshot_20240713-113835.png

Note that the image above was not cropped in any way.

Ideally, the input would be a w/h ratio rather than pixel dimensions

@ggstrader ggstrader added the enhancement New feature or request label Jul 13, 2024
@T8RIN
Copy link
Owner

T8RIN commented Jul 13, 2024

Doesn't crop resize fit your needs?

@T8RIN
Copy link
Owner

T8RIN commented Jul 13, 2024

I think i could add an widget above dimensions selection to choose aspect based on width/height

@T8RIN
Copy link
Owner

T8RIN commented Jul 14, 2024

I added ability to use AspectRatio preset, combine it with crop resize mode to achieve described result

@T8RIN T8RIN closed this as completed Jul 14, 2024
T8RIN added a commit that referenced this issue Jul 14, 2024
@ggstrader
Copy link
Author

ggstrader commented Jul 14, 2024

Doesn't crop resize fit your needs?

When I use that, it does not allow zooming out past the image bounds, and doesn't add a blurred version of the image as background to fill the negative space
Screenshot_20240714-013850~2.png

As you can see, using this aspect ratio would remove information from the image. The earlier image with the blurred negative space has only added information, and would be a larger file size.

@ggstrader
Copy link
Author

Oh, I see. For anyone else stumbling on this, you use the resize tool, set it to crop, and increase the pixel number

Screenshot_20240714-014651.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants