• J
    [libpng16] Fixed undefined behavior in contrib/tools/pngfix.c and added new · f5f12067
    John Bowler 提交于
    strip option. pngfix relied on undefined behavior and even a simple change from
    gcc to g++ caused it to fail.  The new strip option 'unsafe' has been
    implemented and is the default if --max is given.  Option names have
    been clarified, with --strip=transform now stripping the bKGD chunk,
    which was stripped previously with --strip=unused.
    Added all documented chunk types to pngpriv.h
    f5f12067
pngpriv.h 80.5 KB