Re: [python-win32] DoAction problem

2019-07-28 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

Re: [python-win32] DoAction problem

2019-07-27 Thread Sylvain . Fejoz
I can find reference to psApp tasks like "DoAction", "Export", the parameters they need, etc.? It seems that it is not so easy. Well, this is maybe again a very naive question. Thank you. De :"Tim Roberts" A : "Python-Win32 List" Date : 26.07.2

Re: [python-win32] DoAction problem

2019-07-27 Thread Sylvain . Fejoz
bit Again, if these questions are too basic or the needed answers too elaborated, just forget it ; I have a lot to learn :) De :"Dennis Lee Bieber" A : python-win32@python.org Date : 25.07.2019 18:43 Objet : Re: [python-win32] DoAction problem Envoyé par :"python-win32&quo

Re: [python-win32] DoAction problem

2019-07-25 Thread Tim Roberts
sylvain.fe...@ville-ge.ch wrote: Some little progress : Problematic code modified : psApp.DoAction('jpg_q8','Default Actions') # where 'jpg_q8' is the recorded action and 'Default Actions' the folder where the action is saved. Right -- the "action set" in Photoshop terms. No more error

Re: [python-win32] DoAction problem

2019-07-25 Thread Sylvain . Fejoz
required :) De :sylvain.fe...@ville-ge.ch A : python-win32@python.org Date : 25.07.2019 12:15 Objet : [python-win32] DoAction problem Envoyé par :"python-win32" Hello. New in Python and coding. My goal : Apply recorded actions in Photoshop to many folders and

Re: [python-win32] DoAction problem

2019-07-25 Thread Tim Roberts
sylvain.fe...@ville-ge.ch wrote: New in Python and coding. My goal : Apply recorded actions in Photoshop to many folders and subfolders containing images. My inspiration : Web page explaining a Python code using pywin32 : https://vsfxryan.com/portfolio/python-photoshop-action-scripts/, but

[python-win32] DoAction problem

2019-07-25 Thread Sylvain . Fejoz
Hello. New in Python and coding. My goal : Apply recorded actions in Photoshop to many folders and subfolders containing images. My inspiration : Web page explaining a Python code using pywin32 : https://vsfxryan.com/portfolio/python-photoshop-action-scripts/, but I do not want to define