-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Comments
Hi @GlenBod
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:
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. |
Thanks Dave. I’ll give that a try.
Regards – Glen C Bodie
Vancouver, BC
|
@GlenBod You're very welcome. |
@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. |
Description of the new feature / enhancement
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.
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
The text was updated successfully, but these errors were encountered: