Ignore:
Timestamp:
01/01/12 15:59:57 (17 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

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

    r6307 r6324  
    32853285              for (x=0; x < ping_num_trans; x++) 
    32863286              { 
     3287                 image->colormap[x].matte=MagickTrue; 
    32873288                 image->colormap[x].alpha = 
    32883289                   ScaleCharToQuantum((unsigned char)ping_trans_alpha[x]); 
     
    32973298                     transparent_color.alpha) 
    32983299                 { 
     3300                    image->colormap[x].matte=MagickTrue; 
    32993301                    image->colormap[x].alpha = (Quantum) TransparentAlpha; 
    33003302                 } 
Note: See TracChangeset for help on using the changeset viewer.