07-30-2023, 09:39 AM
Ok, great.
I have an other question :
I would like my quick plug-in to re-use the options last used when calling the slow plug-in. As I noticed that gimp remembers the options of a plug-in when using it several times (instead of falling back to the default values defined in the register), I suppose that they are saved somewhere. I am wandering if I can access those options.
If not, what would be the best way of archiving the same result ? Saving the option's values in a file inside the plug-in folder ? In what format ? CSV ? Json ?
I have an other question :
I would like my quick plug-in to re-use the options last used when calling the slow plug-in. As I noticed that gimp remembers the options of a plug-in when using it several times (instead of falling back to the default values defined in the register), I suppose that they are saved somewhere. I am wandering if I can access those options.
If not, what would be the best way of archiving the same result ? Saving the option's values in a file inside the plug-in folder ? In what format ? CSV ? Json ?