bmp provides the ability to read Windows BMP format images in R.
Currently limited to 8 bit greyscale images and 24,32 bit (A)RGB
images. Pure R implementation without external dependencies.
Details
Details
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 75252 Build 72135: arc lint + arc unit
Event Timeline
| graphics/R-cran-bmp/Makefile | ||
|---|---|---|
| 7 | Extra blank line, remove. | |
Comment Actions
graphics/R-cran-bmp: New port
Read Windows BMP format images in R (8-bit greyscale and 24/32-bit
(A)RGB). Pure R implementation with no external dependencies.
Refresh against current ports tree and CRAN bmp 0.3.1 (was 0.3).
Since @mat's accept in 2019:
- bump to 0.3.1
- modern Makefile (WWW=, drop $FreeBSD$)
- add graphics/Makefile SUBDIR
Tested with DEVELOPER=yes: makesum, stage, stage-qa (clean), package.
@mat: would you mind re-accepting when you have a moment?