02-02-2018, 07:53 PM
The presets obviously try to be universal, so no actual sizes are there, only proportions. Look in your Gimp profile presets folder, they are text files something like.
I did look at the video, but a bit fuzzy and yet another layout.
Alternatives.
1. Load all the pages as a stack of layers, one-time-crop. Then use a script to export all the layers to separate files.
2. A script to enforce a fixed crop size and position. see attached (unzip, put in gimp profile scripts folder)
In action short video 2 minutes. https://youtu.be/UULsrYzYIRE
Of course this might not be what you want at all, in which case ignore.
Code:
# GIMP tool preset file
(stock-id "gimp-tool-crop")
(name "Crop01")
(tool-options "GimpCropOptions"
(aspect-denominator 1816.000000)
(aspect-numerator 2216.000000)
(tool "gimp-crop-tool"))
......
I did look at the video, but a bit fuzzy and yet another layout.
Alternatives.
1. Load all the pages as a stack of layers, one-time-crop. Then use a script to export all the layers to separate files.
2. A script to enforce a fixed crop size and position. see attached (unzip, put in gimp profile scripts folder)
In action short video 2 minutes. https://youtu.be/UULsrYzYIRE
Of course this might not be what you want at all, in which case ignore.