Package adams.flow.transformer.exiftagoperation
-
Interface Summary Interface Description ExifTagExistsOperation<I> Interface for EXIF tag exists operations.ExifTagOperation<I,O> Interface for EXIF tag operations.ExifTagReadOperation<I,O> Interface for EXIF tag read operations.ExifTagRemoveOperation<I,O> Interface for EXIF tag removal operations.ExifTagWriteOperation<I,O> Interface for EXIF tag write operations. -
Class Summary Class Description AbstractApacheCommonsExifTagOperation<I,O> Ancestor for EXIF tag operations using the Apache Commons Imaging library.AbstractExifTagOperation<I,O> Ancestor for operations on EXIF data.ApacheCommonsExifTagExists Checks whether the specified tag is present in the the file.ApacheCommonsExifTagRead Reads the specified tag from the file and forwards the information.ApacheCommonsExifTagRemove Removes the specified tag from the file.ApacheCommonsExifTagWrite Sets the specified tag value in the file.