Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Skyfiller ¶
type Skyfiller struct { BlendAreaFactor float64 // Height of the blend area, in percent (100%=1.0) of detected sky gap height. SkyHeight int // Height of the sky gap in pixels. Non-zero overrides automatic sky gap detection. LowerSkyFactor float64 // Amount to lower the sky boundary by, in percent (100%=1.0) of detected sky gap height. ShowSamples bool // Show sample points as red pixels. ShowBounds bool // Show sky gap bounds. AdobeRGB bool // Assume AdobeRGB instead of sRGB. CompressionQuality int // JPEG compression quality (0-100) of the output file (if JPEG). }
Skyfiller is the main entry point for Skyfill operations.
func New ¶
func New() Skyfiller
New returns a new Skyfiller instance with some sensible default values.
Click to show internal directories.
Click to hide internal directories.