freebsd-ports/graphics/bitmap/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

20 lines
926 B
Plaintext

The C++ Bitmap Library consists of simple, robust, optimized and portable
processing routines for the 24-bit per pixel bitmap image format.
The library has the following capabilities:
* Read/Write 24-bit Bitmap Images
* Pixel, row or column level batch editing
* Colour conversions (RGB,YCbCr) in byte and floating values
* Highly optimized subsample and upsample (resizing)
* Various colour maps (1000 levels - autumn, copper, gray, hot, hsv, jet, prism,
vga, yarg)
* Texture generation (checkered pattern, plasma)
* Graphics drawing interface (line, line-segment, rectangle, triangle, quadix,
horizontal and vertical line-segments, ellipse, circle, plot pixel, pen width,
pen colour)
* Cartesian canvas and associated drawing interface
* PSNR and Image comparisons
* Simple nearest colour match from set of colours
* Wavelength to RGB approximations
* Single header file solution requires no installation or building