⚠️There's a newer version (2.3.4) of this package. Take me there.

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.

  • ijtiff can write TIFF files whose pixel values are real (floating-point) numbers; tiff cannot.
  • ijtiff can read and write text images; tiff cannot.
  • tiff struggles to interpret channel information and gives cryptic errors when reading TIFF files written by the ImageJ software; ijtiff works 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, try
    sudo apt-get install libtiff4-dev.
  • On Fedora Linux, try sudo yum install libtiff5-dev, or if that doesn’t work, try
    sudo 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

Copy Link

Version

Down Chevron

Install

install.packages('ijtiff')

Monthly Downloads

1,054

Version

2.0.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

July 6th, 2019

Functions in ijtiff (2.0.2)