Skip to content
Snippets Groups Projects
Commit 219835ff authored by Guillaume Borrut's avatar Guillaume Borrut
Browse files

BUG: when a radar image was displayed in grayscale with the band 2, image was displayed in rgb

parent cf76c06a
Branches
Tags
No related merge requests found
......@@ -240,6 +240,8 @@ ImageViewerManagerModel
StandardRenderingFunctionType::ChannelListType channels;
channels.resize(3);
channels[0]=choice;
channels[1]=choice;
channels[2]=choice;
StandardRenderingFunctionType::Pointer renderFunction;
renderFunction = StandardRenderingFunctionType::New();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment