Changeset 3637 for ImageMagick/trunk/coders/png.c
- Timestamp:
- 02/19/11 18:52:17 (2 years ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/png.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/png.c
r3629 r3637 3107 3107 */ 3108 3108 count=ReadBlob(image,8,(unsigned char *) magic_number); 3109 (void) count; 3109 3110 3110 3111 if (memcmp(magic_number,"\211PNG\r\n\032\n",8) != 0) … … 3966 3967 3967 3968 count=(size_t) ReadBlob(image,8,(unsigned char *) magic_number); 3969 (void) count; 3968 3970 3969 3971 if (memcmp(magic_number,"\213JNG\r\n\032\n",8) != 0) … … 6948 6950 ping_exclude_cHRM=mng_info->ping_exclude_cHRM; 6949 6951 ping_exclude_EXIF=mng_info->ping_exclude_EXIF; /* hex-encoded EXIF in zTXt */ 6952 (void) ping_exclude_EXIF; 6950 6953 ping_exclude_gAMA=mng_info->ping_exclude_gAMA; 6951 6954 ping_exclude_cHRM=mng_info->ping_exclude_cHRM; … … 6957 6960 ping_exclude_tEXt=mng_info->ping_exclude_tEXt; 6958 6961 ping_exclude_tRNS=mng_info->ping_exclude_tRNS; 6962 (void) ping_exclude_tRNS; 6959 6963 ping_exclude_vpAg=mng_info->ping_exclude_vpAg; 6960 6964 ping_exclude_zCCP=mng_info->ping_exclude_zCCP; /* hex-encoded iCCP in zTXt */
Note: See TracChangeset
for help on using the changeset viewer.
