Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / imagemagick / config / schema / imagemagick.schema.yml
index a89306424ef9ba651eaf740362228f4c21d4b9b2..95df7aee2eb0996d770b256d7ca1871da67f18c5 100644 (file)
@@ -17,6 +17,9 @@ imagemagick.settings:
     prepend:
       type: string
       label: 'Prepend arguments'
+    prepend_pre_source:
+      type: boolean
+      label: 'Execute the arguments before loading the source image'
     log_warnings:
       type: boolean
       label: 'Log command executions returning with non-zero code'
@@ -46,3 +49,12 @@ imagemagick.settings:
         profile:
           type: string
           label: 'Color profile path'
+
+
+imagemagick.file_metadata_plugin.imagemagick_identify:
+  type: config_object
+  label: 'imagemagick_identify file metadata plugin settings'
+  mapping:
+    configuration:
+      type: file_mdm.plugin.configuration
+      label: 'imagemagick_identify plugin settings'