Skip to content

donatj/imgavg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Average Generator

CI

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.

Operation

$ imgavg {dir} [outputFile]

Download

See 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)