3.13.0: MPF support
Multi-picture Format. Some cameras record multiple images in one photo. These images can now be accessed by the tags.Images array (tags.mpf.Images if using expanded: true). The image data (for example for saving into a new file or making a Blob) is available at tags.Images[i].image. For direct use in an <img> tag there is also tags.Images[i].base64. See examples/nodejs/exif.js for a full example.