09-16-2021, 10:41 AM
(This post was last modified: 09-16-2021, 10:42 AM by rich2005.
Edit Reason: Edit
)
(09-16-2021, 09:39 AM)aka Wrote: ..snip..Does someone please know how to change a color in a gimp image, but doing this through perl script ?
Changing a channel color would be prefect !
You are not going to get a gimp perl script to work without a gimp-perl module. The last time I used this was with PClinuxOS maybe 10 or 12 years ago, even then it was unusual to keep that package in the repo. Really it went out with Gimp 2.2 / 2.4
If you want to try your hand at compiling then the source is here: https://github.com/GNOME/gimp-perl Edit: interesting, updated for Gimp 2.10
All sorts of non-perl ways to change colours in an image, give details and I am sure there will be recomendations.