Tested tool guide
Tested browser tools
Checked August 16, 2026
What Long Image Joiner does, with a checked example
Long Image Joiner converts several separate image files into one continuous strip, with the images stacked from top to bottom or placed from left to right. It performs concatenation, so every source becomes a consecutive section rather than being blended like part of a panorama. The main surprise is that "seamless" describes one uninterrupted output image, not automatic removal of repeated screenshot areas or correction of mismatched edges. Crop unwanted overlap and check source dimensions before joining.
Worked example
A concrete input and expected output from the current implementation.
Input
Choose vertical joining. Add a 4 x 2 pixel PNG filled with red (#ff0000), followed by a 4 x 2 pixel PNG filled with blue (#0000ff).
->
Expected output
One 4 x 4 pixel image: rows 1 and 2 are red, and rows 3 and 4 are blue.
The common width remains 4 pixels. Vertical joining adds the two 2-pixel heights, producing a total height of 4 pixels.