Vertical image stitching via Playwright browser rendering. Combines multiple screenshot PNGs into one by rendering them as HTML and taking a full-page screenshot — no AWT/ImageIO dependency.
Vertical image stitching via Playwright browser rendering. Combines multiple screenshot PNGs into one by rendering them as HTML and taking a full-page screenshot — no AWT/ImageIO dependency.
(read-image path)Reads an image file and returns its base64 encoding. (Replaces the old AWT BufferedImage version.)
Reads an image file and returns its base64 encoding. (Replaces the old AWT BufferedImage version.)
(stitch-vertical paths out-path)Stitch multiple images vertically into one PNG using Playwright. Returns the output path.
Stitch multiple images vertically into one PNG using Playwright. Returns the output path.
(stitch-vertical-overlap paths out-path {:keys [overlap-px] :or {overlap-px 0}})Stitch images vertically, overlapping by overlap-px pixels.
Uses negative margin to overlap subsequent images.
Stitch images vertically, overlapping by `overlap-px` pixels. Uses negative margin to overlap subsequent images.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |