Changeset 7009


Ignore:
Timestamp:
03/01/12 21:12:33 (16 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/branches/ImageMagick-6.7.5/magick/image.c

    r6812 r7009  
    29292929  if (SetImageStorageClass(image,DirectClass) == MagickFalse) 
    29302930    return(MagickFalse); 
    2931   if ((image->border_color.opacity != OpaqueOpacity) && 
     2931  if ((image->background_color.opacity != OpaqueOpacity) && 
    29322932      (image->matte == MagickFalse)) 
    29332933    (void) SetImageAlphaChannel(image,OpaqueAlphaChannel); 
Note: See TracChangeset for help on using the changeset viewer.