Liking cljdoc? Tell your friends :D

com.blockether.spel.stitch

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.
raw docstring

read-imageclj

(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.)
sourceraw docstring

stitch-verticalclj

(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.
sourceraw docstring

stitch-vertical-overlapclj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close