public class MPOFiles extends Object
MPOFiles.public static ArrayList<File> splitMPOFile(File f) throws IOException
A MPO file consists of two or more concatenated JPEG files with multi-picture file meta-data in APP2 segments which start with the character sequence "MPF\0".
This method writes each JPEG file into a separate file and strips the multi-picture meta-data.
IOExceptionCopyright © 2014. All Rights Reserved.