Simple easy collage generator for printing phtotos
Go to file
2024-08-09 02:18:41 -04:00
collage Fix wrong orientation in collage 2024-08-08 22:57:59 -04:00
web Frontend improvements 2024-08-09 01:51:52 -04:00
.gitignore add crop and few helpers 2023-08-11 22:16:24 -04:00
go.mod Fix wrong orientation in collage 2024-08-08 22:57:59 -04:00
go.sum Fix wrong orientation in collage 2024-08-08 22:57:59 -04:00
LICENSE Add README and LICENSE 2024-08-09 02:18:41 -04:00
main_test.go minor refactor 2023-09-01 15:13:54 -04:00
main.go Fix url path 2024-08-08 22:10:55 -04:00
Makefile Minor refactor 2023-09-19 22:59:47 -04:00
namegen.go Minor refactor 2023-09-19 22:59:47 -04:00
README.md Add README and LICENSE 2024-08-09 02:18:41 -04:00

Simple easy collage generator for printing phtotos

Features

  1. Minimal interface for ease of use
  2. Simple single binary deployment
  3. Plain vanilla web app
  4. Fetch photos from photoprism albums

Building

go build .

Usage

 ./collage-maker -h
Usage of ./collage-maker:
  -addr string
        Web listen address, see https://pkg.go.dev/go.balki.me/anyhttp#readme-address-syntax (default "127.0.0.1:8767")
  -collages-dir string
        Sets the collages dir (default "collages")
  -dev
        Serve local assets during development
  -photos-dir string
        Cache directory for downloaded photos (default "photos")
  -pp-token string
        API token for photoprism
  -pp-url string
        Base url for photoprism