Minutes 070607: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 13: | Line 13: | ||
** If ImageFileReader calls ConvertBuffer, that's an opportunity for cropping the Streamable region back down to the original requested. | ** If ImageFileReader calls ConvertBuffer, that's an opportunity for cropping the Streamable region back down to the original requested. | ||
** Beware of assumptions on the ImageRegion having start index 0,0,... | ** Beware of assumptions on the ImageRegion having start index 0,0,... | ||
** Attempt to give the ImageFileWriter some of the API of the StreamingImageFilter | |||
*** Asking the ImageIO for a RegionSplitter and use it with an API similar to the StreamingImageFilter. | |||
== Action Items == | == Action Items == |
Revision as of 17:27, 6 July 2007
Attendees
- Jim Miller
- Luis Ibanez
- Nick Tuiston
Discussion
- Java and SmartPointer
- Fine with let Gaetan try the proposed solution
- However Julia is still misusing the smart pointers in the return of her function.
- ImageIOStreaming
- If ImageFileReader calls ConvertBuffer, that's an opportunity for cropping the Streamable region back down to the original requested.
- Beware of assumptions on the ImageRegion having start index 0,0,...
- Attempt to give the ImageFileWriter some of the API of the StreamingImageFilter
- Asking the ImageIO for a RegionSplitter and use it with an API similar to the StreamingImageFilter.