Skip to content

JPEG XL Compression Support for OME-TIFF #34

@kvinicki

Description

@kvinicki

Hi,

Is there any ongoing work to add JPEG XL compression support for the OME-TIFF (ome.tif) format. In my experience, I’ve achieved about a 50% size reduction with this reasonable settings: {“level”: 90, “effort”: 5} compared to jpeg compression. That is quite substantial for WSI sizes. Implementing this could lead to significant storage cost savings.

An image exported with the tifffile library using JPEG XL compression can’t be opened in QuPath (which relies on Bio-Formats):

with tiff.TiffWriter(f'img.ome.tif', bigtiff=True) as tif:
    tif.write(img, compression='jpegxl', compressionargs={"level":90, "effort":5})

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions