From 5a8883ed77f3c13a3377762f60d9dde6d28c9e03 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 31 Mar 2014 16:11:58 +0000 Subject: [PATCH] --- coders/tiff.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/coders/tiff.c b/coders/tiff.c index d5ee46045..624ef46b5 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -3070,8 +3070,6 @@ static MagickBooleanType WriteTIFFImage(const ImageInfo *image_info, } } } - if (photometric == PHOTOMETRIC_RGB) - (void) TransformImageColorspace(image,sRGBColorspace,exception); switch (image->endian) { case LSBEndian: -- 2.40.0