Skip to content

A bin packing algorithm for rectangular images, a.k.a glorified image collage.

License

Notifications You must be signed in to change notification settings

warrenbocphet/gopack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A bin packing algorithm for rectangular images, a.k.a glorified image collage.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages