Package: readbitmap 0.1.5
readbitmap: Simple Unified Interface to Read Bitmap Images (BMP,JPEG,PNG,TIFF)
Identifies and reads Windows BMP, JPEG, PNG, and TIFF format bitmap images. Identification defaults to the use of the magic number embedded in the file rather than the file extension. Reading of JPEG and PNG image depends on libjpg and libpng libraries. See file INSTALL for details if necessary.
Authors:
readbitmap_0.1.5.tar.gz
readbitmap_0.1.5.zip(r-4.5)readbitmap_0.1.5.zip(r-4.4)readbitmap_0.1.5.zip(r-4.3)
readbitmap_0.1.5.tgz(r-4.4-any)readbitmap_0.1.5.tgz(r-4.3-any)
readbitmap_0.1.5.tar.gz(r-4.5-noble)readbitmap_0.1.5.tar.gz(r-4.4-noble)
readbitmap_0.1.5.tgz(r-4.4-emscripten)readbitmap_0.1.5.tgz(r-4.3-emscripten)
readbitmap.pdf |readbitmap.html✨
readbitmap/json (API)
NEWS
# Install 'readbitmap' in R: |
install.packages('readbitmap', repos = c('https://jefferis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jefferis/readbitmap/issues
Last updated 6 years agofrom:9e4080ef73. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:image_typeread.bitmap
Readme and manuals
Help Manual
Help page | Topics |
---|---|
readbitmap: read standard bitmap image formats | readbitmap-package readbitmap |
Identify the type of an image using the magic value at the start of the file | image_type |
Read in a bitmap image in JPEG, PNG, BMP or TIFF format | read.bitmap |