Skip to content

pdf-filter: add RunLengthDecode stream support#162

Merged
Velli20 merged 1 commit into
mainfrom
rle
May 22, 2026
Merged

pdf-filter: add RunLengthDecode stream support#162
Velli20 merged 1 commit into
mainfrom
rle

Conversation

@Velli20
Copy link
Copy Markdown
Owner

@Velli20 Velli20 commented May 22, 2026

Recognize both /RunLengthDecode and /RL in the shared filter pipeline and decode them through a dedicated run-length implementation used by stream and image decoding paths.

Document the new filter in the crate overview and add unit coverage for literal and repeat packets,
end-of-data handling, truncation errors, and
filter-level stream decoding.

Recognize both /RunLengthDecode and /RL in the shared
filter pipeline and decode them through a dedicated
run-length implementation used by stream and image
decoding paths.

Document the new filter in the crate overview and add
unit coverage for literal and repeat packets,
end-of-data handling, truncation errors, and
filter-level stream decoding.

Co-authored-by: Codex <codex@openai.com>
@Velli20 Velli20 merged commit 2b60b68 into main May 22, 2026
2 of 3 checks passed
@Velli20 Velli20 deleted the rle branch May 22, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants