Copy link to clipboard
Copied
Basically I've a job to do where there are a bunch of images in a folder that are different dimensions and I need to make them all have 600x600 dimensions and by that I mean just importing the images to a 600x600 format (without stretching it) and scaling it down a bit and export and do it for all those images
Like I want a script that can do this basically: import an image from folder A - put it at the center - scale down by 75% - export to folder B - hide that layer and add new image from folder A and repeat the process for all the images in folder A
Copy link to clipboard
Copied
apply an action, and you can apply the action to folder without opening each image.
Copy link to clipboard
Copied
You mean batching? AFAIK, the images will always be opened, even with a droplet.
I agree that an action is probably enough though.
-
Lost too many hours on the previous handout, so good luck 😉
Copy link to clipboard
Copied
As suggested, a batch action can do this. That being said, you need to decide if you are going to scale to a % or a target px value.