Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Handle IndirectObject as image filter (#2355)
Previously, we might pass "4bits" as image mode to Pillow, leading to "ValueError: unrecognized image mode". Example: `lfilters = IndirectObject(26, 0, 139771595681120)`, whose `get_object()` would yield `['/FlateDecode']` (going into the else branch of the filter handling until now).
- Loading branch information