07-30-2023, 05:32 PM
Using the plugin directory itself is dangerous, because the plugin could be installed for the system and so in a directory which is read-only when the plugin is run. using os.path.join(gimp.directory,'plugin-name' seems to be a popular option.
For the formatt CSV, is a pain. If you read & write from your code, JSON is somewhat easy.
For the formatt CSV, is a pain. If you read & write from your code, JSON is somewhat easy.