Re: Sweet Home 3D and other plus equirectangular-to-cubic converter
Status: Alpha
Brought to you by:
cwalther
|
From: Andrea V. <and...@gm...> - 2011-04-01 09:13:24
|
Thanks Stefan for the link. I have also found an insteresting java cross-platform tool: http://www.panoramically.com/equirectangular-to-cubic-converter The tool can be download from bottom of that page, It's just one jar archive, I tryed and works fine. It works from command line, here a Windows example: java -Xmx1024m -jar EquirectangularToCubic.jar \ -outputdir C:\out_folder \ -interpolation lanczos2 \ C:\inp_folder You put an equirectangular picture inside folder inp_folder, run command and get six pictures inside out_folder Parameter -Xmx1024m is a JVM option to increments ram used by java (in this case I put 1024MByte, but you can decrease this value) This tool is distributed with GPL license, so should be simple add a java GUI.... An idea for Christian: What do you think about adding the equirectangular node? equirect("picture.png") Bye Andrea |