Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Crop Preset Problem
#6
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.

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 Wink 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.


Attached Files
.zip   crop-fixed.scm.zip (Size: 581 bytes / Downloads: 181)
Reply


Messages In This Thread
Crop Preset Problem - by abcjme - 02-02-2018, 03:57 PM
RE: Crop Preset Problem - by Clydaler - 02-02-2018, 04:34 PM
RE: Crop Preset Problem - by abcjme - 02-02-2018, 06:10 PM
RE: Crop Preset Problem - by Ofnuts - 02-02-2018, 06:13 PM
RE: Crop Preset Problem - by Clydaler - 02-02-2018, 06:25 PM
RE: Crop Preset Problem - by rich2005 - 02-02-2018, 07:53 PM
RE: Crop Preset Problem - by abcjme - 02-03-2018, 11:29 AM

Forum Jump: