Skip to content

shimat/mpo2jpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).