Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed May 24, 2014
1 parent 0d8655a commit 953970c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 953970c

Please sign in to comment.