Skip to content
Snippets Groups Projects
Commit 4afaff53 authored by felmer's avatar felmer
Browse files

SSDM-6558: ignore images not available for merging

parent 20c71d7e
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ public class ImageChannelsUtils
ImageTransformationParams transformationInfo = new ImageTransformationParams(true, mergeAllChannels,
transformationCode, transformationsPerChannel);
List<AbsoluteImageReference> imageContents =
imageLoadingHelper.fetchImageContents(imageChannels, mergeAllChannels, false, transformationInfo);
imageLoadingHelper.fetchImageContents(imageChannels, mergeAllChannels, true, transformationInfo);
return calculateBufferedImage(imageContents, transformationInfo);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment