A GIMP plugin that merges all layers in an image by taking the average value of each pixel. Useful for noise reduction
Replace the version of GIMP in the paths below as needed.
- Move this plugin into the
%appdata%/GIMP/2.10/plug-ins/
directory - Restart GIMP
- Move this plugin into the
~/.gimp-2.10/plug-ins/
directory - Make the file executable with
chmod +x ~/.gimp-2.10/plug-ins/average-layers.py
- Restart GIMP
- Move this plugin into the
~/Library/Application\ Support/GIMP/2.10/plug-ins/
directory - Make the file executable with
chmod +x ~/Library/Application\ Support/GIMP/2.10/plug-ins/average-layers.py
- Restart GIMP
- Select
File ➙ Open as Layers...
to open the images you wish to blend. - Select
Image ➙ Average Layers
This project is released into the public domain. See the LICENSE for details. Attribution is appreciated but not required :)
The original version of this plugin was created by Oona Räisänen (2012-2015, public domain). I have added some small features to make it more usable in production like an undo group and progress bar.
Find this project useful? Sponsoring me will help me cover costs and commit more time to open-source.
If you can't donate but still want to contribute, don't worry. There are many other ways to help out, like:
- 📢 reporting (submitting feature requests & bug reports)
- 👨💻 coding (implementing features & fixing bugs)
- 📝 writing (documenting & translating)
- 💬 spreading the word
- ⭐ starring the project
I appreciate the support!