The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

readbitmap

Build Status CRAN status

Introduction

readbitmap is a simple R package that provides a function read.bitmap to read standard bitmap format images, identifying them by their image header (or magic value) rather than relying on the file extension.

Installation

Regular CRAN Install

install.packages('readbitmap')

Latest Version

if (!require("devtools")) install.packages("devtools")
devtools::install_github('jefferis/readbitmap')

Dependencies

The jpeg, png, and tiff R packages depend on system libjpeg, libpng and libtiff libraries. These are pretty much always installed on unix like systems (e.g. linux, macosx). Failing that, see:

For Windows, binary installs of the jpeg and png packages include the libjpeg and lipng available on winbuilder and therefore no system library is required. The winbuilder libraries are part of a collection provied by Brian Ripley at:

http://www.stats.ox.ac.uk/pub/Rtools/goodies/multilib/

The file is called local323.zip at the time of writing.

For windows users building from source, the libraries are part of the Rtools bundle available at:

http://cran.r-project.org/bin/windows/Rtools/

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.