dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

Return removed metadata as a map or list #87

Closed dragon66 closed 5 years ago

dragon66 commented 5 years ago

At the moment, removed metadata is dropped from the original image. It makes sense to return the removed metadata as a map of <MetadataType, Metadata> for further use.

dragon66 commented 5 years ago

Finished for JPEG image.

dragon66 commented 5 years ago

Finished for TIFF image