Multi-Picture Format
From Just Solve the File Format Problem
(Difference between revisions)
(Category:TIFF) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|released=2009 | |released=2009 | ||
}} | }} | ||
− | '''Multi-Picture Format''' (also known as '''MP''', '''MPO''', or '''Multi-Picture Object''') is | + | '''Multi-Picture Format''' (also known as '''MP''', '''MPO''', or '''Multi-Picture Object''') is a multi-image extension of the [[JPEG]] image format. It is most often used for stereoscopic images, or as a way to include an unusually large thumbnail image. (Most JPEG thumbnail formats are limited to 64KB, but MP supports far larger thumbnails.) |
− | == Format == | + | An MP file contains two or more images in JPEG format. When viewed in a JPEG viewer that does not understand MP format, typically just one of the images will be displayed. |
+ | |||
+ | == Format details == | ||
MP files are valid [[JPEG]] files, except that they have additional data after the EOI marker. | MP files are valid [[JPEG]] files, except that they have additional data after the EOI marker. | ||
− | They contain a JPEG APP2 "MPF" segment. The data in this segment uses a format based on [[TIFF]]. | + | They contain a JPEG APP2 "MPF" segment. The data in this segment uses a format based on a generalization of [[TIFF]] format. |
== Specifications == | == Specifications == | ||
− | * [http://www.cipa.jp/ | + | * [http://www.cipa.jp/std/documents/e/DC-007_E.pdf CIPA DC-007-2009] |
+ | |||
+ | == Software == | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
== Sample files == | == Sample files == | ||
* http://spiffsmpo.com/mpoGALLERY.html | * http://spiffsmpo.com/mpoGALLERY.html | ||
− | * http:// | + | * [http://www.cmsoft.com.br/downloads/cmsoft-stereoscopic-picture-editor-converter/3d-picture-gallery/ CMSoft 3D picture gallery] |
+ | * {{DexvertSamples|archive/mpo}} | ||
[[Category:JPEG]] | [[Category:JPEG]] | ||
[[Category:TIFF]] | [[Category:TIFF]] | ||
[[Category:3D and CAD/CAM Models]] | [[Category:3D and CAD/CAM Models]] |
Latest revision as of 02:55, 28 December 2023
Multi-Picture Format (also known as MP, MPO, or Multi-Picture Object) is a multi-image extension of the JPEG image format. It is most often used for stereoscopic images, or as a way to include an unusually large thumbnail image. (Most JPEG thumbnail formats are limited to 64KB, but MP supports far larger thumbnails.)
An MP file contains two or more images in JPEG format. When viewed in a JPEG viewer that does not understand MP format, typically just one of the images will be displayed.
Contents[hide] |
[edit] Format details
MP files are valid JPEG files, except that they have additional data after the EOI marker.
They contain a JPEG APP2 "MPF" segment. The data in this segment uses a format based on a generalization of TIFF format.