Skip to content

3.13.0: MPF support

Choose a tag to compare

@mattiasw mattiasw released this 30 Dec 11:15

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.