Package pixy.meta.exif
Class ExifThumbnail
java.lang.Object
pixy.meta.Thumbnail
pixy.meta.exif.ExifThumbnail
public class ExifThumbnail extends Thumbnail
Encapsulates image EXIF thumbnail metadata
- Version:
- 1.0 01/08/2014
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Field Summary
Fields inherited from class pixy.meta.Thumbnail
compressedThumbnail, DATA_TYPE_KJpegRGB, DATA_TYPE_KRawRGB, DATA_TYPE_TIFF, dataType, height, thumbnail, width, writeQuality
-
Constructor Summary
Constructors Constructor Description ExifThumbnail()
ExifThumbnail(int width, int height, int dataType, byte[] compressedThumbnail)
ExifThumbnail(int width, int height, int dataType, byte[] compressedThumbnail, IFD thumbnailIFD)
ExifThumbnail(java.awt.image.BufferedImage thumbnail)
ExifThumbnail(ExifThumbnail other)
-
Method Summary
Modifier and Type Method Description void
write(java.io.OutputStream os)
Methods inherited from class pixy.meta.Thumbnail
containsImage, getCompressedImage, getDataType, getDataTypeAsString, getHeight, getRawImage, getWidth, setImage, setImage, setWriteQuality
-
Constructor Details
-
ExifThumbnail
public ExifThumbnail() -
ExifThumbnail
public ExifThumbnail(java.awt.image.BufferedImage thumbnail) -
ExifThumbnail
-
ExifThumbnail
public ExifThumbnail(int width, int height, int dataType, byte[] compressedThumbnail) -
ExifThumbnail
public ExifThumbnail(int width, int height, int dataType, byte[] compressedThumbnail, IFD thumbnailIFD)
-
-
Method Details