From 953970c06f08d3f8d155bf6db45f018a2ddbec34 Mon Sep 17 00:00:00 2001 From: shimat Date: Sat, 24 May 2014 22:12:21 +0900 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0098ebf..f7c917f 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,21 @@ 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](https://github.com/shimat/mpo2jpg/releases). + +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 interface (OpenFileDialog).