Lines Matching refs:property
67 #include "MagickCore/property.h"
390 property[MagickPathExtent];
469 (void) CopyMagickString(property,cin.file.version,sizeof(cin.file.version));
470 (void) SetImageProperty(image,"dpx:file.version",property,exception);
473 (void) CopyMagickString(property,cin.file.filename,sizeof(cin.file.filename));
474 (void) SetImageProperty(image,"dpx:file.filename",property,exception);
477 (void) CopyMagickString(property,cin.file.create_date,
479 (void) SetImageProperty(image,"dpx:file.create_date",property,exception);
482 (void) CopyMagickString(property,cin.file.create_time,
484 (void) SetImageProperty(image,"dpx:file.create_time",property,exception);
568 (void) CopyMagickString(property,cin.image.label,sizeof(cin.image.label));
569 (void) SetImageProperty(image,"dpx:image.label",property,exception);
604 (void) CopyMagickString(property,cin.origination.filename,
606 (void) SetImageProperty(image,"dpx:origination.filename",property,exception);
609 (void) CopyMagickString(property,cin.origination.create_date,
611 (void) SetImageProperty(image,"dpx:origination.create_date",property,
615 (void) CopyMagickString(property,cin.origination.create_time,
617 (void) SetImageProperty(image,"dpx:origination.create_time",property,
621 (void) CopyMagickString(property,cin.origination.device,
623 (void) SetImageProperty(image,"dpx:origination.device",property,exception);
626 (void) CopyMagickString(property,cin.origination.model,
628 (void) SetImageProperty(image,"dpx:origination.model",property,exception);
633 (void) CopyMagickString(property,cin.origination.serial,
635 (void) SetImageProperty(image,"dpx:origination.serial",property,exception);
681 (void) CopyMagickString(property,cin.film.format,sizeof(cin.film.format));
682 (void) SetImageProperty(image,"dpx:film.format",property,exception);
695 (void) CopyMagickString(property,cin.film.frame_id,
697 (void) SetImageProperty(image,"dpx:film.frame_id",property,exception);
700 (void) CopyMagickString(property,cin.film.slate_info,
702 (void) SetImageProperty(image,"dpx:film.slate_info",property,exception);
883 const Image *image,const char *property,ExceptionInfo *exception)
888 value=GetImageOption(image_info,property);
891 return(GetImageProperty(image,property,exception));