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
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. No more error message, but... no result : my tif files are not transformed to jpg files. Help

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