Closed jrenggli closed 4 years ago
When having a look at TYPO3 instances in production I see several values that are not "valid". e.g.
I don't know where these values come from. Maybe it's from an updated version of exiftool
command. Currently I'm using version 10.10 and 10.40
IMHO Utility/ColorSpace
should only pass "valid" strings. I don't know if we could map values to "valid" ones. As last resort I suggest to return an empty string.
@xperseguers: What do you think? If you agree I could try to create a PR adjusting Utility/ColorSpace
.
yes please do so.
looks ok, can you please create the PR?
ok, PR was not linked to that ticket but is merged. Thanks.
Sometimes I experience a DriverException with the following message
In my case this exception has been caused by
color_space
being set to "Uncalibrated" byExifToolService
. This value is both too long and not defined in the items list for color_space.