summaryrefslogtreecommitdiff
path: root/filter/braille/filters/imagemagick.defs
diff options
context:
space:
mode:
Diffstat (limited to 'filter/braille/filters/imagemagick.defs')
-rw-r--r--filter/braille/filters/imagemagick.defs126
1 files changed, 126 insertions, 0 deletions
diff --git a/filter/braille/filters/imagemagick.defs b/filter/braille/filters/imagemagick.defs
new file mode 100644
index 000000000..d209dcc95
--- /dev/null
+++ b/filter/braille/filters/imagemagick.defs
@@ -0,0 +1,126 @@
+//
+// Copyright (c) 2015, 2017 Samuel Thibault <samuel.thibault@ens-lyon.org>
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+//
+
+Group "Image/Image conversion"
+
+Option "GraphicDotDistance/Graphic dot distance" PickOne AnySetup 10
+ Choice "160/1.6mm" ""
+ *Choice "200/2.0mm" ""
+ Choice "250/2.5mm" ""
+
+Option "Rotate/Rotation" PickOne AnySetup 10
+ Choice "0/No rotation" ""
+ *Choice "90>/Rotate clockwise to fit paper" ""
+ Choice "270>/Rotate counter clockwise to fit paper" ""
+ Choice "90/Clockwise" ""
+ Choice "270/Counter clockwise" ""
+ Choice "180/Upside Down" ""
+
+Option "fitplot/Resize" Boolean AnySetup 10
+ *Choice "True/Yes" ""
+ Choice "False/No" ""
+
+Option "mirror/Mirror" Boolean AnySetup 10
+ Choice "True/Yes" ""
+ *Choice "False/No" ""
+
+Option "Edge/Edge detection" PickOne AnySetup 10
+ Choice "None/None" ""
+ Choice "Edge/Simple" ""
+ *Choice "Canny/Canny" ""
+
+Option "Negate/Negate" Boolean AnySetup 10
+ Choice "True/Yes" ""
+ *Choice "False/No" ""
+
+Option "EdgeFactor/EdgeFactor" PickOne AnySetup 10
+ *Choice "1/1" ""
+ Choice "2/2" ""
+ Choice "5/5" ""
+ Choice "10/10" ""
+
+Option "CannyRadius/CannyRadius" PickOne AnySetup 10
+ *Choice "0/0" ""
+ Choice "1/1" ""
+ Choice "2/2" ""
+
+Option "CannySigma/CannySigma" PickOne AnySetup 10
+ Choice "0/0" ""
+ *Choice "1/1" ""
+ Choice "2/2" ""
+
+Option "CannyLower/CannyLower" PickOne AnySetup 10
+ Choice "0/0" ""
+ Choice "5/5" ""
+ *Choice "10/10" ""
+ Choice "15/15" ""
+ Choice "20/20" ""
+
+Option "CannyUpper/CannyUpper" PickOne AnySetup 10
+ Choice "10/10" ""
+ Choice "20/20" ""
+ *Choice "30/30" ""
+ Choice "40/40" ""
+ Choice "50/50" ""
+
+Option "page-top/Graphical top margin" PickOne AnySetup 10.0
+ Choice "0/0" ""
+ Choice "5/5" ""
+ Choice "10/10" ""
+ *Choice "15/15" ""
+ Choice "20/20" ""
+ Choice "25/25" ""
+ Attribute Custompage-top True ""
+ Attribute ParamCustompage-top Points "1 int 1 999"
+
+Option "page-bottom/Graphical bottom margin" PickOne AnySetup 10.0
+ Choice "0/0" ""
+ Choice "5/5" ""
+ Choice "10/10" ""
+ *Choice "15/15" ""
+ Choice "20/20" ""
+ Choice "25/25" ""
+ Attribute Custompage-bottom True ""
+ Attribute ParamCustompage-bottom Points "1 int 1 999"
+
+Option "page-left/Graphical left margin" PickOne AnySetup 10.0
+ Choice "0/0" ""
+ Choice "5/5" ""
+ Choice "10/10" ""
+ *Choice "15/15" ""
+ Choice "20/20" ""
+ Choice "25/25" ""
+ Attribute Custompage-left True ""
+ Attribute ParamCustompage-left Points "1 int 1 999"
+
+Option "page-right/Graphical right margin" PickOne AnySetup 10.0
+ Choice "0/0" ""
+ Choice "5/5" ""
+ Choice "10/10" ""
+ *Choice "15/15" ""
+ Choice "20/20" ""
+ Choice "25/25" ""
+ Attribute Custompage-right True ""
+ Attribute ParamCustompage-right Points "1 int 1 999"
+