Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iop parsing: make the PictureObject data size check less restricitve
I came across an implement (Kverneland Andex1304) which contains a PictureGraphics with 0x0 actual size and 0 raw data size. Later it contains the same PictureGraphics object with correct dimensions, but the parser bailed out on the first zero size.
- Loading branch information