Skip to content

Instantly share code, notes, and snippets.

@tvaidyan
Last active July 29, 2021 12:58
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 tvaidyan/1f38446e44a49e13e4ee057961f771fd to your computer and use it in GitHub Desktop.
Save tvaidyan/1f38446e44a49e13e4ee057961f771fd to your computer and use it in GitHub Desktop.
using ImageMagick;
...
using var heicImage = new MagickImage(@"C:\my-heic-file.heic");
heicImage.Write(@"C:\my-new-jpg-file.jpg");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment