Ticket #2076 (closed defect: fixed)
Need something similar to RenderingHints
| Reported by: | gpotts | Owned by: | gpotts |
|---|---|---|---|
| Priority: | highest | Milestone: | OMAR Dec 2010 |
| Component: | omar | Version: | OMAR 1.8.10 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by gpotts) (diff)
At site it appears for the ntm plugin it reads the last block to get the width height of the image. This can be slow. If the image is indexed then we could get away with calculating the width and height once and then any further opens could pass RenderingHints? that can override certain values so they don't have to be calculated again. We will need to work with others on the OSSIM team to come up with a proper design. We are currently thinking about adding a ossimRenderingHints to the open of an image handler that will be something like a keywordlist.
Approach:
- we now have refactored all chipping interfaces to go through the same image chain generation and all handlers are now allocated and opened via a loadState interface
Unit testing:
- Generate a wget or curl interface that chips an image with variation of paramters. - Use system diff to determine any differences if any - Use system file command to verify the format for png, gif, and jpeg chips.

