xperseguers / t3ext-extractor

TYPO3 Extension extractor
https://extensions.typo3.org/extension/extractor
GNU General Public License v2.0
14 stars 23 forks source link

Extracted metadata for images results in ????????? in the fileds #43

Open simon-kloker opened 2 years ago

simon-kloker commented 2 years ago

For some reason several fields of extracted metadata results in ???????. This happens not for all images, but manly those of whichs metadata was updated with Microsoft products. A screenshot is attached, as well as the affected file. I am using the most current version. Metadata Error Lab_Child_pexels_mart_productions

:

xperseguers commented 2 years ago

Are you using any external tool or is this the result of pure PHP extraction?

simon-kloker commented 2 years ago

pure PHP extraction (at least I did not intentionally install any external tool). How can I check?

artus70 commented 10 months ago

I experienced a case when the title information in the JPG file was too long (> 255 characters). This resulted in an error message when saving the uploaded file.

xperseguers commented 7 months ago

I experienced a case when the title information in the JPG file was too long (> 255 characters). This resulted in an error message when saving the uploaded file.

This sounds like another problem and is to be solved with #74