commit | c511e881bdb2adc9c87173f8c3a6a747a96dbabd | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Mon Apr 16 21:11:14 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Mon Apr 16 21:11:14 2012 +0000 |
tree | 3e22943b7d4115857e86465a9ab124ef0d7c0351 | |
parent | e12425c5ef644a03fa2772e8c053716e2a7c34da [diff] [blame] |
diff --git a/coders/hrz.c b/coders/hrz.c index cd588cd..d6331de 100644 --- a/coders/hrz.c +++ b/coders/hrz.c
@@ -308,7 +308,7 @@ if (hrz_image == (Image *) NULL) return(MagickFalse); if (IsRGBColorspace(hrz_image->colorspace) == MagickFalse) - (void) TransformImageColorspace(hrz_image,RGBColorspace,exception); + (void) TransformImageColorspace(hrz_image,sRGBColorspace,exception); /* Allocate memory for pixels. */