Re: Change Brush Rotation Angle - JSX Script
it can be done with AutoHotKey. I have several peices of code that work perfectly: press a hotkey to rotate the brush to the right by however many degrees you choose, and another hotkey to rotate the...
View ArticleSearch if a layersets with a specific name exist and execute a function if it...
Hello, How can i write a script that search if a layersets with a specific name exist and execute a function if it is the case? Some examples? Many thanks. Regards. Sebastien
View ArticleRe: Search if a layersets with a specific name exist and execute a function...
Are you comfortable with Action Manager code or do you prefer DOM code?
View ArticleRe: Search if a layersets with a specific name exist and execute a function...
javascript Extendscript
View ArticleRe: Search if a layersets with a specific name exist and execute a function...
That seems to indicate that you did not understand what I was talking about. Document Object Model code is usually better to read but runs slower and encompasses fewer of Photoshop’s functionalities...
View ArticleRe: Search if a layersets with a specific name exist and execute a function...
:-) Scripting is a hobby for me. I'm not a professional :-) Well I use both in my panels. But I prefer when I can easily read the code.
View ArticleRe: Search if a layersets with a specific name exist and execute a function...
This would check for a LayerSet if a name with DOM code – so it’s fairly slow. var check = checkForLayersetNamed(app.activeDocument, false, "thisName");alert (check);////// function collect all layers...
View ArticleRe: Search if a layersets with a specific name exist and execute a function...
Thank You. And if i want to merge this layer group how I insert it on you example dom code?
View ArticleRe: How to insert EXIF date time data on photo using Photoshop CS5.5
Before proceeding further, it is to be highlighted that the version being referred to is Photoshop CS5 Extended which is actually Photoshop Version 12.1 and is a part of Adobe Master Collection CS5.5....
View ArticleScript for Camera Raw Catch
Hi all,I'm trying to figure out a way to incorporate my script for opening files in Photoshop to catch if no Camera Raw settings have been done to the file yet. Currently, I open files using a droplet...
View ArticleRe: How to insert EXIF date time data on photo using Photoshop CS5.5
Did you read my append and xbytor2 append. There are many Scripts that add some EXIF date to images. Most do it by adding a text layer. An action could use such an script to add the text layer then...
View ArticleRe: How to insert EXIF date time data on photo using Photoshop CS5.5
Getting old and small type. Looked like ps 5.5. No problem scripting to get EXIF info into photos.
View ArticleRe: Search if a layersets with a specific name exist and execute a function...
Well, that is something quite different from what you asked in the original post. But you can insert whatever you like in the if-clause and merge() is a method of LayerSets anyway. if (theLayer.name...
View ArticleRe: Selecting the brightest pixels
I am done with this Script as my (superficial) testing seemed to reveal no problems with 8bit images. The operation works on the composite Channel so the individual RGB Channels may provide different...
View Articleneed 2 Scripts for Load Files in Stack and Export
Hi, I am in need of an extended script for Files load in stack, Script can load a Folder and subfolder as a grouped in a single document when its loaded the group contains the same name as subfolder...
View ArticleRe: Selecting the brightest pixels
Do you know what is the best and the quickest way to learn scripting? I want to learn, but i need a good teacher. It can be a good book, or video tutorials... or just a website... And how did you learn...
View ArticleRe: Search if a layersets with a specific name exist and execute a function...
Ok thank you very much for your help , time and effort
View ArticleIs there a script to replace this manual work I do, so it doesn't take ages?
Here I have posted screenshots of me selecting the brightest value of this image. I would like to have all this hard work automated. 1 Image = The image. Im going to find and select its brightest...
View ArticleRe: need 2 Scripts for Load Files in Stack and Export
I believe I understand what you want to do and feel it would be easier to do in a single script and that single script would be less demanding on your system then the two script approach. In your two...
View ArticleRe: Check the number of historysnapshots?
Many thanks I'll try your directions Have a nice weekend
View Article