From 16e2f3a07e562662c1e9fa72de64dfa28dfc075a Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 7 Nov 2003 09:31:04 +0000 Subject: add pngwriter 0.3.7 A C++ library for creating PNG images --- graphics/pngwriter/pkg-descr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 graphics/pngwriter/pkg-descr (limited to 'graphics/pngwriter/pkg-descr') 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/ -- cgit v1.2.3