Security update to Drupal 8.4.6
[yaffs-website] / web / modules / contrib / imagemagick / config / install / imagemagick.settings.yml
1 quality: 75
2 binaries: 'imagemagick'
3 path_to_binaries: ''
4 prepend: ''
5 log_warnings: TRUE
6 debug: FALSE
7 use_identify: TRUE
8 locale: 'en_US.UTF-8'
9 advanced:
10   density: 0
11   colorspace: '0'
12   profile: ''
13 image_formats:
14   PNG:
15     mime_type: image/png
16   JPEG:
17     mime_type: image/jpeg
18   JPG:
19     mime_type: image/jpeg
20     weight: 10
21     enabled: false
22   GIF:
23     mime_type: image/gif
24   GIF87:
25     mime_type: image/gif
26     weight: 10
27     enabled: false
28   SVG:
29     mime_type: image/svg+xml
30     enabled: false
31   WEBP:
32     mime_type: image/webp
33     enabled: false
34   TIFF:
35     mime_type: image/tiff
36     enabled: false
37   PDF:
38     mime_type: application/pdf
39     enabled: false
40   BMP:
41     mime_type: image/x-ms-bmp
42     enabled: false
43   PSD:
44     mime_type: image/x-photoshop
45     enabled: false
46   WBMP:
47     mime_type: image/vnd.wap.wbmp
48     enabled: false
49   XBM:
50     mime_type: image/x-xbitmap
51     enabled: false
52   ICO:
53     mime_type: image/vnd.microsoft.icon
54     enabled: false