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
an 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
PNG-8 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
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 mess
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 requi
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