Search found 36 matches
- Sat Jan 14, 2023 7:44 am
- Forum: Help Me
- Topic: Import a txt file into the note tool?
- Replies: 2
- Views: 3836
Re: Import a txt file into the note tool?
The whole script with creation of a PDF file (A4 size). #target photoshop // MAC Finder ou WINDOWS Explorer for double click app.bringToFront(); // Photoshop in foreground app.displayDialogs = DialogModes.NO; // No dialog boxes // Set the user's grafical rulers preference in a variable var userRuler...
- Fri Jan 13, 2023 5:26 pm
- Forum: Photoshop Scripts: Beta Testing
- Topic: Autoframe
- Replies: 1
- Views: 8825
- Fri Jan 13, 2023 5:15 pm
- Forum: Photoshop Scripts: Beta Testing
- Topic: Photosphere
- Replies: 15
- Views: 160077
Re: Photosphere
No I did not sleep.
I was ill (since long). Regards.

I was ill (since long). Regards.
- Fri Jan 13, 2023 4:59 pm
- Forum: Help Me
- Topic: Import a txt file into the note tool?
- Replies: 2
- Views: 3836
Re: Import a txt file into the note tool?
Hi all, I wish you a happy New Year. I had not your A.png and created one (1000 px x 1000 px) on my D:\ drive. #target photoshop var docPath = Folder("/D/Scripting-PS"); main(); function main(){ var docRef = open(File(docPath+"/A.png")); //declare listFile variable for text file ...
- Sun Jun 14, 2020 10:57 am
- Forum: Help Me
- Topic: Script for masking multiple layers
- Replies: 2
- Views: 4332
Re: Script for masking multiple layers
I need to perfectly understand your need if you want I help you.
You have a PM to read. Regards.
You have a PM to read. Regards.
- Sat Jun 13, 2020 8:59 am
- Forum: Help Me
- Topic: Script for masking multiple layers
- Replies: 2
- Views: 4332
Re: Script for masking multiple layers
Hi drewvis,, this not very difficult. I send you a PM with my email address. I need a PSD file with a mask that you want to apply to multiple layers.
When the job will be done, I shall copy the script here.
Regards.
When the job will be done, I shall copy the script here.
Regards.
- Wed Mar 25, 2020 10:37 am
- Forum: Help Me
- Topic: How to bypass the error "The command [name] is currenly unavailable"
- Replies: 3
- Views: 16008
Re: How to bypass the error "The command [name] is currenly unavailable"
It would be better to give us either the whole script, or the block of lines just before the function copy(). Not possible to help or to find the bug. I think you are copying a part of a layer where there is nothing. If your instruction is in a main function, set a "return;" command just b...
- Fri Mar 20, 2020 9:45 am
- Forum: Photoshop Scripts: Beta Testing
- Topic: Photosphere
- Replies: 15
- Views: 160077
Re: Photosphere
Bonjour txuku, J'ai préféré masquer le code tant que l'outil n'était pas finalisé. Si tu télécharges à nouveau ce script, tu trouveras les modifications suivantes : - maintenant on peut choisir une matrice de 2x2, 3x3,...8x8 photos. - j'ai ajouté une ombre sur la sphère pour ajouter du volume 3D (ra...
- Thu Mar 19, 2020 6:26 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Place new layers on layers generated by photomerge
- Replies: 1
- Views: 7018
Re: Place new layers on layers generated by photomerge
I sent you a MP two days ago. Did you read it ?
- Thu Mar 19, 2020 5:20 pm
- Forum: Photoshop Scripts: Beta Testing
- Topic: Photosphere
- Replies: 15
- Views: 160077
Re: Photosphere
You are right, thank you very much.