Skip to content

Instantly share code, notes, and snippets.

@navhaxs
Created October 4, 2022 12:14
Show Gist options
  • Save navhaxs/a4e3788d1e227a7107ab2e1084576f01 to your computer and use it in GitHub Desktop.
Save navhaxs/a4e3788d1e227a7107ab2e1084576f01 to your computer and use it in GitHub Desktop.
Convert HEIC to JPG context menu Windows 10
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\Shell\convert-to-jpg\command]
@="C:\\Program Files\\ImageMagick-7.1.0-Q16-HDRI\\magick.exe mogrify -format jpg %1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment