mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
This fix is to the PNG_MAX_GAMMA_8 handling and png_set_rgb_to_gray, which had bugs which were likely to expose end cases of rgb-to-gray conversion errors. This might explain some of the machine math dependencies we are seeing (*might*). Signed-off-by: John Bowler <jbowler@acm.org>