Ronounours wrote:
Hello.
Maybe one question, could you precise if you are interested to process your image from the command line, or from the G'MIC plug-in for GIMP ?
Sorry; that was sloppy of me. The command line.
Quote:
If you are using the CLI tool, the command '-fill' can help, like this for instance :
$ gmic input.jpg -fill "[(R+G)/2,(R+B)/2,(G+B)/2]" -o output.jpg
The syntax of the formula can be in fact really complex, so you are not really limited in the things you can compute.
Thank you. That's possibly the best forum answer I've ever had! Excellent news and that little code snippet tells me so much!