Unreleased ijtiff 2.2.6

2021-01-14 ijtiff 2.2.5

BUG FIXES

  • Typo fix for configure. At one point there was a call of pkg-configs instead of pkg-config.
  • Also now all compile flags from pkg-config --libs and pkg-config --libs --static are used every time.

2020-11-09 ijtiff 2.2.4

BUG FIXES

  • Fix for configure error messages.

2020-11-01 ijtiff 2.2.3

BUG FIXES

  • Make configure more portable by using sh instead of bash.

2020-10-18 ijtiff 2.2.2

BUG FIXES

  • Insist on bug-fixed strex >= 1.4.

2020-10-10 ijtiff 2.2.1

BUG FIXES

  • Insist on strex >= 1.3.1 to avoid a garbage collection issue.

2020-08-05 ijtiff 2.2.0

NEW FEATURES

  • The package now works on 32-bit Windows (thanks to PR #12 from Jeroen Ooms).

BUG FIXES

2020-07-24 ijtiff 2.1.2

BUG FIXES

  • Fix some typos in the vignettes.

2020-07-04 ijtiff 2.1.1

BUG FIXES

  • Fix a PROTECTion error.

2020-07-02 ijtiff 2.1.0

NEW FEATURES

  • Add support for images with colormaps (also known as lookup tables (LUTs)).
  • Add a print method for ijtiff_imgs.

2020-04-06 ijtiff 2.0.5

BUG FIXES

  • Fix a test that failed due to breaking changes in tibble.

2019-10-25 ijtiff 2.0.4

MINOR IMPROVEMENTS

  • Include rOpenSci docs in DESCRIPTION as URL.

BUG FIXES

  • Sometimes pkg-config declares that ijtiff needs JBIG_KIT (compile flag -ljbig) at compile time. This is incorrect and it often causes users installation pain. This fix is a hack that removes this compile flag from the pkg-config output.

2019-08-24 ijtiff 2.0.3

BUG FIXES

  • libjpeg needs to be in SystemRequirements.

2019-07-06 ijtiff 2.0.2

BUG FIXES

  • For ImageJ-written images, if n_slices and n_frames are both specified, that should be OK if they’re equal.

2019-06-28 ijtiff 2.0.1

BUG FIXES

  • Insist on latest, bug-fixed filesstrings 3.1.5.

2019-06-10 ijtiff 2.0.0

BREAKING CHANGES

NEW FEATURES

BUG FIXES

  • Include sys/types.h for greater type compatibility.

2019-05-16 ijtiff 1.5.1

BUG FIXES

  • Require necessary version of glue.
  • Fix dimension-related bug in as_EBImage().
  • Require latest (less-buggy) filesstrings.

2018-10-31 ijtiff 1.5.0

NEW FEATURES

  • Allow ZIP compression (which seems to be the best).

BUG FIXES

  • write_txt_img() was using decimal points for integers (e.g. 3.000 instead of just 3).

2018-10-07 ijtiff 1.4.2

BUG FIXES

  • Hacky fix for configure script to deal with lack of -ljbig on Solaris.
  • Trim the package to below 5MB by compressing a few TIFF files.

2018-09-24 ijtiff 1.4.1

NEW FEATURES

  • The package is now lighter in appearance because it doesn’t explicitly depend on tibble.

BUG FIXES

  • The configure script now allows for needing --static with pkg-config.

2018-09-10 ijtiff 1.4.0

NEW FEATURES

  • A pkgdown website.

MINOR IMPROVEMENTS

  • Better vignettes.
  • Better error messages.

Unreleased ijtiff 1.3.0

NEW FEATURES

Unreleased ijtiff 1.2.0

MINOR IMPROVEMENTS

  • Improved the description of the package in DESCRIPTION, vignette and README.
  • Added a hex sticker.
  • Limited support for tiled images thanks to new author Kent Johnson.
  • write_tif() is now slightly (<10%) faster.
  • write_tif() messages are now more informative.

2018-04-19 ijtiff 1.1.0

NEW FEATURES

  • count_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.

MINOR IMPROVEMENTS

  • Now includes citation information.
  • C code is more readable.
  • display() is more flexible, accepting 3 and 4-dimensional arrays, just displaying the first frame from the first channel.

ijtiff 1.0.0

PEER REVIEW

  • The package is now peer reviewed by ROpenSci.

ijtiff 0.3.0

MINOR IMPROVEMENTS

  • Improve README and vignette with more tangible and fun example.

BUG FIXES

  • Fix windows libtiff issues (thanks to Jeroen Ooms).
  • Found some ImageJ-written TIFFs that weren’t being read correctly and fixed that.
  • Fix protection stack overflow error for TIFFs with many images.

ijtiff 0.2.0

  • First CRAN release.

MINOR IMPROVEMENTS

  • Include handy shortcuts for 2- and 3-dimensional arrays.
  • Messasges to inform the user about what kind of image is being read/written.

ijtiff 0.1.0

  • First github release.