Opened 6 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 , 6 years ago
Summary: | Re-implement TIFF to JPG conversion for Histology images → Re-implement TIFF to JPG conversion for Histology images using the ImageIO API |
---|
comment:2 by , 6 years ago
comment:4 by , 5 years ago
Milestone: | Reggie v4.x → Reggie v4.23 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This ticket had already been fixed.
In 5432: