Changeset 6207 for ImageMagick/trunk/coders/png.c
- Timestamp:
- 12/15/11 07:20:50 (17 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/png.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/png.c
r6183 r6207 9665 9665 { 9666 9666 9667 ping_background.gray=(png_uint_16) 9668 ( (maxval/255.)*((GetPixelInfoIntensity(&image->background_color)))9669 +.5);9667 ping_background.gray=(png_uint_16) ((maxval/65535.)* 9668 (ScaleQuantumToShort(((GetPixelInfoIntensity( 9669 &image->background_color))) +.5))); 9670 9670 9671 9671 if (logging != MagickFalse)
Note: See TracChangeset
for help on using the changeset viewer.
