diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2000-06-24 07:42:42 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:05:18 -0500 |
commit | 1394480f4b6567279e5a41b38277407fb9b50abd (patch) | |
tree | 09173a743d400e2b506197ac80a158121b3f2b8a /pngwrite.c | |
parent | 1f2d559f70c0aad278aa28bcf723cfd5e00e0825 (diff) | |
download | libpng-1394480f4b6567279e5a41b38277407fb9b50abd.tar.gz |
Imported from libpng-1.0.7beta18.tarv1.0.7beta18
Diffstat (limited to 'pngwrite.c')
-rw-r--r-- | pngwrite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pngwrite.c b/pngwrite.c index a0ffc4f2c..afe4f0fe7 100644 --- a/pngwrite.c +++ b/pngwrite.c @@ -1,7 +1,7 @@ /* pngwrite.c - general routines to write a PNG file * - * libpng 1.0.7rc1 - June 9, 2000 + * libpng 1.0.7beta18 - June 24, 2000 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) @@ -57,7 +57,7 @@ png_write_info_before_PLTE(png_structp png_ptr, png_infop info_ptr) #endif #if defined(PNG_WRITE_iCCP_SUPPORTED) if (info_ptr->valid & PNG_INFO_iCCP) - png_write_iCCP(png_ptr, info_ptr->iccp_name, PNG_TEXT_COMPRESSION_NONE, + png_write_iCCP(png_ptr, info_ptr->iccp_name, PNG_TEXT_COMPRESSION_zTXt, info_ptr->iccp_profile, (int)info_ptr->iccp_proflen); #endif #if defined(PNG_WRITE_sBIT_SUPPORTED) |