A while back I made a tool for monochromising images. A discussion in another thread made me realise I’d never released it publicly, so I’m releasing it now as a standalone open source tool.
I have another tool that does mostly the same thing (implemented with a Powershell script), though obviously it must operate slightly differently to how GIMP does it:
(I’m presuming that, rather than using the average of the three channels, GIMP uses the value or saturation.)
At any rate, a lot of the time I can’t be bothered with messing around with sliders, I just want to figure out the operation I want and then bulk process all my images.
I could probably find out how to do it with GIMP’s command line, but most of the time it’s easier to just write something by hand for the simpler effects.