Search found 1 match

by filmkorn
2019-06-27T18:56:24-07:00
Forum: Bugs
Topic: Possible regression reading DPX files
Replies: 1
Views: 10784

Possible regression reading DPX files

Hello,

We've encountered an error trying to run identify or convert on some DPX files.

identify: ImproperImageHeader
' @ error/dpx.c/ReadDPXImage/744.

I'm assuming this relates to these lines:

if (dpx.file.industry_size > GetBlobSize(image))
ThrowReaderException(CorruptImageError ...