PDA

View Full Version : Offline tool to convert from spherical to cube


asmilie2b3
07-27-2007, 12:15 PM
I have my panos as 2:1 equilinear spheres. I need to convert them to cube strips or faces, with a command line tool, on Linux.
Would anyone know a tool that could do the job?

Gary
07-27-2007, 03:33 PM
Hi,

Try Pano2QTVR: www.pano2qtvr.com (http://www.pano2qtvr.com). The free version will create your cube faces for you...

<gary>

asmilie2b3
08-01-2007, 11:37 AM
Thanks for that Gary.
However I need the cube image/s as a jpeg. Panot2QTVR afaik only makes .mov files...

Gary
08-02-2007, 06:19 PM
Actually, the free version of pano2qtvr does a fine job of extracting cube faces in jpeg format. Refer to the readme in the pano2vtr root folder when you install it... it provides instructions for using the command line interface. This makes it very easy to batch multiple images.

The following command line will extract cube faces from a spherical jpeg, vt1.jpg, in a folder called source and create 6 cube faces 1_0.jpg, 1_1.jpg ... 1_5.jpg in a folder called dest:

c:\programfiles\pano2QTVR\Pano2QTVR.exe" -e "c:\source\vt1.jpg" -f "d:\dest\1"

I assemble these into a strip using a photoshop script that I've created.

That's how I do it...
<gary>

asmilie2b3
08-08-2007, 02:48 AM
Many thanks for the info Gary. I will give that a try.

asmilie2b3
08-14-2007, 09:35 AM
Gary
Many thanks again for this. The command line ability absolutely rocks and speeds up my flow a lot of windows.
Now only if there was a Linux version!

cheers
Bruce