From d287f1882abc41dd10baf1b573a5a1ee36a00041 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Sat, 3 Aug 2019 17:37:44 +0200 Subject: [PATCH] set default colorspace, fixes #1655 (#1656) --- Magick++/lib/Magick++/STL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magick++/lib/Magick++/STL.h b/Magick++/lib/Magick++/STL.h index 6032796b8..96e31f9dd 100644 --- a/Magick++/lib/Magick++/STL.h +++ b/Magick++/lib/Magick++/STL.h @@ -2236,7 +2236,7 @@ namespace Magick template void combineImages(Image *combinedImage_,InputIterator first_, InputIterator last_,const ChannelType channel_, - const ColorspaceType colorspace_) + const ColorspaceType colorspace_ = MagickCore::sRGBColorspace) { MagickCore::Image *image; -- 2.40.0