Changeset 6324 for ImageMagick/trunk/coders/png.c
- Timestamp:
- 01/01/12 15:59:57 (17 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/png.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/png.c
r6307 r6324 3285 3285 for (x=0; x < ping_num_trans; x++) 3286 3286 { 3287 image->colormap[x].matte=MagickTrue; 3287 3288 image->colormap[x].alpha = 3288 3289 ScaleCharToQuantum((unsigned char)ping_trans_alpha[x]); … … 3297 3298 transparent_color.alpha) 3298 3299 { 3300 image->colormap[x].matte=MagickTrue; 3299 3301 image->colormap[x].alpha = (Quantum) TransparentAlpha; 3300 3302 }
Note: See TracChangeset
for help on using the changeset viewer.
