ejegg / piwigo-stereo

Stereoscopic image viewer plugin for the Piwigo gallery
GNU General Public License v2.0
2 stars 3 forks source link

Allow other types of images than MPO to be converted to stereo #9

Open dmmedia opened 7 years ago

dmmedia commented 7 years ago

Many stereo photographers do not have special camera for that and are using either 2 cameras or single camera and side stepping. Such photos are processed using Stereo Photo Maker software and that has conventional JPEG as an output with 2 frames side by side or 2 separate frame files. It would be great to accept such images also, either by uploading single file with 2 frames or by uploading each frame independently.

ejegg commented 7 years ago

That sounds like a great idea! A single file with two frames side by side would be easy to support without changing the code too much.

To support uploading each frame independently, I'd have to create some admin screens that let you associate two pictures and say that one is the left eye and the other is the right eye image. Do you have any suggestions for how an admin would do that?