Fax/PDF performance regression compared to focal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
imagemagick (Ubuntu) |
Triaged
|
High
|
Unassigned | ||
Jammy |
Triaged
|
High
|
Unassigned | ||
Kinetic |
Won't Fix
|
High
|
Unassigned |
Bug Description
I'm regularly using `convert` to turn a line-art PNM file to a PDF with Fax/Group4 compression.
This used to take a few seconds on focal.
I updated to jammy and it takes almost 5 minutes now!
$ time convert -verbose scan.pnm -compress Fax scan.pdf
scan.pnm PBM 5120x7138 5120x7138+0+0 1-bit Bilevel Gray 4.35672MiB 0.610u 0:00.487
scan.pnm=> GROUP4 5120x7138 5120x7138+0+0 1-bit Gray 124981B 284.590u 4:43.594
scan.pnm=> GROUP4 5120x7138=>76x106 76x106+0+0 1-bit Gray 242B 0.150u 0:00.134
scan.pnm=>scan.pdf PBM 5120x7138 5120x7138+0+0 1-bit Bilevel Gray 127042B 285.280u 4:44.267
real 4m44.795s
user 2m5.962s
sys 2m39.970s
Input image here: https:/
I tried to reproduce the issue with upstream https:/
Changed in imagemagick (Ubuntu Jammy): | |
status: | New → Triaged |
Changed in imagemagick (Ubuntu Kinetic): | |
status: | New → Triaged |
Changed in imagemagick (Ubuntu Jammy): | |
importance: | Undecided → Medium |
Changed in imagemagick (Ubuntu Kinetic): | |
importance: | Undecided → High |
Changed in imagemagick (Ubuntu Jammy): | |
importance: | Medium → High |
tags: | added: foundations-triage-discuss |
tags: | removed: foundations-triage-discuss |
Stephan: My suggestion would be to try to reproduce this upstream and file an issue with them so this can get fixed, as this is a community- maintained package.