Hi all,
on my last vacation in Portugal I took a 3 gigapixel panorama
Everything looks wonderful in Photoshop, including the sky.
The image has a size of almost exactly 3 gigapixels, 113,104 x 26,553 pixels. Due to the size, the file also has 27.5 GB and I had to load the image directly from the .psb format with the krpano tools v1.21 using the flat.config.
Now I have very strong compression artifacts in the sky that don't exist in the original Photoshop file. Can I do anything about it? I'm a little at a loss right now.
Here's a link to the file, please look at the sky, it looks very bad.
And here is the XML code if you need it.
Code
<krpano bgcolor="0x000000">
<!-- the skin and the flat pano viewing and controlling setup -->
<!--<include url="skin/defaultskin.xml" />-->
<include url="skin/flatpano_setup.xml" />
<!-- preview pano image -->
<preview url="Ferragudo.tiles/preview.jpg" />
<!-- pano image -->
<image hfov="1.00" vfov="0.234766" voffset="0.00">
<flat url="Ferragudo.tiles/l%l/%00v/l%l_%00v_%00h.jpg" multires="512,1792x422,3584x842,7168x1684,14080x3306,28288x6642,56576x13284,113152x26564" />
</image>
<!-- link wnlpd.com -->
<plugin name="logo" url="logo.png" zorder="0" alpha="0.7" scale="0.5" onover="tween(alpha,1.0 ,0.6);" onout="tween(alpha,0.5 ,1);" onclick="openurl(https://www.wnlpd.com/galerie/tour,_blank);" keep="true" align="rightbottom" x="20" y="30" />
</krpano>
Display More
Thank you!