Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 329433
Collapse All | Expand All

(-)image/png.c.orig (-1 / +1 lines)
Lines 134-140 Link Here
134
	} 
134
	} 
135
135
136
	if (colortype == PNG_COLOR_TYPE_GRAY && bitdepth < 8){
136
	if (colortype == PNG_COLOR_TYPE_GRAY && bitdepth < 8){
137
		png_set_gray_1_2_4_to_8(png_ptr);
137
		png_set_expand_gray_1_2_4_to_8(png_ptr);
138
	}
138
	}
139
139
140
	if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)){
140
	if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)){

Return to bug 329433