You are here

imagemagick.schema.yml in ImageMagick 8

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. log_warnings:
  20. type: boolean
  21. label: 'Log command executions returning with non-zero code'
  22. debug:
  23. type: boolean
  24. label: 'Display debugging information'
  25. use_identify:
  26. type: boolean
  27. label: 'Use identify command'
  28. locale:
  29. type: string
  30. label: 'Locale for escaping shell commands'
  31. image_formats:
  32. type: sequence
  33. sequence:
  34. type: imagemagick.image_format
  35. advanced:
  36. type: mapping
  37. label: 'Advanced settings'
  38. mapping:
  39. density:
  40. type: integer
  41. label: 'Image resolution'
  42. colorspace:
  43. type: string
  44. label: 'Convert colorspace'
  45. profile:
  46. type: string
  47. label: 'Color profile path'