]> granicus.if.org Git - imagemagick/blobdiff - coders/aai.c
(no commit message)
[imagemagick] / coders / aai.c
index 9a6f6a8503dafbc44dd43d0bde56d127eae064de..8f589d8d725e07ab578fdfbdabe6e3c7ddfeef4f 100644 (file)
@@ -364,8 +364,8 @@ static MagickBooleanType WriteAAIImage(const ImageInfo *image_info,Image *image,
     /*
       Write AAI header.
     */
-    if (IsRGBColorspace(image->colorspace) == MagickFalse)
-      (void) TransformImageColorspace(image,RGBColorspace,exception);
+    if (IssRGBColorspace(image->colorspace) == MagickFalse)
+      (void) TransformImageColorspace(image,sRGBColorspace,exception);
     (void) WriteBlobLSBLong(image,(unsigned int) image->columns);
     (void) WriteBlobLSBLong(image,(unsigned int) image->rows);
     /*