}
case 'p':
{
+ if (LocaleCompare("page",property) == 0)
+ {
+ WarnNoImageReturn("\"%%[%s]\"",property);
+ (void) FormatLocaleString(value,MaxTextExtent,"%.20g",(double)
+ GetImageIndexInList(image)+1);
+ break;
+ }
#if defined(MAGICKCORE_LCMS_DELEGATE)
if (LocaleCompare("profile:icc",property) == 0 ||
LocaleCompare("profile:icm",property) == 0)
}
break;
}
+ case 'q':
+ {
+ if (LocaleCompare("quality",property) == 0)
+ {
+ WarnNoImageReturn("\"%%[%s]\"",property);
+ (void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
+ image->quality);
+ break;
+ }
+ break;
+ }
case 'r':
{
if (LocaleCompare("resolution.x",property) == 0)