Retrieved Image contains no metadata for PNG files
See original GitHub issueI am making a request for image files with metadata as follows:
dbxClient.files() .listFolderBuilder(path) .withIncludeMediaInfo(true) .start();
However, in the response that comes back, FileMetadata.getMediaInfo() = null
for half of my images.
Any reason why this is happening, or what am I doing wrong?
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
[BUG] Metadata lost on PNG files · Issue #2573 - GitHub
Describe the bug Many metadata are not recognized on PNG files. To Reproduce Compare results of iinfo and exiftool on the provided PNG...
Read more >Picture file information display - Microsoft Community
Does PNG contain EXIF data like JPG? The metadata you are seeing in Photo Gallery is archived in a proprietary. file named Pictures.pd6...
Read more >How do I save custom information to a PNG Image file in ...
You can store metadata in Pillow using PngImagePlugin.PngInfo like this: from PIL import Image from PIL.PngImagePlugin import PngInfo ...
Read more >Show xmp Metadata for png files in Media Library
We would like to retrieve keywords and labels assigned to .png files – which AFAIK cannot store this Metadata natively. Having these available...
Read more >How to Obtain Valuable Data from Images Using Exif Extractors
Metadata contained in images and other files can give away a lot more information than the average user might think.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We can’t make any promises, but we’ll consider this a feature request for media metadata for PNG files.
Thanks @greg-db for relaying this information to our server team. I’m going to close this on the Java SDK project here.