Opened 5 years ago

Closed 5 years ago

#1119 closed enhancement (fixed)

Re-implement TIFF to JPG conversion for Histology images using the ImageIO API

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: critical Milestone: Reggie v4.23
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

This functionality was developed in #791 and uses the JAI library for converting TIFF images to JPG. The JAI library is old and is no longer maintained. Starting with BASE 3.16 it will not be included in the BASE distribution (see http://base.thep.lu.se/ticket/2139). Luckily it seems like Java 11 has built-in support for TIFF files via the Image IO API. This has already been verified by the Thumbnails extension.

So, we could make this switch as soon as the production server is running on Java 11 but not later than the BASE 3.16 release.

Change History (4)

comment:1 by Nicklas Nordborg, 5 years ago

Summary: Re-implement TIFF to JPG conversion for Histology imagesRe-implement TIFF to JPG conversion for Histology images using the ImageIO API

comment:2 by Nicklas Nordborg, 5 years ago

In 5432:

References #1119: Re-implement TIFF to JPG conversion for Histology images using the ImageIO API

The implementation has now been updated and it seems to work for images from the microscope.

comment:3 by Nicklas Nordborg, 5 years ago

In 5433:

References #1119: Re-implement TIFF to JPG conversion for Histology images using the ImageIO API

Removed JAI JAR files.

comment:4 by Nicklas Nordborg, 5 years ago

Milestone: Reggie v4.xReggie v4.23
Resolution: fixed
Status: newclosed

This ticket had already been fixed.

Note: See TracTickets for help on using tickets.