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

Power Toys - Image Resizer - 2 things #36702

Closed
GlenBod opened this issue Jan 5, 2025 · 4 comments
Closed

Power Toys - Image Resizer - 2 things #36702

GlenBod opened this issue Jan 5, 2025 · 4 comments
Labels
Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams

Comments

@GlenBod
Copy link

GlenBod commented Jan 5, 2025

Description of the new feature / enhancement

  1. Almost what I need. The matching of the smallest dimension when resizing is what messes me up. What I want is to resize a directory full of images such that none of them are larger than, say, 1000 px in the largest direction, regardless of the orientation as long as it maintains the length/width ratio. For example: something that is 2100x3000 ends up 700x1000, while something 2000x1600 ends up 1000x800.

  2. Renaming needs more work. I can tell it to rename the images to %1 (%2) as the docs show, but I want some custom text in the new name too. I'd like the new name spec to allow %1 V2 or something like that which just appends some text on the filename. If I then leave the resized files in the source directory they will sort right behind the originals and I can see the effects of my resizing more easily.

If there are ways to accomplish these things with the Resizer "as is", then I apologize for not figuring it out and I'd appreciate some guidance to make it work the way I want it.

Scenario when this would be used?

See above, it's all there.

Supporting information

No response

@GlenBod GlenBod added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Jan 5, 2025
@daverayment
Copy link
Contributor

Hi @GlenBod

  1. You can achieve this by creating a new preset with the Fit parameter set to the default of "Fit" and values of 1000 for both Width and Height, e.g.:

Image

This will resize the larger images you mentioned to the desired dimensions. Think of it as defining a box which provides the maximum dimensions of the resized image.

If you don't want any images smaller than 1000 x 1000 pixels to be expanded, make sure you select the "Make pictures smaller but not larger" checkbox:

Image

  1. You can edit the filename format to include this custom text directly - it doesn't need to just consist of the percent numbered parameters. For example, your "%1 V2" works fine:

Image

Image

Please note: if you have the ImageResizer application open while you're also making changes in the Settings app, you'll have to close and reopen ImageResizer before it knows about your updates.

@GlenBod
Copy link
Author

GlenBod commented Jan 17, 2025 via email

@daverayment
Copy link
Contributor

daverayment commented Jan 17, 2025

@GlenBod You're very welcome.

@daverayment
Copy link
Contributor

@GlenBod Hi. Did you manage to get the results you were after? If so, do you mind closing this issue down, please? Otherwise, I'm happy to help further, if I can.

@GlenBod GlenBod closed this as completed Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams
Projects
None yet
Development

No branches or pull requests

2 participants