Changeset 6299
- Timestamp:
- 12/31/11 11:59:59 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/branches/ImageMagick-6.7.4/coders/png.c
r6298 r6299 11678 11678 jng_quality=image_info->quality == 0UL ? 75UL : image_info->quality%1000; 11679 11679 11680 jng_alpha_compression_method=image->compression==JPEGCompression? 8 : 0; 11681 11680 11682 if (transparent) 11681 11683 { … … 11686 11688 jng_alpha_quality /= 1000; 11687 11689 11688 jng_alpha_compression_method=8;11689 11690 jng_color_type=14; 11690 11691
Note: See TracChangeset
for help on using the changeset viewer.
