freebsd-ports/graphics/pngwriter/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
471 B
Text

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.