Hi. I have an heic image file which I know has 16 images inside. I want to "extract" the content into individual files in jpg format, in some batch processing. I'm trying with imagemagick on the command-line but only get the first image. Can someone please tell me the correct command-line syntax? example of the last thing I tried: convert *.heic[0-15] *.jpg Thanks!