Ticket #376 (closed enhancement: fixed)
Opened 2009-04-08T17:29:04-05:00
Last modified 2011-02-02T04:45:00-06:00
Add support for writing lossless JPEGs
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | bio-formats | Severity: | non-issue |
Keywords: | Cc: | prashant.chandrakar@… | |
Blocked By: | Blocking: |
Description
Lossless JPEG allows for up to 16 bits per pixel; we should update JPEGWriter to write lossless JPEGs when 16-bit images are encountered.
However, since lossless JPEG is not supported by many applications, the default behavior should be to throw an exception when attempting to save a 16-bit JPEG. We can then have a method to toggle whether or not the writer should save 16-bit images (e.g. setAllow16BitLossless(boolean)).
Change History
comment:2 Changed 2010-05-06T08:33:10-05:00 by melissa
- Milestone changed from bio-formats-4.2 to bio-formats-5.0