a89306424ef9ba651eaf740362228f4c21d4b9b2
[yaffs-website] / web / modules / contrib / imagemagick / config / schema / imagemagick.schema.yml
1 # Imagemagick module schema
2
3 # Schema for settings.
4 imagemagick.settings:
5   type: config_object
6   label: 'Imagemagick settings'
7   mapping:
8     quality:
9       type: integer
10       label: 'Image quality'
11     binaries:
12       type: string
13       label: 'Graphics package - ImageMagick/GraphicsMagick'
14     path_to_binaries:
15       type: string
16       label: 'Path to the binaries'
17     prepend:
18       type: string
19       label: 'Prepend arguments'
20     log_warnings:
21       type: boolean
22       label: 'Log command executions returning with non-zero code'
23     debug:
24       type: boolean
25       label: 'Display debugging information'
26     use_identify:
27       type: boolean
28       label: 'Use identify command'
29     locale:
30       type: string
31       label: 'Locale for escaping shell commands'
32     image_formats:
33       type: sequence
34       sequence:
35         type: imagemagick.image_format
36     advanced:
37       type: mapping
38       label: 'Advanced settings'
39       mapping:
40         density:
41           type: integer
42           label: 'Image resolution'
43         colorspace:
44           type: string
45           label: 'Convert colorspace'
46         profile:
47           type: string
48           label: 'Color profile path'