Add a mention that imagemagick is needed for HEIC images

pull/307/head
Vojtěch Káně 2 years ago committed by Romain
parent 2537436c2f
commit 9640e7a351

@ -18,6 +18,13 @@ const BINARIES = [
url: 'http://www.graphicsmagick.org',
msg: ''
},
{
// optional to process HEIC files
mandatory: false,
cmd: 'magick',
url: 'https://imagemagick.org',
msg: 'You will not be able to process HEIC images.'
},
{
// optional to process videos
mandatory: false,

Loading…
Cancel
Save