|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.monte.media.mpo.MPOFiles
public class MPOFiles
Utility methods for MPOFiles.
| Method Summary | |
|---|---|
static java.util.ArrayList<java.io.File> |
splitMPOFile(java.io.File f)
Splits a MPO file into two JPEG files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.ArrayList<java.io.File> splitMPOFile(java.io.File f)
throws java.io.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.
java.io.IOException
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||