diff options
Diffstat (limited to 'data/tool-presets/Crop/3_2-Landscape.gtp')
-rw-r--r-- | data/tool-presets/Crop/3_2-Landscape.gtp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/tool-presets/Crop/3_2-Landscape.gtp b/data/tool-presets/Crop/3_2-Landscape.gtp new file mode 100644 index 0000000..ef21999 --- /dev/null +++ b/data/tool-presets/Crop/3_2-Landscape.gtp @@ -0,0 +1,24 @@ +# GIMP tool preset file + +(icon-name "gimp-tool-crop") +(name "3×2 Landscape") +(tool-options "GimpCropOptions" + (aspect-denominator 2.000000) + (aspect-numerator 3.000000) + (desired-fixed-size-height 200.000000) + (desired-fixed-size-width 300.000000) + (desired-fixed-width 300.000000) + (fixed-rule-active yes) + (overridden-fixed-aspect yes) + (overridden-fixed-size yes) + (tool "gimp-crop-tool")) +(use-fg-bg no) +(use-brush no) +(use-dynamics no) +(use-mypaint-brush no) +(use-gradient no) +(use-pattern no) +(use-palette no) +(use-font no) + +# end of GIMP tool preset file |