Changeset 8365


Ignore:
Timestamp:
06/20/12 09:56:25 (12 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/gif.c

    r8107 r8365  
    15621562  do 
    15631563  { 
    1564     if (IssRGBColorspace(image->colorspace) == MagickFalse) 
     1564    if ((IssRGBColorspace(image->colorspace) == MagickFalse) && 
     1565        (IsImageGray(image,exception) == MagickFalse)) 
    15651566      (void) TransformImageColorspace(image,sRGBColorspace,exception); 
    15661567    opacity=(-1); 
Note: See TracChangeset for help on using the changeset viewer.