mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Make png_set|get_compression_buffer_size() available even
when PNG_WRITE_SUPPORTED is not enabled. There was no good reason for this restriction, and PNG readers can gain a speed benefit in reading large iCCP chunks by increasing png_ptr->zbuf_size via these functions.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
/* pngpriv.h - private declarations for use inside libpng
|
||||
*
|
||||
* libpng version 1.4.1beta01 - January 3, 2010
|
||||
* libpng version 1.4.1beta01 - January 7, 2010
|
||||
* For conditions of distribution and use, see copyright notice in png.h
|
||||
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
||||
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
||||
|
||||
Reference in New Issue
Block a user