Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:property

85 #include "MagickCore/property.h"
712 *property;
728 property=AcquireString(pathname);
729 (void) FormatLocaleString(property,MagickPathExtent,"8BIM:1999,2998:%s",
731 value=GetImageProperty(image,property,exception);
732 property=DestroyString(property);
1707 Note that a 'filename:' property should not need depth recursion.