Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
plugin-py3-export-all
#1
I was looking for a plugin that exports all open files at once. I tried several plugins, but not a single one worked for me in Gimp 3.04. Then I tried to modify a plugin written in Scheme, but failed miserably. Sad

Then I decided to write one in Python myself. The result can be found here:
https://gitlab.com/CowboyJoe/plugin-py3-export-all
I develop on Linux and the plugin has some nice features I missed in other plugins. It still has a long Todo-list but I like it and it serves my needs.

A user who is using Windows told me the plugin does not work for her. Atm. I am not sure if the plugin was installed at the wrong location or the plugin just crahes.

Since I dont have Windows I downloaded Gimp 3.06 for Windows and tried to run gimp under wine., It starts, loads several plugins etc. but then crashes. And my plugin is not even installed yet. So no help there.

Since here are some people who know how to install a plugin under Windows I would like to ask you to install the plugin and send me the console output where some debug messages should appear.

To use the plugin do the following:
- open a file in Gimp 3.xx
- click File --> Export All (at the lower end of the menu) --> as PNG
- select an EMPTY folder to export to. Do not overwrite your existing files!
- untick the Export generated files only (otherwise the loaded file is skipped and is not written to disk)
- click OK

- on the export PNG window just click OK

The files then should appear in the specified folder.
Please send me the debug output on the console.
Thanks in advance.

CowboyJoe
Reply


Messages In This Thread
plugin-py3-export-all - by CowboyJoe - 5 hours ago

Forum Jump: