Documentation ¶
Index ¶
- func ContourImage(ctx context.Context, im image.Image, opts *ContourOptions) (image.Image, error)
- func RasterizeBatik(ctx context.Context, opts *RasterizeOptions, input string) (image.Image, error)
- func RasterizeNative(ctx context.Context, opts *RasterizeOptions, input string) (image.Image, error)
- func Trace(ctx context.Context, input string, output string, trace_opts *TraceOptions, ...) (image.Image, error)
- func Vtrace(ctx context.Context, input string, output string, opts *TraceOptions) error
- type ContourFormat
- type ContourOptions
- type Outline
- func Contour(ctx context.Context, im image.Image, opts *ContourOptions) (Outline, error)
- func ContourPNG(ctx context.Context, im image.Image, opts *ContourOptions) (Outline, error)
- func ContourSVG(ctx context.Context, im image.Image, opts *ContourOptions) (Outline, error)
- func GenerateOutline(ctx context.Context, im image.Image, opts *OutlineOptions) (Outline, error)
- type OutlineOptions
- type PNGOutline
- type RasterizeOptions
- type SVGOutline
- type TraceOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContourImage ¶
func RasterizeBatik ¶
func RasterizeNative ¶
Types ¶
type ContourOptions ¶
type OutlineOptions ¶
type OutlineOptions struct { Contour *ContourOptions Trace *TraceOptions Rasterize *RasterizeOptions }
type PNGOutline ¶
type PNGOutline struct { Outline // contains filtered or unexported fields }
type RasterizeOptions ¶
type SVGOutline ¶
type SVGOutline struct { Outline // contains filtered or unexported fields }
type TraceOptions ¶
Click to show internal directories.
Click to hide internal directories.