Changeset 6982
- Timestamp:
- 02/28/12 07:03:48 (16 months ago)
- File:
-
- 1 edited
-
ImageMagick/trunk/coders/ps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/ps.c
r6850 r6982 759 759 (void) FormatLocaleString(density,MaxTextExtent,"%gx%g", 760 760 image->resolution.x,image->resolution.y); 761 if (image_info->page != (char *) NULL) 762 (void) FormatLocaleString(options,MaxTextExtent,"-g%.20gx%.20g ",(double) 763 page.width,(double) page.height); 761 (void) FormatLocaleString(options,MaxTextExtent,"-g%.20gx%.20g ",(double) 762 page.width,(double) page.height); 764 763 read_info=CloneImageInfo(image_info); 765 764 *read_info->magick='\0';
Note: See TracChangeset
for help on using the changeset viewer.
