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

Image Resizer isn't respecting an empty height or width field #29556

Open
patrickmac110 opened this issue Oct 31, 2023 · 0 comments
Open

Image Resizer isn't respecting an empty height or width field #29556

patrickmac110 opened this issue Oct 31, 2023 · 0 comments
Labels
Idea-Enhancement New feature or request on an existing product Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Product-Image Resizer Things regarding image resizing module

Comments

@patrickmac110
Copy link

Microsoft PowerToys version

0.75.0

Installation method

PowerToys auto-update

Running as admin

Yes

Area(s) with issue?

Image Resizer

Steps to reproduce

  1. Right click on an image
  2. click resize image
  3. input desired height or width
  4. click the "x" or delete the number in the opposite text box
  5. click resize.

✔️ Expected Behavior

The output image should be the same aspect ratio of original image, but with the desired width/height that you typed in.

❌ Actual Behavior

The Image is of the dimensions of the last thing that was in the text box before it was cleared. So if you had W 16px and H 1080px in the text boxes when the application opens and you cleared the W text box and had a 16:9 image originally, you should end up with a final image that is 1920px x 1080px. However, instead you end up with (depending on whether you have Fit, Fill, or Stretch selected, but assuming you have Fit selected) a 16px by 9px image.

Other Software

No response

@patrickmac110 patrickmac110 added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Oct 31, 2023
@TheJoeFin TheJoeFin added Idea-Enhancement New feature or request on an existing product Product-Image Resizer Things regarding image resizing module labels Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-Enhancement New feature or request on an existing product Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Product-Image Resizer Things regarding image resizing module
Projects
None yet
Development

No branches or pull requests

2 participants