ImageGear for Java
ImGearTIFFXMPMetadata Class Methods

For a list of all members of this type, see ImGearTIFFXMPMetadata members.

Public Methods
 NameDescription
Public MethodgetArtistReturns Artist value of the TIFF XMP schema.

This XMP method represents TIFF tag 315 (x13B) and specifies camera owner, photographer or image creator.

Note: This value is stored in XMP as the first item in the dc:creator array.

 
Public MethodgetBitsPerSampleReturns BitsPerSample value of the TIFF XMP schema.

This XMP method represents TIFF tag 258 (0x102) and specifies number of bits per component in each channel.

 
Public MethodgetCompressionReturns Compression value of the TIFF XMP schema.

This XMP method represents TIFF tag 259 (0x103) and specifies compression scheme: 1 = uncompressed; 6 = JPEG.

 
Public MethodgetCopyrightReturns Copyright value of the TIFF XMP schema.

This XMP method represents TIFF tag 33432 (0x8298) and specifies copyright information.

Note: This value is stored in XMP as dc:rights.

 
Public MethodgetDateTimeReturns DateTime value of the TIFF XMP schema.

This XMP method represents TIFF tag 306, 0x132 (primary) and EXIF tag 37520, 0x9290 (subseconds).

Note: This value is stored in XMP as xmp:ModifyDate.

 
Public MethodgetImageDescriptionReturns ImageDescription value of the TIFF XMP schema.

This XMP value represents TIFF tag 270 (0x10E) and specifies description of the image.

Note: This value is stored in XMP as dc:description.

 
Public MethodgetImageLengthReturns ImageLength value of the TIFF XMP schema.

This XMP method represents TIFF tag 257 (0x101) and specifies image height in pixels.

 
Public MethodgetImageWidthReturns ImageWidth value of the TIFF XMP schema.

This XMP method represents TIFF tag 256 (0x100) and specifies image width in pixels.

 
Public MethodgetMakeReturns Make value of the TIFF XMP schema.

This XMP method represents TIFF tag 271 (0x10F) and specifies manufacturer of recording equipment.

 
Public MethodgetModelReturns Model value of the TIFF XMP schema.

This XMP method represents TIFF tag 272 (0x110) and specifies model name or number of equipment.

 
Public MethodgetOrientationReturns Orientation value of the TIFF XMP schema.

This XMP method represents TIFF tag 274 (0x112) and specifies image orientation.

 
Public MethodgetPhotometricInterpretationReturns PhotometricInterpretation value of the TIFF XMP schema.

This XMP method represents TIFF tag 262 (0x106) and specifies pixel composition.

 
Public MethodgetPlanarConfigurationReturns PlanarConfiguration value of the TIFF XMP schema.

This XMP method represents TIFF tag 284 (0x11C) and specifies data layout.

 
Public MethodgetPrimaryCromaticitiesReturns PrimaryCromaticities value of the TIFF XMP schema.

This XMP method represents TIFF tag 319 (0x13F) and specifies chromaticity of the three primary colors.

 
Public MethodgetReferenceBlackWhiteReturns ReferenceBlackWhite value of the TIFF XMP schema.

This XMP method represents TIFF tag 532 (0x214) and specifies reference black and white point values.

 
Public MethodgetResolutionUnitReturns ResolutionUnit value of the TIFF XMP schema.

This XMP method represents TIFF tag 296 (0x128) and specifies the unit used for XResolution and YResolution.

 
Public MethodgetSamplesPerPixelReturns SamplesPerPixel value of the TIFF XMP schema.

This XMP method represents TIFF tag 277 (0x115) and specifies number of components per pixel.

 
Public MethodgetSoftwareReturns Software value of the TIFF XMP schema.

This XMP method represents TIFF tag 305 (0x131) and specifies software or firmware used to generate image.

Note: This value is stored in XMP as xmp:CreatorTool.

 
Public MethodgetTransferFunctionReturns TransferFunction value of the TIFF XMP schema.

This XMP method represents TIFF tag 301 (0x12D) and specifies transfer function for image described in tabular style with 3 * 256 entries.

 
Public MethodgetWhitePointReturns WhitePoint value of the TIFF XMP schema.

This XMP method represents TIFF tag 318 (0x13E) and specifies chromaticity of white point.

 
Public MethodgetXResolutionReturns XResolution value of the TIFF XMP schema.

This XMP method represents TIFF tag 282 (0x11A) and specifies horizontal resolution in pixels per unit.

 
Public MethodgetYCbCrCoefficientsReturns YCbCrCoefficients value of the TIFF XMP schema.

This XMP method represents TIFF tag 529 (0x211) and specifies matrix coefficients for RGB to YCbCr transformation.

 
Public MethodgetYCbCrPositioningReturns YCbCrPositioning value of the TIFF XMP schema.

This XMP method represents TIFF tag 531 (0x213) and specifies position of chrominance vs. luminance components: 1 = centered; 2 = co-sited.

 
Public MethodgetYCbCrSubSamplingReturns YCbCrSubSampling value of the TIFF XMP schema.

This XMP method represents TIFF tag 530 (0x212) and specifies sampling ratio of chrominance components: [2, 1] = YCbCr4:2:2 [2, 2] = YCbCr4:2:0.

 
Public MethodgetYResolutionReturns YResolution value of the TIFF XMP schema.

This XMP method represents TIFF tag 283 (0x11B) and specifies vertical resolution in pixels per unit.

 
Public MethodsetArtistSets Artist value of the TIFF XMP schema.

This XMP method represents TIFF tag 315 (x13B) and specifies camera owner, photographer or image creator.

Note: This value is stored in XMP as the first item in the dc:creator array.

 
Public MethodsetBitsPerSampleSets BitsPerSample value of the TIFF XMP schema.

This XMP method represents TIFF tag 258 (0x102) and specifies number of bits per component in each channel.

 
Public MethodsetCompressionSets Compression value of the TIFF XMP schema.

This XMP method represents TIFF tag 259 (0x103) and specifies compression scheme: 1 = uncompressed; 6 = JPEG.

 
Public MethodsetCopyrightSets Copyright value of the TIFF XMP schema.

This XMP method represents TIFF tag 33432 (0x8298) and specifies copyright information.

Note: This value is stored in XMP as dc:rights.

 
Public MethodsetDateTimeSets DateTime value of the TIFF XMP schema.

This XMP method represents TIFF tag 306, 0x132 (primary) and EXIF tag 37520, 0x9290 (subseconds).

Note: This value is stored in XMP as xmp:ModifyDate.

 
Public MethodsetImageDescriptionSets ImageDescription value of the TIFF XMP schema.

This XMP value represents TIFF tag 270 (0x10E) and specifies description of the image.

Note: This value is stored in XMP as dc:description.

 
Public MethodsetImageLengthSets ImageLength value of the TIFF XMP schema.

This XMP method represents TIFF tag 257 (0x101) and specifies image height in pixels.

 
Public MethodsetImageWidthSets ImageWidth value of the TIFF XMP schema.

This XMP method represents TIFF tag 256 (0x100) and specifies image width in pixels.

 
Public MethodsetMakeSets Make value of the TIFF XMP schema.

This XMP method represents TIFF tag 271 (0x10F) and specifies manufacturer of recording equipment.

 
Public MethodsetModelSets Model value of the TIFF XMP schema.

This XMP method represents TIFF tag 272 (0x110) and specifies model name or number of equipment.

 
Public MethodsetOrientationSets Orientation value of the TIFF XMP schema.

This XMP method represents TIFF tag 274 (0x112) and specifies image orientation.

 
Public MethodsetPhotometricInterpretationSets PhotometricInterpretation value of the TIFF XMP schema.

This XMP method represents TIFF tag 262 (0x106) and specifies pixel composition.

 
Public MethodsetPlanarConfigurationSets PlanarConfiguration value of the TIFF XMP schema.

This XMP method represents TIFF tag 284 (0x11C) and specifies data layout.

 
Public MethodsetPrimaryCromaticitiesSets PrimaryCromaticities value of the TIFF XMP schema.

This XMP method represents TIFF tag 319 (0x13F) and specifies chromaticity of the three primary colors.

 
Public MethodsetReferenceBlackWhiteSets ReferenceBlackWhite value of the TIFF XMP schema.

This XMP method represents TIFF tag 532 (0x214) and specifies reference black and white point values.

 
Public MethodsetResolutionUnitSets ResolutionUnit value of the TIFF XMP schema.

This XMP method represents TIFF tag 296 (0x128) and specifies the unit used for XResolution and YResolution.

 
Public MethodsetSamplesPerPixelSets SamplesPerPixel value of the TIFF XMP schema.

This XMP method represents TIFF tag 277 (0x115) and specifies number of components per pixel.

 
Public MethodsetSoftwareSets Software value of the TIFF XMP schema.

This XMP method represents TIFF tag 305 (0x131) and specifies software or firmware used to generate image.

Note: This value is stored in XMP as xmp:CreatorTool.

 
Public MethodsetTransferFunctionSets TransferFunction value of the TIFF XMP schema.

This XMP method represents TIFF tag 301 (0x12D) and specifies transfer function for image described in tabular style with 3 * 256 entries.

 
Public MethodsetWhitePointSets WhitePoint value of the TIFF XMP schema.

This XMP method represents TIFF tag 318 (0x13E) and specifies chromaticity of white point.

 
Public MethodsetXResolutionSets XResolution value of the TIFF XMP schema.

This XMP method represents TIFF tag 282 (0x11A) and specifies horizontal resolution in pixels per unit.

 
Public MethodsetYCbCrCoefficientsSets YCbCrCoefficients value of the TIFF XMP schema.

This XMP method represents TIFF tag 529 (0x211) and specifies matrix coefficients for RGB to YCbCr transformation.

 
Public MethodsetYCbCrPositioningSets YCbCrPositioning value of the TIFF XMP schema.

This XMP method represents TIFF tag 531 (0x213) and specifies position of chrominance vs. luminance components: 1 = centered; 2 = co-sited.

 
Public MethodsetYCbCrSubSamplingSets YCbCrSubSampling value of the TIFF XMP schema.

This XMP method represents TIFF tag 530 (0x212) and specifies sampling ratio of chrominance components: [2, 1] = YCbCr4:2:2 [2, 2] = YCbCr4:2:0.

 
Public MethodsetYResolutionSets YResolution value of the TIFF XMP schema.

This XMP method represents TIFF tag 283 (0x11B) and specifies vertical resolution in pixels per unit.

 
Top
See Also

Reference

ImGearTIFFXMPMetadata Class
com.accusoft.imagegear.formats.xmp.tiff Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback