Search found 36 matches

by Dormeur74
Wed Oct 05, 2016 8:48 am
Forum: Photoshop Scripting - General Discussion
Topic: Welcome back fellow developers!
Replies: 10
Views: 16213

Re: Welcome back fellow developers!

Hi, many thanks Kukurykus.
Of course, if I can help a workflow, it will be with pleasure. And if I have a problem in a script, I know where to ask my questions. As my PS version is 12, I am never sure my scripts will work because of possible deprecated functions (like in PHP).
by Dormeur74
Mon Oct 03, 2016 4:07 pm
Forum: Photoshop Scripting Bugs and Anomalies
Topic: 2014 TextItem.size bug
Replies: 4
Views: 12668

Re: 2014 TextItem.size bug

I never met any problem with font sizes. To avoid resolution difficulties, I think that the best way is to work in points (and restore the user's preference after process, of course). But the most important (I think), is to know and use in your scripts the Postscript name of the font you want to app...
by Dormeur74
Mon Oct 03, 2016 3:45 pm
Forum: Photoshop Scripting - General Discussion
Topic: Welcome back fellow developers!
Replies: 10
Views: 16213

Re: Welcome back fellow developers!

Thank you very much ami du sud-ouest. Very nice to meet you again and here.
by Dormeur74
Mon Oct 03, 2016 3:38 pm
Forum: Photoshop Scripting: Code Snippets
Topic: how to edit a script
Replies: 1
Views: 9744

Re: how to edit a script

Hi, If you want to apply a script to the photos that are in subfolders, I think that the best way is to use a recursive function. Here is an example I wrote to extract width and height of the photos found in a folder (and its subfolders, of course). Hope it will help. // Enables double clicking from...
by Dormeur74
Mon Oct 03, 2016 12:02 pm
Forum: Help Me
Topic: script automation from the focal length metadata
Replies: 1
Views: 3121

Re: script automation from the focal length metadata

Some information. Number of Exifs depend on your camera. Example : Nikon Df and Nikon D3x have different Exif numbers. But Exif codes are constant : 37386 gives the focal length. I think the following code could help you. #target photoshop app.bringToFront(); var nbExifs = app.activeDocument.info.ex...
by Dormeur74
Mon Oct 03, 2016 5:33 am
Forum: Photoshop Scripting - General Discussion
Topic: Welcome back fellow developers!
Replies: 10
Views: 16213

Re: Welcome back fellow developers!

Hi all,
Let me start by introducing myself.
68 old, retired since 1993. I live not far from Switzerland and my English is not really excellent.
Very nice to meet PS users and UI developpers.
So long !