• Home
  • Raw
  • Download

Lines Matching refs:XMP_NS_TIFF

2414 	SyncString (XMP_NS_TIFF,  in SyncExif()
2421 SyncString (XMP_NS_TIFF, in SyncExif()
3888 Remove (XMP_NS_TIFF, "NativeDigest"); in SyncExif()
3991 bool dateOnly = DateTimeIsDateOnly (XMP_NS_TIFF, "DateTime"); in UpdateExifDates()
3993 SyncString (XMP_NS_TIFF, in UpdateExifDates()
4007 SetString (XMP_NS_TIFF, in UpdateExifDates()
4106 SetString (XMP_NS_TIFF, in UpdateDateTime()
4132 if (Get_uint32 (XMP_NS_TIFF, in HasOrientation()
4154 if (Get_uint32 (XMP_NS_TIFF, in GetOrientation()
4177 fSDK->Remove (XMP_NS_TIFF, "Orientation"); in ClearOrientation()
4186 Set_uint32 (XMP_NS_TIFF, in SetOrientation()
4235 Remove (XMP_NS_TIFF, "ImageWidth" ); in ClearImageInfo()
4236 Remove (XMP_NS_TIFF, "ImageLength"); in ClearImageInfo()
4241 Remove (XMP_NS_TIFF, "BitsPerSample"); in ClearImageInfo()
4243 Remove (XMP_NS_TIFF, "Compression"); in ClearImageInfo()
4245 Remove (XMP_NS_TIFF, "PhotometricInterpretation"); in ClearImageInfo()
4249 Remove (XMP_NS_TIFF, "SamplesPerPixel"); in ClearImageInfo()
4251 Remove (XMP_NS_TIFF, "PlanarConfiguration"); in ClearImageInfo()
4253 Remove (XMP_NS_TIFF, "XResolution"); in ClearImageInfo()
4254 Remove (XMP_NS_TIFF, "YResolution"); in ClearImageInfo()
4256 Remove (XMP_NS_TIFF, "ResolutionUnit"); in ClearImageInfo()
4268 Set_uint32 (XMP_NS_TIFF, "ImageWidth" , size.h); in SetImageSize()
4269 Set_uint32 (XMP_NS_TIFF, "ImageLength", size.v); in SetImageSize()
4284 Set_uint32 (XMP_NS_TIFF, "SamplesPerPixel", samplesPerPixel); in SetSampleInfo()
4301 SetStringList (XMP_NS_TIFF, "BitsPerSample", list, false); in SetSampleInfo()
4310 Set_uint32 (XMP_NS_TIFF, "PhotometricInterpretation", pi); in SetPhotometricInterpretation()
4319 Set_urational (XMP_NS_TIFF, "XResolution", res.fXResolution); in SetResolution()
4320 Set_urational (XMP_NS_TIFF, "YResolution", res.fYResolution); in SetResolution()
4322 Set_uint32 (XMP_NS_TIFF, "ResolutionUnit", res.fResolutionUnit); in SetResolution()