file-png: Update comment for png_set_IHDR()

This commit is contained in:
Mukund Sivaraman 2011-05-05 20:47:53 +05:30
parent fbbeb8d629
commit ae654a7aae
1 changed files with 2 additions and 2 deletions

View File

@ -1336,8 +1336,8 @@ save_image (const gchar *filename,
return FALSE;
}
/* Set the image dimensions, bit depth, interlacing and compression */
/* Note: png_set_IHDR() must be called before any other png_set_*()
functions. */
png_set_IHDR (pp, info, drawable->width, drawable->height,
bit_depth,
color_type,