Port details |
- bitmap Minimalistic library manipulating 24-bit per pixel bitmap images
- g20181222_1 graphics =2 g20181222_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-05-27 18:12:39
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://www.partow.net/programming/bitmap/index.html
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bitmap-graphics-library>0:graphics/bitmap
- To install the port:
- cd /usr/ports/graphics/bitmap/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/bitmap
- pkg install bitmap-graphics-library
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bitmap-graphics-library
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1565557083
SHA256 (ArashPartow-bitmap-g20181222-b02297f_GH0.tar.gz) = 9d6dd560d0bd01e78ebd08f7828249b96ad7b43e4a3589b54d62831d97c801f0
SIZE (ArashPartow-bitmap-g20181222-b02297f_GH0.tar.gz) = 52230
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_bitmap
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
g20181222_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20181222_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20181222_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20181222_1 11 Aug 2019 21:00:41 |
yuri |
graphics/bitmap: Backport the pull request adding more functionality, ex.
C++-styled write image functions |
g20181222 27 May 2019 23:02:20 |
yuri |
graphics/bitmap: Fix tests |
g20181222 27 May 2019 18:12:25 |
yuri |
New port: graphics/bitmap: Minimalistic library manipulating 24-bit per pixel
bitmap images |
Number of commits found: 7
|