Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/donatj/imgavg

A simple go tool to average a collection of images faster than Photoshop.
https://github.com/donatj/imgavg

image-average image-processing

Last synced: about 1 month ago
JSON representation

A simple go tool to average a collection of images faster than Photoshop.

Awesome Lists containing this project

README

        

# Image Average Generator

[![CI](https://github.com/donatj/imgavg/actions/workflows/ci.yml/badge.svg)](https://github.com/donatj/imgavg/actions/workflows/ci.yml)

Adds a directory of images together, pixel by pixel, and divides by the number of images to generate an average.

Licensed under the [MIT license](http://www.opensource.org/licenses/mit-license.php).

## Operation

```bash
$ imgavg {dir} [outputFile]
```

## Download

See [Releases](https://github.com/donatj/imgavg/releases).

## Usage

imgavg /path/to/images [outputfilename.png]

## Limitations

- All images must be exactly the same size
- 7.2340173e16 Images Maximum (You'll probably run out of memory first)