ijtiff v2.2.1
Monthly downloads
Comprehensive TIFF I/O with Full Support for 'ImageJ' TIFF Files
General purpose TIFF file I/O for R users.
Currently the only such package with read and write support for TIFF
files with floating point (real-numbered) pixels, and the only package
that can correctly import TIFF files that were saved from 'ImageJ' and
write TIFF files than can be correctly read by 'ImageJ'
<https://imagej.nih.gov/ij/>. Also supports text image I/O.
Readme
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://docs.ropensci.org/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 Windows, no setup is required
Functions in ijtiff
| Name | Description | |
| tif_tags_reference | TIFF tag reference. | |
| write_tif | Write images in TIFF format | |
| count_frames | Count the number of frames in a TIFF file. | |
| text-image-io | Read/write an image array to/from disk as text file(s). | |
| print.ijtiff_img | Print method for an ijtiff_img. | |
| linescan-conversion | Rejig linescan images. | |
| read_tif | Read an image stored in the TIFF format | |
| read_tags | Read TIFF tag information without actually reading the image array. | |
| as_EBImage | Convert an ijtiff_img to an EBImage::Image. | |
| display | Basic image display. | |
| ijtiff_img | ijtiff_img class. | |
| ijtiff | ijtiff: TIFF I/O for ImageJ users | |
| No Results! | ||
Vignettes of ijtiff
| Name | ||
| reading-and-writing-images.Rmd | ||
| text-images.Rmd | ||
| the-imagej-problem.Rmd | ||
| No Results! | ||
Last month downloads
Details
| suggests | abind , covr , EBImage , knitr , pacman , rmarkdown , rprojroot , spelling , testthat (>= 2.1) , tiff , vdiffr |
| imports | checkmate (>= 1.9.3) , cli , dplyr , fs (>= 1.3.1) , graphics , grDevices , magrittr (>= 1.5) , methods , purrr , readr , rlang (>= 0.3.3) , strex (>= 1.3.1) , stringr (>= 1.4) , withr (>= 2.1) , zeallot |
| depends | R (>= 3.1) |
| Contributors | Jeroen Ooms, Simon Urbanek, Jon Clayden, Sergi Padilla-Parra, Kent Johnson |
Include our badge in your README
[](http://www.rdocumentation.org/packages/ijtiff)