(05-31-2019, 05:24 PM)remico Wrote: I've tried to learn howto translate it on a plugin for Gimp, with settings for clipLimit, tileGridsize, channel to process without success.
If you want a real plugin, then the plugin should work in RAM without requiring temp files. See here for an example plugin that moves layer data to a numpy array, processes it, and rebuilds a result layer from the numpy array.
My full collection of python plugins: http://sourceforge.net/projects/gimp-too...s/scripts/
Hop over in Scripting questions if you have more questions.