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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- Source/NSBitmapImageRep+PNG.m
0
++ Source/NSBitmapImageRep+PNG.m
Lines 229-235 Link Here
229
    initWithBytesNoCopy: buf
229
    initWithBytesNoCopy: buf
230
		 length: bytes_per_row * height];
230
		 length: bytes_per_row * height];
231
231
232
  if (PNG_INFO_gAMA & png_info->valid)
232
  if (png_get_valid(png_struct, png_info, PNG_INFO_gAMA))
233
  {
233
  {
234
    double file_gamma = 2.2;
234
    double file_gamma = 2.2;
235
    if (PNG_FLOATING_POINT)
235
    if (PNG_FLOATING_POINT)

Return to bug 389363