Search found 36 matches

by Dormeur74
Wed Mar 11, 2020 2:57 pm
Forum: Help Me
Topic: photographer no coding experience
Replies: 4
Views: 8021

Re: photographer no coding experience

Hi Kylegas, This is not so difficult to write. I have just written a script like this for Drocky. His specification : Stacking Script From Folder 1. Dialog box needs to open asking the location of the directory containing images (documents in the directory will either be TIFF or JPG). 2. Photoshop n...
by Dormeur74
Wed Mar 11, 2020 8:48 am
Forum: Photoshop Scripting Services
Topic: Stacking Script Needed
Replies: 2
Views: 9347

Re: Stacking Script Needed

May be this script will arrive after the battle, may be not. :P
Your steps were respected.
by Dormeur74
Tue Mar 10, 2020 12:40 pm
Forum: Automation & Image Workflow
Topic: Runing Action Name via Script
Replies: 4
Views: 28565

Re: Runing Action Name via Script

It is possible, in a script, to know the number and the names of the ActionSets (loaded) and the number and names of the Actions included. But how to know which action is active when there are more than one ? It is so simple to insert the action name in the metadatas of the active document at the be...
by Dormeur74
Mon Mar 09, 2020 5:10 pm
Forum: Help Me
Topic: photographer no coding experience
Replies: 4
Views: 8021

Re: photographer no coding experience

This is possible ; but may be too late ?
by Dormeur74
Mon Mar 09, 2020 4:07 pm
Forum: Help Me
Topic: open all file
Replies: 1
Views: 4032

Re: open all file

You are lucky, my English is worse than yours. But I hope you will understand me 8 months later.. You cannot work with an alphanumeric order. I propose to create a second table to sort the first in ascending order of values. Exemple : /****************************************************************...
by Dormeur74
Mon Nov 28, 2016 11:00 am
Forum: Help Me
Topic: icon to binary/hex code !
Replies: 5
Views: 8822

Re: icon to binary/hex code !

Of course you can. As it is possible to open and load a text chain, it is possible to put the whole (chain and object name) in an array. It is normal that you cannot understand the code you gave us, because there are too many errors inside. I think you ought to learn ScriptUI first. Serialization of...
by Dormeur74
Mon Nov 28, 2016 7:39 am
Forum: Help Me
Topic: icon to binary/hex code !
Replies: 5
Views: 8822

Re: icon to binary/hex code !

Hi wasfiwasfi, The name of this process is "serialization". It will be easier through an example. You create a folder in which you paste 2 files : - the following script : serialization.jsx // MAC Finder ou WINDOWS Explorer, on autorise le double clic et on fait passer Photoshop au 1er pla...
by Dormeur74
Sun Nov 20, 2016 2:10 pm
Forum: Help Me
Topic: DropDownList of all system font !!
Replies: 4
Views: 5455

Re: DropDownList of all system font !!

You are lucky, I found my script on the computer I had last year 8-) /****************************************************************************************************************************** Author : Michel Rohan (Annecy) - 2015 May 25th - http://www.planete-Blue.net **************************...
by Dormeur74
Sun Nov 20, 2016 9:51 am
Forum: Help Me
Topic: DropDownList of all system font !!
Replies: 4
Views: 5455

Re: DropDownList of all system font !!

Hi wasfiwasfi, Excuse my poor English, I shall try to be as clear as possible. There is a way to create a font dropdownlist, but there are three problems : 1) DropDownList UI object did not exist before CS2. If the function var PhotoshopVersion = parseInt (app.version); returns a value < 9, you can ...
by Dormeur74
Wed Oct 05, 2016 9:18 am
Forum: Help Me
Topic: Setting Color differences
Replies: 1
Views: 3059

Re: Setting Color differences

I think it is useful to create an instance of any object, like in a true object langage. This is not obligatory in PSscripting if your code is very short. But in a 800 lines code using different variables on the same model, you must work with instances. Just a last word : your second code cannot wor...