You are here

imagemagick.schema.yml in ImageMagick 8.3

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. locale:
  26. type: string
  27. label: 'Locale for escaping shell commands'
  28. image_formats:
  29. type: sequence
  30. sequence:
  31. type: imagemagick.image_format
  32. advanced:
  33. type: mapping
  34. label: 'Advanced settings'
  35. mapping:
  36. density:
  37. type: integer
  38. label: 'Image resolution'
  39. colorspace:
  40. type: string
  41. label: 'Convert colorspace'
  42. profile:
  43. type: string
  44. label: 'Color profile path'
  45. coalesce:
  46. type: boolean
  47. label: 'Coalesce Animated GIF images'
  48. imagemagick.file_metadata_plugin.imagemagick_identify:
  49. type: config_object
  50. label: 'imagemagick_identify file metadata plugin settings'
  51. mapping:
  52. configuration:
  53. type: file_mdm.plugin.configuration
  54. label: 'imagemagick_identify plugin settings'