ijtiff {ijtiff} | R Documentation |
ijtiff
: TIFF I/O for ImageJ users
Description
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.
Details
-
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.
Author(s)
Maintainer: Rory Nolan rorynoolan@gmail.com (ORCID)
Authors:
Kent Johnson kjohnson@akoyabio.com
Other contributors:
Simon Urbanek Simon.Urbanek@r-project.org [contributor]
Sergi Padilla-Parra spadilla@well.ox.ac.uk (ORCID) [thesis advisor]
Jeroen Ooms (ORCID) [reviewer, contributor]
Jon Clayden (ORCID) [reviewer]
See Also
Useful links:
Report bugs at https://github.com/ropensci/ijtiff/issues