Ticket #651 (closed enhancement: fixed)
Opened 2011-01-22T15:10:28-06:00
Last modified 2011-01-24T08:20:20-06:00
Allow JPEG-2000 writer to use lossy compression
| Reported by: | melissa | Owned by: | melissa | 
|---|---|---|---|
| Priority: | major | Milestone: | 
               | 
    
| Component: | bio-formats | Severity: | minor | 
| Keywords: | sprint-1 | Cc: | acardona@… | 
| Blocked By: | Blocking: | 
Description
getCompressionTypes() should return ["Lossy", "Lossless"], with "Lossless" being the default.
All that really needs to happen then is to set the value of 'lossless' in the appropriate JPEG2000CodecOptions objects.
Change History
comment:1 Changed 2011-01-24T08:20:20-06:00 by melissa
- Status changed from new to closed
 - Resolution set to fixed
 
(In [7580]) The JPEG-2000 writer can now use lossy or lossless compression. Closes #651.