Current versions of Hugin do not include anti-aliasing interpolators for the remapping stage.
A know work-around is to render not to 900x900 as you did but to a larger size, 3600x3600 for instance. Then use a separate tool for downscaling. ImageMagick/convert for instance provides for proper filter kernels and linear color space when resizing: convert input.jpg -colorspace RGB -filter lanczosradius -distort resize 900x900 -colorspace sRGB -quality 96 output.jpg Best regards Klaus Am Dienstag, 29. Januar 2019 08:42:48 UTC+1 schrieb Hyung Kim: > > Hello, > > > I have created little planet images from spherical images using Hugin > > and found out that the output image looks too sharp and aliased compared > > to PTGui's version. (please refer to the attached image) > > > The spherical image is 12,000 x 6,000 and the little planet image is 900 x > 900. > > > I went through Hugin's GUI menu but I couldn't find related settings. > > Is there any way to handle this issue? > > > Any comment would be appreciated. > > > Best Regards, > > Hyung > > > [image: ptgui_vs_hugin.jpg] > > -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/f10dda08-f2d6-4a60-9818-33909ef1b43b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
