Gets the image thumbnail represented as an array of bytes.
Returns:
byte[] - The image thumbnail represented as an array of bytes.
This feature is not available in trial mode.
getArtist()
public final String getArtist()
Gets the name of the camera owner, photographer or image creator.
Returns:
java.lang.String - The name of the camera owner, photographer or image creator.
setArtist(String value)
public final void setArtist(String value)
Sets the name of the camera owner, photographer or image creator.
Parameters:
Parameter
Type
Description
value
java.lang.String
The name of the camera owner, photographer or image creator.
getCopyright()
public final String getCopyright()
Gets the copyright notice.
Returns:
java.lang.String - The copyright notice.
setCopyright(String value)
public final void setCopyright(String value)
Sets the copyright notice.
Parameters:
Parameter
Type
Description
value
java.lang.String
The copyright notice.
getDateTime()
public final String getDateTime()
Gets the date and time of image creation. In the EXIF standard, it is the date and time the file was changed.
Returns:
java.lang.String - The date and time of image creation.
setDateTime(String value)
public final void setDateTime(String value)
Sets the date and time of image creation. In the EXIF standard, it is the date and time the file was changed.
Parameters:
Parameter
Type
Description
value
java.lang.String
The date and time of image creation.
getImageDescription()
public final String getImageDescription()
Gets a character string giving the title of the image. It may be a comment such as “1988 company picnic” or the like.
Returns:
java.lang.String - The image description.
setImageDescription(String value)
public final void setImageDescription(String value)
Sets a character string giving the title of the image. It may be a comment such as “1988 company picnic” or the like.
Parameters:
Parameter
Type
Description
value
java.lang.String
The image description.
getImageLength()
public final int getImageLength()
Gets the number of rows of image data.
Returns:
int - The number of rows of image data.
setImageLength(int value)
public final void setImageLength(int value)
Sets the number of rows of image data.
Parameters:
Parameter
Type
Description
value
int
The number of rows of image data.
getImageWidth()
public final int getImageWidth()
Gets the number of columns of image data, equal to the number of pixels per row.
Returns:
int - The number of columns of image data, equal to the number of pixels per row.
setImageWidth(int value)
public final void setImageWidth(int value)
Sets the number of columns of image data, equal to the number of pixels per row.
Parameters:
Parameter
Type
Description
value
int
The number of columns of image data, equal to the number of pixels per row.
getOrientation()
public final int getOrientation()
Gets or sets the orientation.
Value: The orientation.
Returns:
int
setOrientation(int value)
public final void setOrientation(int value)
Gets or sets the orientation.
Value: The orientation.
Parameters:
Parameter
Type
Description
value
int
getMake()
public final String getMake()
Gets the manufacturer of the recording equipment. This is the manufacturer of the DSC, scanner, video digitizer or other equipment that generated the image.
Returns:
java.lang.String - The manufacturer of the recording equipment.
setMake(String value)
public final void setMake(String value)
Sets the manufacturer of the recording equipment. This is the manufacturer of the DSC, scanner, video digitizer or other equipment that generated the image.
Parameters:
Parameter
Type
Description
value
java.lang.String
The manufacturer of the recording equipment.
getModel()
public final String getModel()
Gets the model name or model number of the equipment. This is the model name or number of the DSC, scanner, video digitizer or other equipment that generated the image.
Returns:
java.lang.String - The model name or model number of the equipment.
setModel(String value)
public final void setModel(String value)
Sets the model name or model number of the equipment. This is the model name or number of the DSC, scanner, video digitizer or other equipment that generated the image.
Parameters:
Parameter
Type
Description
value
java.lang.String
The model name or model number of the equipment.
getSoftware()
public final String getSoftware()
Gets the name and version of the software or firmware of the camera or image input device used to generate the image.
Returns:
java.lang.String - The name and version of the software or firmware of the camera or image input device used to generate the image.
setSoftware(String value)
public final void setSoftware(String value)
Sets the name and version of the software or firmware of the camera or image input device used to generate the image.
Parameters:
Parameter
Type
Description
value
java.lang.String
The name and version of the software or firmware of the camera or image input device used to generate the image.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.