Changes in version 0.1.5 (2018-06-27) - Support for reading TIFF images thanks to Derek Ogle (#4, #3) - read.bitmap now reads ARGB bmp images into RGBA array (#5) thanks to Simon Bartheleme (@dahtah). Changes in version 0.1-4 (2014-09-05) - examples for image_type, read.bitmap - some tidying of DESCRIPTION in response to comments from Brian Ripley - Add an INSTALL file with improved details about installing libpng/libjpeg system libraries when necessary (almost never) Changes in version 0.1-3 - Import rather than depend on bmp/jpeg/png packages - (and in so doing fix check error due to missing imports) - clarify system requirements in DESCRIPTION - add basic package docs - dev: move tests to new location to make their installation optional - dev: upgrade to roxygen2 v4 Changes in version 0.1-2 (2013-09-28) - Update README.md for CRAN Changes in version 0.1-1 (2013-08-10) - Give appropriate error message when trying to read unsupported file. Changes in version 0.1 (2011-12-12) - first version on CRAN