Package | Description |
---|---|
it.geosolutions.imageio.plugins.exif | |
it.geosolutions.imageio.plugins.turbojpeg |
Modifier and Type | Method and Description |
---|---|
static void |
EXIFUtilities.insertEXIFintoStream(OutputStream outputStream,
byte[] imageData,
int imageDataSize,
EXIFMetadata exif)
This method allows to parse the provided
EXIFMetadata object and put it into
the specified outputStream while copying back the JPEG encoded image referred by
the imageData argument. |
static void |
EXIFUtilities.replaceEXIFs(FileImageInputStreamExt inputStream,
EXIFMetadata exif)
Replace the EXIF contained within a file referred by a
FileImageInputStreamExt instance
with the EXIF represented by the specified EXIFMetadata instance. |
Modifier and Type | Method and Description |
---|---|
EXIFMetadata |
TurboJpegImageWriteParam.getExif() |
Modifier and Type | Method and Description |
---|---|
void |
TurboJpegImageWriteParam.setExif(EXIFMetadata exif) |
Copyright © 2006–2015 GeoSolutions. All rights reserved.