thiagowfx's avatar

¬ just serendipity 🍀 (not just serendipity)

flameshot: collating multiple screenshots

• 45 words • 1 min

Previously.

Flameshot doesn’t support collating multiple screenshots together. This has been requested (which duplicates #1130), but remains unimplemented.

The amazing ImageMagick (convert) comes to the rescue as always:

shell
# vertical collage
convert screenshot1.png screenshot2.png -append combined.png

# horizontal collage
convert screenshot1.png screenshot2.png +append combined.png