G'MIC 2.9.9: Specialization of `+custom_command`

What’s cool with it is that it is just an extension of the existing system, so everything is backward-compatible without changing anything.
The only difference is that you can now define functions such as

+func : 
  echo "do something for specializing +func"

I’ve started using this feature in stdlib 2.9.9 (so far for mse and psnr).
I’ll try to find other places where it is useful.