Ignore:
Timestamp:
04/01/12 15:34:06 (14 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/branches/ImageMagick-6/magick/property.c

    r7306 r7311  
    23842384        { 
    23852385          (void) FormatLocaleString(value,MaxTextExtent,"%g", 
    2386             image->resolution.x); 
     2386            image->x_resolution); 
    23872387          break; 
    23882388        } 
     
    23902390        { 
    23912391          (void) FormatLocaleString(value,MaxTextExtent,"%g", 
    2392             image->resolution.y); 
     2392            image->y_resolution); 
    23932393          break; 
    23942394        } 
Note: See TracChangeset for help on using the changeset viewer.