Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 650 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 650 Bytes

Description

A simple CLI tool to aggregate low resolution images into a decent wallpaper. In another word, an image collage.

Usage

./packer [OPTIONS]

    -p, --path      Full path to folder containing images
    -w, --width     Width of the result image/wallpaper
    -h, --height    Height of the wallpaper  
    -o, --output    Full path to output image

Example

./packer -p "/home/atran/Desktop/inspiration" \
-w 1920 \
-h 1080 \
-o ./wallpaper.png

Notes

I don't own any of the art in this repo. Feel free to make an PR to fix that