Example:

---------------------------------------
mycode.py

#!/usr/bin/python

import sys
import mypackage
image_files = sys.argv[1:]

for imf in image_files:
  mypackage.monkey_with(imf)
-------------------------------------------

I'd like shotwell to make a shell call to mycode.py,
passing the selected photos.

I expect this is not feasible.

Maybe consider it a duplicate of the wish list item to copy selected image
file names to the clipboard. That would provide a (somewhat clunky) way
to leverage Shotwell as a gui for image processing code.

I see Shotwell will only offer "External Editor" when a single image
is selected.
Could multiple images be sent to an external editor?

Thanks,
Kent
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to