Home
last modified time | relevance | path

Searched refs:TIFFTAG_ARTIST (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h276 #define TIFFTAG_ARTIST 315 /* creator of image */ macro
Dtif_dirinfo.c94 …{ TIFFTAG_ARTIST, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 1…
/external/ImageMagick/coders/
Dtiff.c691 if ((TIFFGetField(tiff,TIFFTAG_ARTIST,&text) == 1) && in TIFFGetProperties()
3219 (void) TIFFSetField(tiff,TIFFTAG_ARTIST,value); in TIFFSetProperties()