diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-07 09:31:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-07 09:31:04 +0000 |
commit | 16e2f3a07e562662c1e9fa72de64dfa28dfc075a (patch) | |
tree | b136ba1ca8c8f16f747f6fa2c9d65dbdc971afd6 /graphics/pngwriter/pkg-descr | |
parent | 13362e5e25683cef5a6d0d358a94f7eade052f31 (diff) |
Notes
Diffstat (limited to 'graphics/pngwriter/pkg-descr')
-rw-r--r-- | graphics/pngwriter/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/pngwriter/pkg-descr b/graphics/pngwriter/pkg-descr new file mode 100644 index 000000000000..d57870670257 --- /dev/null +++ b/graphics/pngwriter/pkg-descr @@ -0,0 +1,9 @@ +The PNGwriter library, which requires libpng, allows you to plot to a 48-bit +PNG file, saving it directly to disk. Plotting is as easy as specifying the +red, green, and blue values and the x, y coordinates of the pixel. It includes +functions for plotting simple geometric shapes (circle, rect, line), reading +the colour of a pixel, reading in a whole PNG file (great for image analysis), +plotting and reading in HSV colourspace, and many others that might come in +handy. + +WWW: http://pngwriter.sourceforge.net/ |