We're Hiring!

JpgXr compression in CZI

Historical discussions about the Bio-Formats library. Please look for and ask new questions at https://forum.image.sc/tags/bio-formats
Please note:
Historical discussions about the Bio-Formats library. Please look for and ask new questions at https://forum.image.sc/tags/bio-formats

If you are having trouble with image files, there is information about reporting bugs in the Bio-Formats documentation. Please send us the data and let us know what version of Bio-Formats you are using. For issues with your code, please provide a link to a public repository, ideally GitHub.

JpgXr compression in CZI

Postby darwinjob » Mon Sep 16, 2013 12:04 pm

According to the CZI reader source code only JPEG(1) and LZW(2) compressions are supported:

Code: Select all
      switch (directoryEntry.compression) {
        case JPEG:
          data = new JPEGCodec().decompress(data, options);
          break;
        case LZW:
          data = new LZWCodec().decompress(data, options);
          break;
      }


Are there any plans to read JpgXr (4)?

Best regards
DD
darwinjob
 
Posts: 18
Joined: Mon Sep 16, 2013 11:58 am

Re: JpgXr compression in CZI

Postby mlinkert » Wed Sep 18, 2013 11:12 pm

Yes, support for JPEG XR compression is planned. Please see this ticket on our issue tracking system:

https://trac.openmicroscopy.org.uk/ome/ticket/8493

If you would like to be automatically notified of changes to that ticket, please let me know and I will CC you.

Regards,
-Melissa
User avatar
mlinkert
Team Member
 
Posts: 353
Joined: Fri May 29, 2009 2:12 pm
Location: Southwest Wisconsin

Re: JpgXr compression in CZI

Postby MarkUNSW » Wed Apr 15, 2015 1:41 am

I am just following up on this JPGXR issue. Initially it would be good to find out how many other users require the availability of this option for import into OMERO?

We are currently looking at a large image database that can only be saved in the JPGXR 85% format and have not seen that there is currently a (non-commercial) solution available for this image format. I understand that this lossy format is not suitable for all research users but it would be good to identify others in this community who have a similar need for this solution.
MarkUNSW
 
Posts: 13
Joined: Wed Oct 29, 2014 2:10 am


Return to User Discussion [Legacy]

Who is online

Users browsing this forum: No registered users and 1 guest