Changeset 4686 for ImageMagick/trunk/coders/png.c
- Timestamp:
- 07/01/11 15:02:13 (23 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/png.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/png.c
r4680 r4686 10734 10734 % image depth and number of colors and limit transparency to binary 10735 10735 % transparency prior to attempting to write the image with depth, color, 10736 % or transparency limitations. 10737 % 10738 % To do: Enforce the previous paragraph. 10736 % or transparency limitations. 10739 10737 % 10740 10738 % Note that another definition, "png:bit-depth-written" exists, but it … … 10996 10994 if (value != NULL) 10997 10995 { 10998 /* To do: use a "LocaleInteger:()" function here. */10999 11000 10996 /* We have to add 1 to everything because 0 is a valid input, 11001 10997 * and we want to use 0 (the default) to mean undefined. … … 11105 11101 mng_info->write_png_compression_filter = 6; 11106 11102 11103 else if (LocaleCompare(value,"6") == 0) 11104 mng_info->write_png_compression_filter = 7; 11105 11106 else if (LocaleCompare(value,"7") == 0) 11107 mng_info->write_png_compression_filter = 8; 11108 11109 else if (LocaleCompare(value,"8") == 0) 11110 mng_info->write_png_compression_filter = 9; 11111 11112 else if (LocaleCompare(value,"9") == 0) 11113 mng_info->write_png_compression_filter = 10; 11107 11114 11108 11115 else
Note: See TracChangeset
for help on using the changeset viewer.
