./graphics/stitchy, Simple command line tool to stitch multiple images into one

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.6, Package name: stitchy-0.1.6, Maintainer: pin

Joins multiple existing image files into a single output.
Supports various flags for arranging the output or scaling down to desirable
dimensions.

Images of the same size will stitch together neatly:

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.


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-02-15 22:10:23 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/stitchy: update to 0.1.6

  - (BREAKING) Added traits FileLocation and FileProperties, where ImageFiles
    is generic over those
  - (Credit: Friendly-Banana) Removed edge cases in grid layout to make it more
    intuitive
  - Updated to support stitchy-core 0.1.1
   2023-04-29 17:56:31 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/stitchy: update to 0.1.5

0.1.5 (April 29, 2023)
 - Moved much of the inner workings to the new stitchy-core crate, which is
   now a dependency
 - Completely changed the flags used for controlling selection of source files
   in the current directory
 - Added input/output file sizes and ratio to console output
 - Fix: saving as non-JPEG when defaults specify JPEG with quality no longer
   fails
 - Unit testing: several tests confirming expected output dimensions given
   input dimensions
   2022-04-22 09:38:56 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/stitchy: update to 0.1.4

- Updated to Rust 2021
- Updated dependencies (structopt to 0.3.26, image to 0.24.0)
- Print output file size in terminal output
- Added ability to save defaults that will apply automatically were not
  overridden
   2022-03-06 09:46:01 by pin | Files touched by this commit (3) | Package updated
Log message:
graphics/stitchy: update dependencies

-Not a new release but some code clean-up and updated crate dependencies.
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2021-08-03 11:02:49 by pin | Files touched by this commit (1)
Log message:
graphics/stitchy: simplify Makefile
   2021-01-01 18:18:06 by pin | Files touched by this commit (5)
Log message:
graphics/stitchy: import package

Joins multiple existing image files into a single output.
Supports various flags for arranging the output or scaling down to desirable
dimensions.

Images of the same size will stitch together neatly:

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.