ijtiff
Introduction
This is a general purpose TIFF I/O utility for R. The tiff
package already exists for
this purpose but ijtiff adds some functionality and overcomes some
bugs therein.
ijtiffcan write TIFF files whose pixel values are real (floating-point) numbers;tiffcannot.ijtiffcan read and write text images;tiffcannot.tiffstruggles to interpret channel information and gives cryptic errors when reading TIFF files written by the ImageJ software;ijtiffworks smoothly with these images.
To learn about ijtiff and how to use it, visit the package website at
https://ropensci.github.io/ijtiff.
Installation
libtiff
ijtiff requires you to have the libtiff C library installed. To
install libtiff:
- On Debian Linux, try
sudo apt-get install libtiff5-dev, or if that fails, trysudo apt-get install libtiff4-dev. - On Fedora Linux, try
sudo yum install libtiff5-dev, or if that doesn’t work, trysudo yum install libtiff4-dev. - On Mac, you need Homebrew. Then in the
terminal, run
brew install libtiff. - On 64-bit Windows, no setup is required