Uses of Class
it.geosolutions.imageio.plugins.exif.EXIFMetadata

Packages that use EXIFMetadata
it.geosolutions.imageio.plugins.exif   
it.geosolutions.imageio.plugins.turbojpeg   
 

Uses of EXIFMetadata in it.geosolutions.imageio.plugins.exif
 

Methods in it.geosolutions.imageio.plugins.exif with parameters of type EXIFMetadata
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.
 

Uses of EXIFMetadata in it.geosolutions.imageio.plugins.turbojpeg
 

Methods in it.geosolutions.imageio.plugins.turbojpeg that return EXIFMetadata
 EXIFMetadata TurboJpegImageWriteParam.getExif()
           
 

Methods in it.geosolutions.imageio.plugins.turbojpeg with parameters of type EXIFMetadata
 void TurboJpegImageWriteParam.setExif(EXIFMetadata exif)
           
 



Copyright © 2006–2013 GeoSolutions. All rights reserved.