Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am beco on github.
  • I am beco (https://keybase.io/beco) on keybase.
  • I have a public key ASCG74jP_7KyUEu1cfAoVYxr8UhGqDdlEAuvyghEtsq8bgo

To claim this, I am signing this object:

@beco
beco / merge.sh
Created July 3, 2017 15:45
Sums up a series of photos using the lighten part and returns a single image
#!/bin/bash
############################################################
# Usage:
# ./merge.sh DIRECTORY
#
# Where:
# DIRECTORY - path to a folder where all images to be
# blended are at.
#