-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve handling of JPEG images without an EOI marker (issue 12841) #12842
Conversation
Given that the PDF document in the issue contains the same very large JPEG image *three* times, this patch includes a test-case where only the first page has been extracted from it.
0749e65
to
cd9422a
Compare
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/247daa431665c4d/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/247daa431665c4d/output.txt Total script time: 4.25 mins Published |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/c0521732ece537a/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/2131efc456ed4a3/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/2131efc456ed4a3/output.txt Total script time: 26.32 mins
Image differences available at: http://54.67.70.0:8877/2131efc456ed4a3/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/c0521732ece537a/output.txt Total script time: 28.30 mins
Image differences available at: http://3.101.106.178:8877/c0521732ece537a/reftest-analyzer.html#web=eq.log |
Thanks! /botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/ca4a4bf69f6f990/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 2 Live output at: http://3.101.106.178:8877/67ac383548244f8/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/ca4a4bf69f6f990/output.txt Total script time: 24.54 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/67ac383548244f8/output.txt Total script time: 26.08 mins
|
Given that the PDF document in the issue contains the same very large JPEG image three times, this patch includes a test-case where only the first page has been extracted from it.
Fixes #12841