Crate quadim

Source
Expand description

§Quadim

This crate contains both binary and lib. See the repository for a rich description.

Structs§

AnalyzeParams
Parameters required by analyze().
GenericParams
Parameters required by both analyze() and render().
RenderParams
Parameters required by render().

Enums§

AnalyzeError
ClassicBrush
Built-in brush kinds.
MergeMethod
Specifies the algorithm to use for merging tests.
RenderError

Traits§

Brush
Interface for custom brushes.

Functions§

analyze
Perform quadtree analysis for a image and store the result in a canvas.
render
Reconstruct the styled image in-place from the canvas from analyze().

Type Aliases§

CanvasPixel
CanvasView
CanvasViewMut
DepthType
ImageType
PixelType
SampleAltType
SampleType