Skip to content

Simple command line tool to stitch multiple images into one

Notifications You must be signed in to change notification settings

grimace87/Stitchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stitchy

Stitchy is an ecosystem of tools for joining multiple images together with good performance and a simple interface. The core component is the stitchy-core crate written in the Rust language, while interface applications are also available for the command line and as an Android app.

Configuration options include:

  • Output format, supporting PNG, JPEG and more
  • Alignment of input images in the output
  • Output image size limits

More options are available, depending on the component.

Components

Examples

Images of the same size will stitch together neatly:

Input files Output
Sample 1 Sample 2 Sample Output

If the images are more irregular in shape, the tool will attempt to arrange them as neatly as possible, and scale some images in the process:

Input files Output
Sample 1 Sample 2 Sample 3 Sample 4 Sample Output

About

Simple command line tool to stitch multiple images into one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages