Advanced Processing
Draws contour boundaries as smooth anti-aliased curves (Chaikin subdivision) instead of jagged pixel-level dots.
Choose how contour polylines are converted into smooth curves.
Original exports the SVG contour as shown on screen. Preserve Shape and Vector-Like apply geometric re-smoothing to a vectorial SVG — Vector-Like produces cleaner, more flowing outlines.
Choose the file format for downloads and printing. SVG produces scalable vector files. PNG produces high-resolution raster images that render faster in print preview.
How large contour zones are split for label placement. Grid: regular rectangular cells. K-Means: spatial clustering. Bisection: recursive halving along the longest axis.
Production order for mixing paints. Only the stage-based strategy is active; others are planned.
Application order for painting cells. Only the dark-to-light strategy is active; others are planned.