Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Quoted
I make jpg 12 aprox 5mb... put it on the sphere to cube droplet... the the cube side's i put to multires.. to get them load smooth..
![]() |
Source code |
1 2 3 4 5 6 |
INPUTERROR: not all cube sides found: - left = cube_8bits_l.tif (ok) - front = ERROR - not found - right = ERROR - not found ....ect - down = ERROR - not found |
This post has been edited 1 times, last edit by "michel" (Jun 23rd 2009, 9:52am)
yes, I also recommend using a TIFF as input, JPEG compression should always be the latest step,Perhaps it will be better to not convert to JPG on photoshop but to output a 8 bit tif file (better than jpg output) !!!
Then drop this 8 bit tif file to sphere to cube droplet ... you get the 6 cube face in tif !!!
Finaly, drop the 6 cube face in tif to multires....
This is in theory... I am not a mac user. *unsure*
this was also because of my lack of Applescript knowledge,I have made a try in windows using the SPHERE to CUBE MULTIRES droplet... and it work perfectly !!! But it seems that this droplet do not exist on mac !!! *huh*
do you use the latest version? (1.0.8 beta8)Then I have made another try with SPHERE to CUBE droplet and then MAKE MULTIRES PANO droplet (this tools are both in mac and windows version and it seem that it is the way tuur do...). But when I drop the 6 cube face in tif into MAKE MULTIRES PANO droplet I get the following error:
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
@echo off IF %1 == "" GOTO ERROR IF NOT EXIST %1 GOTO ERROR "%~dp0\kmakemultires" %1 GOTO DONE :ERROR echo ERROR - drop a panorama image to create multires pano... pause :DONE |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
@echo off IF %1 == "" GOTO ERROR IF NOT EXIST %1 GOTO ERROR "%~dp0\kmakemultires" %* GOTO DONE :ERROR echo ERROR - drop panorama images to create multires panos... pause :DONE |