Hi, how can I get in krpanotools Config additional SINGLE front tile with 2048x2048... this need me for lightbox like full image view in special gallery. Maybe via 'customimage' or some placeholder and etc. without generate all customimage cube faces? Regards, GumirJ

Config File Reference - SINGLE front tile
-
-
Attempts to convert via the old Convert SPHERE to CUBE droplet.bat script, BUT through the new krpanotools.exe 1.20.11, for output a rectilinear view - were unsuccessful... probably VIEW mode removed in latest versions https://krpano.com/docu/tools/#spheretocube
Code
Display More# convertdroplets.config # config file for the old "Convert SPHERE to CUBE droplet" and "Convert CUBE to SPHERE" droplets [Convert SPHERE to CUBE] cubeformat=VIEW cubesize=512 outputformat=jpg tiffcompress=lzw jpegquality=80 jpegsubsamp=444 jpegoptimize=true autolevel=false fast=false
Code
Display More@echo off echo Convert SPHERE to CUBE droplet echo. IF "%~1" == "" GOTO ERROR IF NOT EXIST "%~1" GOTO ERROR set KRPANOTOOLSEXE=krpanotools.exe FOR %%V in (%*) do "%~dp0\%KRPANOTOOLSEXE%" sphere2cube -config=templates\convertdroplets.config "%%~V" GOTO DONE
In general, it does seem strange that after about 15 years of product development, this PART of the software still looks very poor and has not changed much since the release of the first version, i.e. The developer devotes absolutely no time to this functionality... Merry Christmas!
-
I would also be a huge fan of some development here.
See my request here:
Make Pano - generate diffrent sizesFor stuff like minimaps and thumbnails it would be so good if one had more options to let the pano tools genreate diffrent versions of the image while generating the tiles and stuff.
Paging klaus.krpano
-
- Official Post
I'm aware of that and already working on that of course (already since a long time).
But my approach is more like instead of having additional settings for every possible case, having a scripting interface to be able to call multiple low-level image-processing tools during building...
-
Yes, this is of course all great, more possibilities of choice for patterns such a thumbnails with custom dimension WxH, preview HCUBE mode (cubestrip) with real supporting smooth=0 (absolutely NO blur)... as well as advanced generation of an additional SINGLE image (customimage) into the project (for ALL panoramas) also with custom dimension ex. 1920x1080 (rectilinear VIEW mode) and etc.
BUT at this time, I ask you to return feature generation HCUBE mode to [Convert SPHERE to CUBE] cubefomat=HCUBE in latest versions krpanotools.exe via .BAT file (at present this mode NOT supported)... I'm use older krpanotools64.exe for this result..
Thank you very much for the feedback and clarifications!
-
- Official Post
BUT at this time, I ask you to return feature generation HCUBE mode to [Convert SPHERE to CUBE] cubefomat=HCUBE in latest versions krpanotools.exe via .BAT file (at present this mode NOT supported)... I'm use older krpanotools64.exe for this result..
This still works and nothing has been removed.
-
This still works and nothing has been removed.
'no output filename'. I'm not find any right syntax (for added) in support docs. With added old krpanotools64 - ok. Cubestrip is processed. Regards, GumirJ
-
- Official Post
Okay, right, there was 'one' change - in 'newer' version it is possible and required to set an outputname.
Here the syntax:
https://krpano.com/docu/tools/#spheretocubeChange the call to:
CodeFOR %%V in (%*) do "%~dp0\krpanotools.exe" sphere2cube -config=templates\convertdroplets.config "%%~V" "%%~V"
Or use something like "%%~nV_hcube%%~xV" to use a custom output filename.
-
THANK YOU! The only thing... is that when you change (default) the output file name to your custom one, it saves in 'krpano' path folder. How to correctly write down the PATH to save in the same original source folder?
-
Ah, ok... using 'logical attempts' I found right syntax
"%~dp1\%%~nV\%%~nV_h%%~xV"
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!