Crate pixel_weaver

Source
Expand description

A tool to facilitate the rendering of images pixel by pixel. This library offers both single threaded and multithreaded rendering functions, as well as some basic image functions.

Modules§

image_functions
render
sample_pixel_functions

Structs§

ImageData
This struct holds the specification of the image. Mostly used internally.