mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Fix PNG_SIMPLIFIED transformations,
adding alpha and reducing to 8-bit
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
e0a6c06bfd
commit
3615d03e05
@@ -1910,6 +1910,9 @@ png_write_image_8bit(png_voidp argument)
|
||||
++in_ptr;
|
||||
++out_ptr;
|
||||
} /* while out_ptr < row_end */
|
||||
|
||||
png_write_row(png_ptr, output_row);
|
||||
input_row += display->row_bytes/(sizeof (png_uint_16));
|
||||
} /* while y */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user