Changeset 7019


Ignore:
Timestamp:
03/02/12 10:18:14 (16 months ago)
Author:
glennrp
Message:

Make non-ping identify report DirectClass? for transparent PNGs, as does

identify -verbose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/png.c

    r6946 r7019  
    28102810      (image_info->first_scene+image_info->number_scenes)))) 
    28112811    { 
     2812      /* This happens later in non-ping decodes */ 
     2813      if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) 
     2814        image->storage_class=DirectClass; 
     2815 
    28122816      if (logging != MagickFalse) 
    28132817        (void) LogMagickEvent(CoderEvent,GetMagickModule(), 
Note: See TracChangeset for help on using the changeset viewer.