Home | History | Annotate | Download | only in coders

Lines Matching refs:property

77 #include "MagickCore/property.h"
1918 /* To do: Read the tEXt/Creation Time chunk into the date:create property */
3681 /* Don't save "density" or "units" property if we have a pHYs
7921 *property,
11217 property=GetNextImageProperty(image);
11218 while (property != (const char *) NULL)
11223 value=GetImageProperty(image,property,exception);
11228 if ((LocaleNCompare(property,"png:",4) != 0 &&
11229 LocaleNCompare(property,"jpeg:",5) != 0) &&
11234 LocaleCompare(property,"density") != 0 ||
11235 LocaleCompare(property,"units") != 0) &&
11239 LocaleNCompare(property, "Date:",5) != 0))
11250 text[0].key=(char *) property;
11281 property=GetNextImageProperty(image);