HomeSort by relevance Sort by last modified time
    Searched refs:FormatImageProperty (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
property.h 39 FormatImageProperty(Image *,const char *,const char *,...)
methods.h 319 #define FormatImageProperty PrependMagickMethod(FormatImageProperty)
    [all...]
compare.c     [all...]
property.c 342 % FormatImageProperty() permits formatted property/value pairs to be saved as
345 % The format of the FormatImageProperty method is:
347 % MagickBooleanType FormatImageProperty(Image *image,const char *property,
360 MagickExport MagickBooleanType FormatImageProperty(Image *image,
    [all...]
  /external/ImageMagick/coders/
dpx.c 733 (void) FormatImageProperty(image,"dpx:file.version","%.8s",dpx.file.version);
741 (void) FormatImageProperty(image,"dpx:file.ditto.key","%u",
757 (void) FormatImageProperty(image,"dpx:file.filename","%.100s",
759 (void) FormatImageProperty(image,"document","%.100s",dpx.file.filename);
763 (void) FormatImageProperty(image,"dpx:file.timestamp","%.24s",
769 (void) FormatImageProperty(image,"dpx:file.creator","%.100s",
771 (void) FormatImageProperty(image,"software","%.100s",dpx.file.creator);
777 (void) FormatImageProperty(image,"dpx:file.project","%.200s",
779 (void) FormatImageProperty(image,"comment","%.100s",dpx.file.project);
785 (void) FormatImageProperty(image,"dpx:file.copyright","%.200s"
    [all...]
jnx.c 318 (void) FormatImageProperty(tile_image,"jnx:northeast","%.20g,%.20g",
320 (void) FormatImageProperty(tile_image,"jnx:southwest","%.20g,%.20g",
cin.c 494 (void) FormatImageProperty(image,"dpx:image.orientation","%d",
596 (void) FormatImageProperty(image,"dpx:origination.x_offset","%.20g",
601 (void) FormatImageProperty(image,"dpx:origination.y_offset","%.20g",
659 (void) FormatImageProperty(image,"dpx:film.id","%d",cin.film.id);
664 (void) FormatImageProperty(image,"dpx:film.type","%d",cin.film.type);
669 (void) FormatImageProperty(image,"dpx:film.offset","%d",
676 (void) FormatImageProperty(image,"dpx:film.prefix","%.20g",(double)
687 (void) FormatImageProperty(image,"dpx:film.frame_position","%.20g",
692 (void) FormatImageProperty(image,"dpx:film.frame_rate","%g",
    [all...]
msl.c     [all...]

Completed in 100 milliseconds