NEWS.md
ijtiff
2.2.0testthat::test_path()
.ijtiff
2.0.0get_tiff_tags_reference()
is now tif_tags_reference()
.count_imgs()
is now count_frames()
.frames
argument of read_tif()
.read_tif()
and read_tags()
now have the aliases tif_read()
and tags_read()
to comply with the rOpenSci object_verb()
style.ijtiff
1.5.1glue
.as_EBImage()
.filesstrings
.ijtiff
1.5.0write_txt_img()
was using decimal points for integers (e.g. 3.000 instead of just 3).ijtiff
1.4.1ijtiff
1.3.0linescan_to_stack()
and stack_to_linescan()
useful for FCS data.ijtiff
1.2.0write_tif()
is now slightly (<10%) faster.write_tif()
messages are now more informative.ijtiff
1.1.0count_imgs()
counts the number of images in a TIFF file without reading the images themselves.read_tags()
reads the tags from TIFF images without reading the images themselves.display()
is more flexible, accepting 3 and 4-dimensional arrays, just displaying the first frame from the first channel.