Playwright replaces Chrome CLI and ImageMagick | Generated by AI

Home 2026.05

Done. Here’s what changed:

Before: pandoc → Chrome CLI --screenshot → PNG → ImageMagick -trim → JPG
After:  pandoc → Playwright Chromium → direct JPG (exact content size)

Improvements from the Playwright rewrite:

Test result:

$ ww md md2jpg /tmp/test3.md
[1/2] markdown -> HTML
[2/2] HTML -> JPG (Playwright screenshot)
Done: /tmp/test3.jpg

$ file /tmp/test3.jpg
JPEG image data, 900x272, 20K   ← exact content size, no white space

Dependencies added:


Back Donate