Ticket #29749: patch-src_IL-src-il_icon.c.diff
File patch-src_IL-src-il_icon.c.diff, 425 bytes (added by daftalx@…, 13 years ago) |
---|
-
src-IL/src/il_icon.c
old new 525 525 526 526 // Expand low-bit-depth grayscale images to 8 bits 527 527 if (ico_color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) { 528 png_set_ gray_1_2_4_to_8(ico_png_ptr);528 png_set_expand_gray_1_2_4_to_8(ico_png_ptr); 529 529 } 530 530 531 531 // Expand RGB images with transparency to full alpha channels