Package: readbitmap License: GPL (>=2) Title: Simple Unified Interface to Read Bitmap Images (BMP,JPEG,PNG,TIFF) Authors@R: c( person("Gregory","Jefferis", email="jefferis@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355")), person("Derek", "Ogle", role = c("ctb")), person("Simon", "Barthelme", role = c("ctb")) ) Description: 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. Version: 0.1.5 URL: https://github.com/jefferis/readbitmap BugReports: https://github.com/jefferis/readbitmap/issues SystemRequirements: libjpeg, libpng Imports: bmp, jpeg, png, tiff Suggests: pixmap, testthat RoxygenNote: 6.0.1 Config/pak/sysreqs: libjpeg-dev libpng-dev libtiff-dev Repository: https://jefferis.r-universe.dev Date/Publication: 2018-06-27 11:48:41 UTC RemoteUrl: https://github.com/jefferis/readbitmap RemoteRef: HEAD RemoteSha: 9e4080ef73f4d689c616fde7a5530996580aea16 NeedsCompilation: no Packaged: 2026-06-20 08:29:26 UTC; root Author: Gregory Jefferis [aut, cre] (ORCID: ), Derek Ogle [ctb], Simon Barthelme [ctb] Maintainer: Gregory Jefferis