Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 384 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 384 Bytes

Description

This Rust program processes a collection of .jpg image tiles, arranges them into a grid, and creates a composite image. The input is a directory containing individual image tiles named with a specific format. The output is a composite image formed by arranging these tiles according to their positions.

Usage

<executable> <images directory> <target path>