Trenthee wrote:Is there a way to crop a single image multiple times in one go? ... I'd like to crop the image 4 times and save the croppings as 4 separate images while saving the original image. ... The cropping part can't be automated because the croppings will be in different locations depending on the image.
There is no way I am aware of to set up multiple selections at the same time, even without the ability to then crop and save each selection as a separate file. If there were a great enough need -- there was a similar request recently -- the function could possibly be added eventually, but realistically it would be a low priority given Pierre's present workload.
The need to place the selections manually would also rule out the possibility of using a batch process, or more likely a series of batch operations, to make the required crops and create the required output files.
In general, the best approach to implement a repetitive process that requires a manual operation is probably to use a simple script (created using AutoHotKey or a similar scripting utility, for example) that performs a series of keyboard or mouse operations that are repeated each time. For example, after a selection has been drawn manually, a simple script assigned to a keyboard shortcut could save the image with the required file name as a single action.
Someone already familiar with the particular scripting utility could likely write a suitable script quite quickly, but otherwise there would probably need to be a need to process a fairly large number of images to make the effort of learning it worthwhile, although the investment required could pay off in future projects...
When the source image must be preserved, it would probably be necessary to process a copy of the source image, always a wise procedure anyway!
A simple copy action could also be included in the script or scripts used.