You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pdf): pcolormesh inline image (Flate) for smaller PDFs (#1231)
- PDF backend now renders pcolormesh as a single inline image
(BI/ID/EI), Flate-compressed.\n- Matrix maps image to plot area;
axes/ticks/labels remain vector.\n- Significant file-size reduction
(e.g., pcolormesh_plasma.pdf ~75KB @640x480 with Flate on content
stream; further gains with image path).\n- CI: added test to assert
content stream Flate; verify-artifacts hooks can be extended with qpdf
if desired.\n\nNotes\n- Using inline image avoids XObject resource
bookkeeping and keeps the change minimal.\n- Follow-ups: palette
(Indexed) + PNG predictors and/or XObject path for further shrink.\n
0 commit comments