You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ITK already has an ImageIO that covers the same format as SCIFIO, it is queried first. But the data isn't guaranteed properly formatted for the SCIFIO writer. It would be nice to ensure that SCIFIO Writers are only invoked if given a SCIFIO ImageIO.. and one way to do that would be to just always make SCIFIO ImageIO the top choice.
The text was updated successfully, but these errors were encountered:
Then we could add a check in the ImageIO::CanWrite method that verifies the image was read with the SCIFIOImageIO... or figure out what's actually organized differently between the native ITK imageIOs and SCIFIOImageIO and translate or fix it on the SCIFIO side..
Sounds good! The heuristic for "fixing" data which was generated from a source other than the SCIFIOImageIO will be limited, but we can do it on a best effort basis.
If ITK already has an ImageIO that covers the same format as SCIFIO, it is queried first. But the data isn't guaranteed properly formatted for the SCIFIO writer. It would be nice to ensure that SCIFIO Writers are only invoked if given a SCIFIO ImageIO.. and one way to do that would be to just always make SCIFIO ImageIO the top choice.
The text was updated successfully, but these errors were encountered: