Auto resize with macro #670
Replies: 5 comments 4 replies
-
|
Yes, I am looking for the same. To create a macro that will resize an image to a fixed width while preserving the aspect ratio. Is there any other way to do this? |
Beta Was this translation helpful? Give feedback.
-
|
I don't think that is possible in PD itself at the moment. Alternatives: if you need it for batch conversion, think about using ImageMagick, it is really not that complicated to write a batch file. Or if you just want to do it some images you could try a tool such as AutoHotkey to open the resize dialog, fill in the height value for you, and press enter. (PD reacts well to ahk keystrokes I find). As Macros can be edited in a text editor, perhaps PD could in the future support say |
Beta Was this translation helpful? Give feedback.
-
|
Hello all. I apologize for not noticing this discussion sooner. I believe I can add this feature to PhotoDemon's batch converter relatively quickly. I will report back in the next few days (possibly sooner) when I've got something concrete to share. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. I did look at ImageMagick as a possible solution, but if PhotoDemon can do it even better. It could also be applied to the Batch Processing feature as well as the Resize tool. I used to use Adobe Fireworks many years ago (now discontinued) and that had the ability to batch process images by setting a max width and max height. All images would then be resized to fit within those dimensions proportionally without altering aspect ratios. I have been looking for a replacement for Fireworks for a while now and PhotoDemon is by far the best in my opinion. Perfect for what I need. :) |
Beta Was this translation helpful? Give feedback.
-
|
Okay friends, a new PhotoDemon nightly build is now available. This build brings three new "fit" options to the first page of the
The three new options are:
If you set a target size of "500x500", here's how image files would look after your batch process completes:
I hope this provides a way to accomplish the batch resize operations described earlier in this thread! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thank you all for you help
I try to make an auto resize macro for generating an image that fit 300px in height and auto scaling the width in consequence, but i cannot fill in the macro script the width as "auto", is there a way to do it ?
Beta Was this translation helpful? Give feedback.
All reactions