Convert MPO to Anaglyph or Stereoscopic JPEG
This tool converts MPO files from devices like the Nintendo 3DS, Fujifilm FinePix Real 3D, or other 3D cameras that support MPO files, into more usable JPEGs (.jpg). It's useful for viewing and sharing 3D photos in a more commonly used format.
Unlike many other online tools that simply strip one of the eyes from the result, presenting you with a single image, this tool incorporates both the left and right photos, preserving the depth and detail of the original 3D images.
Additionally, it can convert MPO files into an anaglyph format, allowing the images to be viewed with standard bi-color 3D glasses.
Comment by: eeemartin on
An automatic function "convert to anaglyph" (green / red) would be nice :-)
Edgar
Comment by: Jesse G. Donat on
I had not really considered the possibility but that is definitely worth looking into. Thank you for the great suggestion!
Comment by: Antonio on
Thanks!
Comment by: Jesse G. Donat on
The MPO format is super simple - you simply take two jpegs, EXIF and all and literally just concatenate them together.
I don't know how technical your background is, but with a simple photo editor and even just a binary safe text editor you could make an MPO - basically you just need to first break the stereoscopic image into two jpeg files using photoshop or something, then just stick them end to end in the same file and change the extension to MPO. In my playing with the 3DS it actually doesn't seem very picky in what it accepts for MPO's so you're probably in luck.
I don't think this would be something I'd implement now, but if I get more requests for it I may consider it.
Comment by: Antonio on
Really appreciate you're help! I'll post here when I get this working!
Comment by: Chris on
Am I missing something? By the way, awesome work!
Comment by: Bob W on
With the advent of the 3DS, I can see this being handy, especially when the code is re-factored.
Also, I'm not too familiar with how GD library works. Is it possible to store the anagylph image instead?
Comment by: Nick on
oh.. an optimized color or gray-scale anaglyph would be nice also! :-)
Comment by: Nick on
Comment by: Jesse G. Donat on
Comment by: Pedro on
DO I HAVE MY EYES STUCK TO MY FACE WRONG?
Comment by: kenmyers on
Comment by: Anthony on
Better still if from MPO to generate into quilt in columns & rows.
That can be read by LookingGlassFactory holograph.
Rgds
AO
Comment by: Jesse G. Donat on
What this does do is either lay out these images next to each other "Stereoscopic" or layer them together "Anaglyph" adjusting each image to fit into the color range needed for the different color lenses.
Creating a depth map is an order of magnitude more complex than anything this is attempting.