Home | History | Annotate | Download | only in coders

Lines Matching refs:SetImageProperty

726     (void) SetImageProperty(image,"tiff:artist",text,exception);
729 (void) SetImageProperty(image,"tiff:copyright",text,exception);
732 (void) SetImageProperty(image,"tiff:timestamp",text,exception);
735 (void) SetImageProperty(image,"tiff:document",text,exception);
738 (void) SetImageProperty(image,"tiff:hostcomputer",text,exception);
741 (void) SetImageProperty(image,"comment",text,exception);
744 (void) SetImageProperty(image,"tiff:make",text,exception);
747 (void) SetImageProperty(image,"tiff:model",text,exception);
754 (void) SetImageProperty(image,"tiff:image-id",message,exception);
758 (void) SetImageProperty(image,"label",text,exception);
761 (void) SetImageProperty(image,"tiff:software",text,exception);
767 (void) SetImageProperty(image,"tiff:kodak-33423",message,exception);
774 (void) SetImageProperty(image,"tiff:kodak-36867",message,exception);
781 (void) SetImageProperty(image,"tiff:subfiletype","REDUCEDIMAGE",
787 (void) SetImageProperty(image,"tiff:subfiletype","PAGE",exception);
792 (void) SetImageProperty(image,"tiff:subfiletype","MASK",exception);
931 (void) SetImageProperty(image,exif_info[i].property,value,exception);
1398 (void) SetImageProperty(image,"quantum:format","floating-point",
1404 (void) SetImageProperty(image,"tiff:photometric","min-is-black",
1410 (void) SetImageProperty(image,"tiff:photometric","min-is-white",
1416 (void) SetImageProperty(image,"tiff:photometric","palette",exception);
1421 (void) SetImageProperty(image,"tiff:photometric","RGB",exception);
1426 (void) SetImageProperty(image,"tiff:photometric","CIELAB",exception);
1431 (void) SetImageProperty(image,"tiff:photometric","CIE Log2(L)",
1437 (void) SetImageProperty(image,"tiff:photometric","LOGLUV",exception);
1443 (void) SetImageProperty(image,"tiff:photometric","MASK",exception);
1449 (void) SetImageProperty(image,"tiff:photometric","separated",exception);
1454 (void) SetImageProperty(image,"tiff:photometric","YCBCR",exception);
1459 (void) SetImageProperty(image,"tiff:photometric","unknown",exception);
1491 (void) SetImageProperty(image,"tiff:endian","lsb",exception);
1496 (void) SetImageProperty(image,"tiff:endian","msb",exception);
1586 (void) SetImageProperty(image,"jpeg:sampling-factor",
1722 (void) SetImageProperty(image,"tiff:alpha","unspecified",exception);
1735 (void) SetImageProperty(image,"tiff:alpha","associated",
1742 (void) SetImageProperty(image,"tiff:alpha","unassociated",
1759 (void) SetImageProperty(image,"tiff:rows-per-strip",buffer,exception);
2813 (void) SetImageProperty(clone_image,"tiff:subfiletype","none",exception);
2830 (void) SetImageProperty(pyramid_image,"tiff:subfiletype","REDUCEDIMAGE",