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§

Structs§

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