potlood 0.1.0

A tiny library for drawing points and shapes to a ppm file.
Documentation
  • Coverage
  • 0%
    0 out of 35 items documented0 out of 19 items with examples
  • Size
  • Source code size: 13.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.52 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ma3ke

Potlood

A tiny library for drawing points and shapes to a ppm file.

Every once in a while, I create a project for which I want to create a small visualization. Many of the methods for generating images feel too heavy for my purposes. This crate provides a paper to draw on with a few drawing functions. From the paper, a .ppm image can be generated.

Other output formats

When I desire a different output format, I simply convert the .ppm image to something else. For example:

$ magick output.ppm output.png