Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/donatj/imgavg
- Owner: donatj
- License: mit
- Created: 2012-10-23T05:20:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T06:13:32.000Z (about 1 year ago)
- Last Synced: 2024-11-12T16:16:48.888Z (3 months ago)
- Topics: image-average, image-processing
- Language: Go
- Homepage:
- Size: 765 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)