metadata-extractor icon indicating copy to clipboard operation
metadata-extractor copied to clipboard

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files

Results 130 metadata-extractor issues
Sort by recently updated
recently updated
newest added

Please can you add a module-info so that the lib is also usable with java 9+ ? If it needs to be compatible with java 8 than a multi-release lib...

This is the second step towards solving https://github.com/drewnoakes/metadata-extractor/issues/278 Port of these commits from https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302: 1. https://github.com/drewnoakes/metadata-extractor-dotnet/commit/309c29257806d9036b46273ade4c5f54e56302e4 2. https://github.com/drewnoakes/metadata-extractor-dotnet/commit/23ae9538525461060007998b756fee5dadb5aeb7 3. https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302/commits/168ea8e89fc1bde86fe09b2ba7d88cfd2a215bd9 4. https://github.com/drewnoakes/metadata-extractor-dotnet/pull/302/commits/4e965a095e63de9fe5a45d103557b70beeb1a1a2 The PR is built on top of #581

This is the third step towards solving https://github.com/drewnoakes/metadata-extractor/issues/278 Port of this commit: 1. https://github.com/drewnoakes/metadata-extractor-dotnet/commit/2338a37b91121edda9925585e5bba90ab15fb584 The PR is built on top of #584

This is the fourth and final step towards solving https://github.com/drewnoakes/metadata-extractor/issues/278 It includes: 1. ports of commits from https://github.com/drewnoakes/metadata-extractor-dotnet/pull/307 2. some bug fixes (I'll open a PR in metadata-extractor-dotnet) 3. a...

This is the first step towards solving #278 Port of this commit: https://github.com/drewnoakes/metadata-extractor-dotnet/commit/2281ceaad7dff2b8d6ccebadc992c758c6b964c2

We are looking to read metadata from a WebM file. WebM is a subset of the MKV standard and is documented here: https://www.webmproject.org/docs/container/ Examples are included here: https://www.webmfiles.org/demo-files/ https://commons.wikimedia.org/wiki/File:Volcano_Lava_Sample.webm

I'm using a `tif` file with `gdalinfo` command and the outputs is like this: ``` Driver: GTiff/GeoTIFF Files: odm_orthophoto.tif Size is 7671, 7781 Coordinate System is: PROJCS["WGS 84 / UTM...

the exception info is as follow https://github.com/drewnoakes/metadata-extractor/blob/2.16.0/Source/com/drew/metadata/exif/ExifTiffHandler.java#L385 ``` Exception Stack: at com.drew.metadata.exif.ExifTiffHandler.processAppleRunTime(ExifTiffHandler.java:385) at com.drew.metadata.exif.ExifTiffHandler.customProcessTag(ExifTiffHandler.java:251) at com.drew.imaging.tiff.TiffReader.processIfd(TiffReader.java:220) at com.drew.metadata.exif.ExifTiffHandler.processMakernote(ExifTiffHandler.java:645) at com.drew.metadata.exif.ExifTiffHandler.customProcessTag(ExifTiffHandler.java:207) at com.drew.imaging.tiff.TiffReader.processIfd(TiffReader.java:220) at com.drew.imaging.tiff.TiffReader.processIfd(TiffReader.java:214) at com.drew.imaging.tiff.TiffReader.processTiff(TiffReader.java:78) at com.drew.metadata.exif.ExifReader.extract(ExifReader.java:94) at com.drew.metadata.exif.ExifReader.extract(ExifReader.java:84)...

I try to extract a thumbnail from a JPG, but `exifThumbnail.getInt(ExifThumbnailDirectory.TAG_THUMBNAIL_OFFSET)` reports the wrong offset compared to `exiftool`, which has the correct value. I tried this on multiple Unsplash photos...

help wanted
format-jpeg
image-queue