Home | History | Annotate | Download | only in coders

Lines Matching refs:property

65 #include "MagickCore/property.h"
760 *property;
914 property=GetImageProperty(image,"comment",exception);
915 if (property != (const char *) NULL)
916 parameters.cp_comment=ConstantString(property);