![](https://krpano.com/forum/wbb/core/images/avatars/b8/130-b84a9f59e2a495355461b449890a6e6b76b8f510.png)
kmakemultires thumbsize ignored?
-
-
whole config:
Code
Display More# basic settings panotype=autodetect hfov=360 # output flash=true html5=true # convert spherical/cylindrical to cubical converttocube=true converttocubelimit=360x45 # multiresolution settings multires=true tilesize=512 levels=auto levelstep=2 maxsize=auto maxcubesize=auto leveldownload=auto # output images path tilepath=%INPUTPATH%/../tiles/[mres_c/]l%Al/%Av/l%Al[_c]_%Av_%Ah.jpg # preview pano settings preview=true graypreview=false previewsmooth=25 previewpath=%INPUTPATH%/../tiles/preview.jpg # create Thumb makethumb=true thumbsize=900 thumbpath=%INPUTPATH%/../thumb.jpg # generate smaller mobile images customimage[mobile].size=1024 customimage[mobile].path=%INPUTPATH%/../tiles/mobile_%s.jpg customimage[mobile].imagesettings=jpegquality=85 jpegsubsamp=444 jpegoptimize=true customimage[mobile].xml=<mobile>[NL][TAB]<cube url="[PATH]" />[NL]</mobile> # generate special optimized, non-tiled, lower-res images for VR customimage[vr].size=1536 customimage[vr].path=%INPUTPATH%/../vtour/panos/tiles/vr/pano_%s.jpg customimage[vr].imagesettings=jpegquality=82 jpegsubsamp=444 jpegoptimize=true customimage[vr].xmlsceneparameters=havevrimage="true" customimage[vr].xmlimageparameters=if="!webvr.isenabled" customimage[vr].xmllevel=krpano customimage[vr].xml=<image if="webvr.isenabled">[NL][TAB]<cube url="[PATH]" />[NL]</image> # xml output xml=true xmlpath=%INPUTPATH%/../pano.xml # skin / xml template include my.skin # html output/template html=false
-
Hi,
the setting is not ignored, but the value range of that setting is currently limited at 512px.
Do you really want larger thumbnail images?
They will be ALL loaded and their memory-need needs to be respected! (the minimum memory-need in bytes is: width x height x 4 - so one 900x900 image already needs ~3MB!)Best regards,
Klaus -
Hey Klaus,
thx for the Answer.
May I ask WHERE / for what the Thumbnail Image is loaded in krpano player?
Do you mean they are all loaded within Scenes Thumb-Stripe? Or something else?thx
Andreas -
Hi,
the vtourskin.xml is using them for the thumbnail bar.
If you have a very big tour with many panos the size of the thumbnails can be an important memory and loading factor.
Best regards,
Klaus -
Hey there,
alright - makes sense!In our Case this wouldn't pose any problem as we run the Thumbs through Image Wrapper before embedding them into the Thumb-Bar. (thumburl="'.$rbStaticDomain.'/userdata/6282/pano/'.$scene['id'].'/thumb.jpg?width=240") <-- So all of the Thumbs are resized to 240x240 before outputting them ...
The higher Resolution Image is just used on the Web-Page for Preview of the Pano ...
But I guess I need to create another, larger Thumbnail for that if the Limit is 512px.thx, bye from Tirol
Andreasps) Maybe you could add the Information of the 512px Limit to the Documentation: https://krpano.com/tools/kmakemultires/config/#thumbsize
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!