Skip to content

Releases: ropensci/ijtiff

v2.3.2

17 Jul 02:29
Compare
Choose a tag to compare

ijtiff 2.3.2

MINOR IMPROVEMENTS

  • Add libwebp and libzstd to README installation instructions.

ijtiff 2.3.1

BUG FIXES

  • Fix test for new waldo.

ijtiff 2.3.0

20 Jan 02:45
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Use rlang::abort() and its error message formatting.
  • Move away from magrittr's %<>%.

ijtiff 2.2.8

06 Sep 13:20
Compare
Choose a tag to compare

BUG FIXES

  • Fix headings in NEWS.md..

ijtiff 2.2.7

01 Jul 00:36
Compare
Choose a tag to compare

BUG FIXES

  • Fix for new libtiff using C99's <stdint.h>.

ijtiff 2.2.6

24 Apr 03:15
Compare
Choose a tag to compare

BUG FIXES

  • Suppress unhelpful warnings during configure when pkg-config doesn't find info for libtiff.
  • Remove LazyData from DESCRIPTION (was causing CRAN note).

ijtiff 2.2.5

17 Jan 22:00
Compare
Choose a tag to compare

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.

ijtiff 2.2.4

11 Nov 02:56
Compare
Choose a tag to compare

Make configure more portable by using sh instead of bash.

ijtiff 2.2.2

25 Oct 16:21
Compare
Choose a tag to compare

ijtiff 2.2.2

BUG FIXES

  • Insist on bug-fixed strex >= 1.4.

ijtiff 2.2.1

BUG FIXES

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

ijtiff 2.2.0

06 Aug 06:21
Compare
Choose a tag to compare

ijtiff 2.2.0

NEW FEATURES

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

BUG FIXES

  • Fix tests by making use of testthat::test_path().

ijtiff 2.1.2

BUG FIXES

  • Fix some typos in the vignettes.

ijtiff 2.1.1

BUG FIXES

  • Fix a PROTECTion error.

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.

ijtiff 2.0.5

BUG FIXES

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

ijtiff 2.0.4

31 Oct 17:09
Compare
Choose a tag to compare

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.