10-24-2018, 08:18 PM
Not thinking about anyone in particular.
To any reader: Numpy isn't that hard; about the same difficulty as the Gimp API, I would say, so if you can master one, you can master the other. My recommendation is just to write/test the necessary functions outside of Gimp, using small arrays (5x5 max). When that works you can integrate it in a Gimp plugin. Debugging the Numpy code on real images is too much for a human brain.
To any reader: Numpy isn't that hard; about the same difficulty as the Gimp API, I would say, so if you can master one, you can master the other. My recommendation is just to write/test the necessary functions outside of Gimp, using small arrays (5x5 max). When that works you can integrate it in a Gimp plugin. Debugging the Numpy code on real images is too much for a human brain.