Versions in this module Expand all Collapse all v0 v0.2.0 Aug 8, 2026 v0.1.0 Aug 5, 2026 Changes in this version + var DefaultOptions = Options + func Fit(box geom.Rect, o Options) (dpi float64, w, h int, err error) + type Options struct + Annotations bool + DPI float64 + MaxPixels int + type Raster struct + Box geom.Rect + DPI float64 + Image stdimage.Image + Number int + func (r *Raster) Reduced(o Options) bool + type Rasterizer interface + Page func(n int, o Options) (*Raster, error) + PageCount func() int