Skip to content

Instantly share code, notes, and snippets.

@yoya
Created April 12, 2018 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoya/963990968693b8b47d22b5e6fc776b28 to your computer and use it in GitHub Desktop.
Save yoya/963990968693b8b47d22b5e6fc776b28 to your computer and use it in GitHub Desktop.
ImageMagick delegate for HEIC
<delegatemap>
+ <delegate decode="heic" command="&quot;heif-convert&quot; &quot;%i&quot; &quot;%o.png&quot; ; /bin/mv &quot;%o.png&quot; &quot;%o&quot;"/>
<mimemap>
+ <mime type="image/heic" acronym="HEIC" description="High Efficiency Image File Format" priority="100" pattern="*.heic" />
@yoya
Copy link
Author

yoya commented Apr 12, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment