kritiksoman / GIMP-ML

AI for GNU Image Manipulation Program
https://kritiksoman.github.io/GIMP-ML-Docs/index.html
MIT License
1.39k stars 127 forks source link

4 channel png support #8

Closed ryx2 closed 4 years ago

ryx2 commented 4 years ago

I noticed that many of the plugins do not work if your input is a 4 channel png, could this support be added?

for an example, monodepth, it prints out a channel mismatch error, but this error is not printed if the image is 3 channel

kritiksoman commented 4 years ago

True. you need to remove the alpha channel before using any of the plugins. This will be fixed in the next version.