- Average images
- Download zip from the latest release.
- Extract files.
- Open command prompt where the exe is.
- Run Average_Images.exe -d "Directory where your images are"
- Wait!
- The averaged image should be put in the directory provided with the name average-image.png (If you did not change it)
Command | Description | Example |
---|---|---|
-d or -directory | Provide the directory of images. (Required) | -d "C:\image-directory" |
-t or -threads | The amount of threads the program will use. Defaults to 4. | -t 16 |
-o or -output | The location and name of the final image. Defaults to [the image directory]\average-image.png | -o "C:\image.png" |
-r or -resize | If present, will resize images to the size of the biggest image provided. | -r |
-existing | Only averages the pixels that are present on an image. | -existing |