Re: [python-win32] DoAction problem

2019-07-27 Thread Tim Roberts
On Jul 26, 2019, at 8:05 AM, sylvain.fe...@ville-ge.ch wrote: > > My photoshop action is doing : > - Open > - Smart sharpen > - Convert to Profile current document > - Save > - Close > > If Pillow is also able of "smart sharpening" and "converting to Profile > current document", your sugge

Re: [python-win32] DoAction problem

2019-07-27 Thread Sylvain . Fejoz
My photoshop action is doing : - Open - Smart sharpen - Convert to Profile current document - Save - Close If Pillow is also able of "smart sharpening" and "converting to Profile current document", your suggestion is very promising. Is there any place on the Web where I can find reference to ps

Re: [python-win32] DoAction problem

2019-07-27 Thread Sylvain . Fejoz
Thanks to Mr Bieber too for the explanations and for the triathlon image, I agree with it. As already said, I would be grateful for any advice about getting any reference to the functions DoAction, Export, etc. I am also wondering how, in the following code (source again : https://vsfxryan.com