Ticket #601 (closed task: fixed)
Opened 2010-11-16T05:05:12-06:00
Last modified 2010-12-27T15:29:00-06:00
Investigate using MediaUtil for block-based JPEG decoding
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | bio-formats | Severity: | non-issue |
Keywords: | Cc: | callan | |
Blocked By: | Blocking: |
Description (last modified by melissa)
See: http://mediachest.sourceforge.net/mediautil
This would be particularly useful for .ndpi support (#478).
Change History
comment:1 Changed 2010-12-27T15:29:00-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
- Description modified
After some investigation, I have yet to find a way to retrieve the individual MCU blocks using MediaUtil's API. You can certainly retrieve the number of MCU blocks, and even specify to read the full image incrementally; however, it looks like the only way to retrieve actual pixels is by requesting the full image.