Re: Return Individual Values From Array as Variables
I mean the color value that has been assigned to it. Sorry, I had misunderstood you wanted to get colors from the composite Channels. As for the rest I’m not sure I understand what you want – why do...
View ArticleRe: Return Individual Values From Array as Variables
Sorry, I should have been more clear about that in my original post. In regards to wanting variables instead of an array, I'd like to use them to build the scriptUI and to also target specific channels...
View ArticleRe: Return Individual Values From Array as Variables
I see no reason not to do this with an Array.
View ArticleRe: Return Individual Values From Array as Variables
I'm sort of at a loss with arrays. My problem, when approaching arrays is that I don't understand how to pull the information from them. At this point, I understand how to set up the loop and run a...
View ArticleRe: Return Individual Values From Array as Variables
Maybe this can help a little: var doc = app.activeDocument;var theArray = new Array;for(var i = 0; i<doc.channels.length; i++){var aChannel = doc.channels[i];try {var theColor = aChannel.color}...
View ArticleRe: Calculating width height in script
Sir i have tried collage script by downloading it . but I am not able to use it properly or it may be not useful in my case. and also i m no knowledge of scripting so pls do a favour for me,...
View ArticleRe: Return Individual Values From Array as Variables
Thank you! With a little discovery time with that snippet, I'm starting to see how it works. I'm sure I'll have plenty more questions in the future though!
View ArticleRe: Move a layer/layerset into a layerset using ID only
move(1st argument , 2nd argument) 1st argument:the layerSet or another layer 2nd argument:once layerSet has been set, this will set the layer in 1 of these 3 options:// there are 3 types of...
View ArticleRe: Calculating width height in script
You do not need a new script. All you need to do is create a PSD template adhering to my four rules. They are very simple. The Four Rules:Size the photo collage templates for the print size you want -...
View ArticleHow can i rotate and crop a lot of images (tiff) automatically?
I have over 5000 images scanned.How can i tranform this image in this image?
View ArticleRe: How can i rotate and crop a lot of images (tiff) automatically?
Try this link on auto crop and straighten: http://www.photoshopessentials.com/photo-editing/crop-straighten/
View ArticleRe: How can i rotate and crop a lot of images (tiff) automatically?
Adding to csuebele’s advice: Automating saving the resulting files from Crop and Straighten has come up before. http://forums.adobe.com/message/4540576#4540576#4540576
View ArticleHow can I write Binary to a file
I export a .ccb( cocosbuilder source file is a xml file) file use jsx , I want to format the file to .ccbi file (a Binary file) how can I write Binary to a file?
View ArticleNeed RegExp on the String
Hi Everyone, This is Vijay and I need reg expression on the below mentioned word. Example: ISBN: 978-0-596-80252-3 Reg Expression was reISBN=/(ISBN[\:\=\s][\s]*(?=[-0-9xX ]{13})(?:[0-9]+[-...
View ArticleResize font to fill text box
Hello, Please see the attached image - a text layer in Photoshop, with some text in it. The text fills only about half of the text box; is there a way by which using photoshop scripting I can resize...
View ArticleRe: How can I write Binary to a file
You need to set the encoding propertyof your File object to 'BINARY' before opening it.
View ArticleCan the scripts event manager distinguish between one program or another?
I am exporting tiff files from Capture one into CS5. I currently have the event manager set to Open Document then run a specific action. What I need to know is can the "Open document" event be narrowed...
View ArticleRe: Can the scripts event manager distinguish between one program or another?
I do not use Capture One, but my adive would be to analise in detail all metadata inside the files that come from there, trying to identify any exclusive C1 Pro metadata property. If true, you can...
View ArticleRe: Need RegExp on the String
Sorry, if I have misunderstood. Your question is a little bit confusing and my english isn't the best. ISBN:\s?[0-9xX-]{17} will find e.g. ISBN: 978-0-596-80252-3 School Code:\s\d{8} will...
View ArticleRe: Resize font to fill text box
I think this thread is related to what I am looking for, unfortunatley it does not provide a solution: http://ps-scripts.com/bb/viewtopic.php?f=9&t=5344&p=25507&hilit=resize...
View Article