Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
several register by python file ?
#4
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.
Reply


Messages In This Thread
RE: several register by python file ? - by Ofnuts - 07-25-2023, 09:59 PM
RE: several register by python file ? - by Ofnuts - 07-30-2023, 05:32 PM

Forum Jump: