From 6f89dff45ed640d09baa9b7dcfdc9afa69f600d5 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 3 Aug 2017 10:27:09 -0500 Subject: [libpng16] Imported from libpng-1.6.32beta08.tar --- libpng-manual.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpng-manual.txt') diff --git a/libpng-manual.txt b/libpng-manual.txt index aad270910..115dd241d 100644 --- a/libpng-manual.txt +++ b/libpng-manual.txt @@ -1454,7 +1454,7 @@ png_set_rgb_to_gray()). the single transparent color for non-paletted images (PNG_INFO_tRNS) - png_get_eXIf(png_ptr, info_ptr, &exif); + png_get_eXIf_1(png_ptr, info_ptr, &num_exif, &exif); (PNG_INFO_eXIf) exif - Exif profile (array of png_byte) @@ -3104,7 +3104,7 @@ width, height, bit_depth, and color_type must be the same in each call. single transparent color for non-paletted images (PNG_INFO_tRNS) - png_set_eXIf(png_ptr, info_ptr, exif); + png_set_eXIf_1(png_ptr, info_ptr, num_exif, exif); exif - Exif profile (array of png_byte) (PNG_INFO_eXIf) -- cgit v1.2.1