Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 589 Bytes

mpo2jpg

MPO to JPEG converter

What is MPO?

Multi-Picture Format. MPO is an extension of JPEG format used for stereoscopic images.

http://www.cipa.jp/std/documents/e/DC-007_E.pdf

Downloads

Get the executable file from the release page.

This requires .NET Framework 2.0 or later, or Mono.

How to use

Mpo2Jpg.exe [[target_mpo1] target_mpo2 ...]

The program outputs JPEG files to the same directory as input MPO file(s).

When no input arguments are specified, you can choose input file(s) by GUI (OpenFileDialog).