char
filename[MagickPathExtent],
- *url,
value[MagickPathExtent];
const char
(void) FormatLocaleString(value,MagickPathExtent,"image/%s",image->magick);
LocaleLower(value);
(void) SetImageProperty(thumbnail_image,"Thumb::Mimetype",value,exception);
- url=GetMagickHomeURL();
- (void) SetImageProperty(thumbnail_image,"software",url,exception);
- url=DestroyString(url);
+ (void) SetImageProperty(thumbnail_image,"software",MagickAuthoritativeURL,
+ exception);
(void) FormatLocaleString(value,MagickPathExtent,"%.20g",(double)
image->magick_columns);
(void) SetImageProperty(thumbnail_image,"Thumb::Image::Width",value,