Commit 7f6aff76 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Report the correct number of components per pixel

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -83,6 +83,8 @@ ImportGeoInformationImageFilter<TImage, TSourceImage>
outputPtr->CopyInformation(sourcePtr);
outputPtr->SetLargestPossibleRegion(this->GetInput()->GetLargestPossibleRegion());
outputPtr->SetNumberOfComponentsPerPixel(this->GetInput()->GetNumberOfComponentsPerPixel());
}
// template <class TImage, class TSourceImage>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment