dragon66 / icafe

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

Add native metadata like JPEG APP0, APP12, APP14 etc to MetadataType #12

Closed dragon66 closed 5 years ago

dragon66 commented 9 years ago

Currently, the MetadataType enum only supports common meta data types which could be found in more than one image/media formats - like EXIF, ICC_PROFILE, IPTC, PHOTOSHOP IRB, XMP etc. We need to add native metadata types as well.

dragon66 commented 9 years ago

Added JPEG APP12 and APP14 support.

dragon66 commented 9 years ago

Added PNG textual chunk support

dragon66 commented 9 years ago

Added PNG tIME chunk support

dragon66 commented 9 years ago

Added JPEG APP0 (JFIF with thumbnail) support