The program mpoutils crashes when called with the option -o filename (as described in Usage).
A error message window "... has stopped working" appears and the program does not continue at this point.
E.g.
mpoutils -j -o 12.mpo 1.jpg 2.jpg -> crash
mpoutils -j -o12.mpo 1.jpg 2.jpg -> ok
mpoutils -j "-o 12.mpo" 1.jpg 2.jpg -> ok
Tested with mingw32 on Windows 7.
Thanks Thomas for pointing this out. It should be fixed now.
Pavel
On Thu, 2014-08-28 at 15:46 +0000, Thomas Henlich wrote:
Related
Tickets: #1
Confirmed as working (Windows 7, i686-pc-mingw32, gcc 4.10.0).
Problem solved. Thank you!