dahtah / readbitmap

R package to identify and read bitmap images

Home Page:http://jefferis.github.io/readbitmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readbitmap

Build Status CRAN status

Introduction

See http://jefferis.github.io/readbitmap for online documentation.

  • Simple R package to read bitmap images
  • Currently supports BMP, JPEG, PNG and TIFF images
  • ... via bmp, jpeg, png, and tiff packages.
  • includes function to identify images by magic values (standard file extensions can also be used)
  • Includes simple test suite

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/

About

R package to identify and read bitmap images

http://jefferis.github.io/readbitmap


Languages

Language:R 100.0%