You are here

imagemagick.schema.yml in ImageMagick 8.2

config/schema/imagemagick.schema.yml

File

config/schema/imagemagick.schema.yml
View source
  1. # Imagemagick module schema
  2. # Schema for settings.
  3. imagemagick.settings:
  4. type: config_object
  5. label: 'Imagemagick settings'
  6. mapping:
  7. quality:
  8. type: integer
  9. label: 'Image quality'
  10. binaries:
  11. type: string
  12. label: 'Graphics package - ImageMagick/GraphicsMagick'
  13. path_to_binaries:
  14. type: string
  15. label: 'Path to the binaries'
  16. prepend:
  17. type: string
  18. label: 'Prepend arguments'
  19. prepend_pre_source:
  20. type: boolean
  21. label: 'Execute the arguments before loading the source image'
  22. log_warnings:
  23. type: boolean
  24. label: 'Log command executions returning with non-zero code'
  25. debug:
  26. type: boolean
  27. label: 'Display debugging information'
  28. use_identify:
  29. type: boolean
  30. label: 'Use identify command'
  31. locale:
  32. type: string
  33. label: 'Locale for escaping shell commands'
  34. image_formats:
  35. type: sequence
  36. sequence:
  37. type: imagemagick.image_format
  38. advanced:
  39. type: mapping
  40. label: 'Advanced settings'
  41. mapping:
  42. density:
  43. type: integer
  44. label: 'Image resolution'
  45. colorspace:
  46. type: string
  47. label: 'Convert colorspace'
  48. profile:
  49. type: string
  50. label: 'Color profile path'
  51. imagemagick.file_metadata_plugin.imagemagick_identify:
  52. type: config_object
  53. label: 'imagemagick_identify file metadata plugin settings'
  54. mapping:
  55. configuration:
  56. type: file_mdm.plugin.configuration
  57. label: 'imagemagick_identify plugin settings'