Sha256: e54a72d807ab17595aaec641286a2fa49c96cf8b59d7f0c4f3b11c753cd59ea0
Contents?: true
Size: 586 Bytes
Versions: 24
Compression:
Stored size: 586 Bytes
Contents
diff --git a/pngcrush.c b/pngcrush.c index d0c387e..ed27eff 100644 --- a/pngcrush.c +++ b/pngcrush.c @@ -5520,8 +5520,10 @@ int main(int argc, char *argv[]) * they were already checked in the pngcrush_measure_idat * function */ +# ifdef PNG_IGNORE_ADLER32 png_set_option(read_ptr, PNG_IGNORE_ADLER32, PNG_OPTION_ON); +# endif png_set_crc_action(read_ptr, PNG_CRC_QUIET_USE, PNG_CRC_QUIET_USE); }
Version data entries
24 entries across 24 versions & 1 rubygems