Lines Matching refs:SetImageProperty
636 (void) SetImageProperty(image,"tiff:artist",text,exception); in TIFFGetProperties()
638 (void) SetImageProperty(image,"tiff:copyright",text,exception); in TIFFGetProperties()
640 (void) SetImageProperty(image,"tiff:timestamp",text,exception); in TIFFGetProperties()
642 (void) SetImageProperty(image,"tiff:document",text,exception); in TIFFGetProperties()
644 (void) SetImageProperty(image,"tiff:hostcomputer",text,exception); in TIFFGetProperties()
646 (void) SetImageProperty(image,"comment",text,exception); in TIFFGetProperties()
648 (void) SetImageProperty(image,"tiff:make",text,exception); in TIFFGetProperties()
650 (void) SetImageProperty(image,"tiff:model",text,exception); in TIFFGetProperties()
656 (void) SetImageProperty(image,"tiff:image-id",message,exception); in TIFFGetProperties()
659 (void) SetImageProperty(image,"label",text,exception); in TIFFGetProperties()
661 (void) SetImageProperty(image,"tiff:software",text,exception); in TIFFGetProperties()
667 (void) SetImageProperty(image,"tiff:kodak-33423",message,exception); in TIFFGetProperties()
674 (void) SetImageProperty(image,"tiff:kodak-36867",message,exception); in TIFFGetProperties()
681 (void) SetImageProperty(image,"tiff:subfiletype","REDUCEDIMAGE", in TIFFGetProperties()
687 (void) SetImageProperty(image,"tiff:subfiletype","PAGE",exception); in TIFFGetProperties()
692 (void) SetImageProperty(image,"tiff:subfiletype","MASK",exception); in TIFFGetProperties()
701 (void) SetImageProperty(image,"tiff:tietz_offset",message,exception); in TIFFGetProperties()
837 (void) SetImageProperty(image,exif_info[i].property,value,exception); in TIFFGetEXIFProperties()
1219 (void) SetImageProperty(image,"quantum:format","floating-point", in ReadTIFFImage()
1225 (void) SetImageProperty(image,"tiff:photometric","min-is-black", in ReadTIFFImage()
1231 (void) SetImageProperty(image,"tiff:photometric","min-is-white", in ReadTIFFImage()
1237 (void) SetImageProperty(image,"tiff:photometric","palette",exception); in ReadTIFFImage()
1242 (void) SetImageProperty(image,"tiff:photometric","RGB",exception); in ReadTIFFImage()
1247 (void) SetImageProperty(image,"tiff:photometric","CIELAB",exception); in ReadTIFFImage()
1252 (void) SetImageProperty(image,"tiff:photometric","CIE Log2(L)", in ReadTIFFImage()
1258 (void) SetImageProperty(image,"tiff:photometric","LOGLUV",exception); in ReadTIFFImage()
1264 (void) SetImageProperty(image,"tiff:photometric","MASK",exception); in ReadTIFFImage()
1270 (void) SetImageProperty(image,"tiff:photometric","separated",exception); in ReadTIFFImage()
1275 (void) SetImageProperty(image,"tiff:photometric","YCBCR",exception); in ReadTIFFImage()
1280 (void) SetImageProperty(image,"tiff:photometric","unknown",exception); in ReadTIFFImage()
1312 (void) SetImageProperty(image,"tiff:endian","lsb",exception); in ReadTIFFImage()
1317 (void) SetImageProperty(image,"tiff:endian","msb",exception); in ReadTIFFImage()
1410 (void) SetImageProperty(image,"jpeg:sampling-factor", in ReadTIFFImage()
1469 (void) SetImageProperty(image,"tiff:alpha","unspecified",exception); in ReadTIFFImage()
1482 (void) SetImageProperty(image,"tiff:alpha","associated", in ReadTIFFImage()
1487 (void) SetImageProperty(image,"tiff:alpha","unassociated", in ReadTIFFImage()
1575 (void) SetImageProperty(image,"tiff:rows-per-strip",value,exception); in ReadTIFFImage()
2630 (void) SetImageProperty(clone_image,"tiff:subfiletype","none",exception); in WritePTIFImage()
2645 (void) SetImageProperty(pyramid_image,"tiff:subfiletype","REDUCEDIMAGE", in WritePTIFImage()