Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

akoyabio/tiff

 
 

Repository files navigation

Project Status: Moved to https://cran.r-project.org/package=tiff – This project is obsolete, the CRAN version should be used instead. to CRAN Travis Build Status Appveyor Build status packageversion

This repository is obsolete

The official CRAN release of the tiff package now includes all the features of this fork. Please use the CRAN package instead of this one.

tiff

This is a fork of the official tiff package with many updates including

  • Limited support for tiled images
  • New readTIFFDirectory function reads image tags without reading the actual image
  • Ability to read (or get info on) selected images within a file

See the NEWS file for details.

Installation

Prerequisites

Installing the tiff package requires that you have a working development environment and, for macOS and Linux, an installed copy of libtiff.

Windows: Install Rtools.

macOS:

Linux:

  • Install a compiler and the development version of libtiff using the package manager for your Linux version.
    • Redhat Linux: sudo yum install libtiff-devel
    • Ubuntu 16.004 LTS: sudo apt-get install libtiff5-dev

Install from GitHub

Finally, install the tiff package from GitHub with:

# install.packages("remotes")
remotes::install_github("akoyabio/tiff")

About

Read and write TIFF images in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.2%
  • R 12.4%
  • Shell 2.4%