work around mismatching predictors and broken image streams
A document in #109 has embedded images which are not displayed in Actobat, but there are objects for them. The images have too short data streams (comparatively to the image Size declared) and PNG predictors on some data rows different fromPredictor` on the image.
Image parser doesn't blow up on mismatching predictors
It makes an attempt to recover broken image streams naively - truncate data or append zeros.
work around mismatching predictors and broken image streams
A document in #109 has embedded images which are not displayed in Actobat, but there are objects for them. The images have too short data streams (comparatively to the image
Size
declared) and PNG predictors on some data rows different from
Predictor` on the image.