Changeset 6299


Ignore:
Timestamp:
12/31/11 11:59:59 (18 months ago)
Author:
glennrp
Message:

Respect -compress zip option in choosing jng_alpha_compression_method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/branches/ImageMagick-6.7.4/coders/png.c

    r6298 r6299  
    1167811678  jng_quality=image_info->quality == 0UL ? 75UL : image_info->quality%1000; 
    1167911679 
     11680  jng_alpha_compression_method=image->compression==JPEGCompression? 8 : 0; 
     11681 
    1168011682  if (transparent) 
    1168111683    { 
     
    1168611688        jng_alpha_quality /= 1000; 
    1168711689 
    11688       jng_alpha_compression_method=8; 
    1168911690      jng_color_type=14; 
    1169011691 
Note: See TracChangeset for help on using the changeset viewer.