Package: bmp 0.3
bmp: Read Windows Bitmap (BMP) Images
Reads Windows BMP format images. Currently limited to 8 bit greyscale images and 24,32 bit (A)RGB images. Pure R implementation without external dependencies.
Authors:
bmp_0.3.tar.gz
bmp_0.3.zip(r-4.5)bmp_0.3.zip(r-4.4)bmp_0.3.zip(r-4.3)
bmp_0.3.tgz(r-4.4-any)bmp_0.3.tgz(r-4.3-any)
bmp_0.3.tar.gz(r-4.5-noble)bmp_0.3.tar.gz(r-4.4-noble)
bmp_0.3.tgz(r-4.4-emscripten)bmp_0.3.tgz(r-4.3-emscripten)
bmp.pdf |bmp.html✨
bmp/json (API)
NEWS
# Install 'bmp' in R: |
install.packages('bmp', repos = c('https://jefferis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jefferis/bmp/issues
Last updated 7 years agofrom:5629f88998. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Fix a 32 bit unsigned integer that has been read as signed | ConvertIntToUInt |
Returns TRUE if file is a Windows BMP image | is.bmp |
Open windows BMP format image files | read.bmp |