Convert MPO to Anaglyph or Stereoscopic JPEG
Update 2019-01-08 Sorry for the downtime. It's been broken for a little over a month since the server migration. Ends up I forgot to adjust the max upload size for my server preventing uploads of over 2mb. Should be fixed now however!
I am currently working on potentially compiling this to WASM such that you could run this without having to wait for the upload to my server. We will see how that pans out, I am very hopeful.
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?