Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Browsing all 27456 articles
Browse latest View live

Re: Photoshop CC - Mac: Open-window ALWAYS open in LEFT CORNER

Also note that I do not like working in "Application Frame" layout... nor do I work with Tabs.How about "Full Screen Mode With Menu Bar" (F)?

View Article


Re: Adding two selections in a non regular way

Actually the Magic Wand Tool is not needed, one can simply grow the intersected Selection (edit: of the resulting Path and Channels A and B).

View Article


Re: Adding two selections in a non regular way

Im trying to create this space which i have in my head. It is a part of a design im working on. I havent achieved it yet, so i cannot show it yet. I take photos of things like water bubbles, leaves,...

View Article

Re: Adding two selections in a non regular way

This works on the last two channels in an image. // create selection based on two channels;// only thoseelements from a are maintained which completely enclose an element from b;// channels need to be...

View Article

Re: Adding two selections in a non regular way

Dear Christoph how do i run the script? load selection A, run script, then load B, then run the script again?

View Article


Re: Adding two selections in a non regular way

No, the Script uses the last two Channels in the active file.

View Article

Rename Layers: Find and Replace style renaming

In Illustrator, you can use the following to find and replace layer names: var doc = app.activeDocument;  // name indexed object  var layernames = {  'Bob':'Bob Front'};  // loop through all layers...

View Article

Save As: Repeatedly lowering JPEG quality

Hello! My knowledge of Photoshop Scripting is basically zero, but I'm looking for a way to basically replicate these effects: Effect of repeated JPEG compression on image quality and content –...

View Article


Image may be NSFW.
Clik here to view.

Re: Adding two selections in a non regular way

So i dont need to load selections?  because i tried running the script in this way but nothing happenedHere, i simply run the script having the file with two alpha channels... but it doesnt seem to be...

View Article


Re: Adding two selections in a non regular way

Change the line #target "photoshop-70.032"to #target photoshopand try again.

View Article

Re: Rename Layers: Find and Replace style renaming

What are var layernames = { 'Bob':'Bob Front'}; and if (layernames[currentLayer.name]) supposed to do? Is that even JavaScript?  Also you should consider that Layers that reside in a Group are filial...

View Article

Re: Save As: Repeatedly lowering JPEG quality

I guess there must be plenty of Scripts about that save as jpgs. Re: combine "Save As" with suffix for file's nameRe: adding suffix to file name and re-saving You can use the pertinent code from those...

View Article

Image may be NSFW.
Clik here to view.

Re: Adding two selections in a non regular way

Thank You it worked, but something didnt go very well...image 1: as you can see i run the script.. i am asked to confirm channels... ( would it be possible to get rid of this confirmation window...

View Article


Re: Adding two selections in a non regular way

Can you provide the file? I suspect the segment you want to produce a result but does not may overextend.To make the Script more "tolerant" you could reduce the percentage in the lineif...

View Article

Image may be NSFW.
Clik here to view.

Re: Adding two selections in a non regular way

How can i provide the file?Does reducing percentage make the result less accurate? because to me every pixel counts... i would like to see no changes in the areas that remain after the script is run.So...

View Article


Re: Adding two selections in a non regular way

To abandon the confirmation dialog mark out or delete the lines // confirm theh two channels;var theCheck = confirm("please confirm\nchannel a is "+channelA.name+"\nchannel b is "+channelB.name);if...

View Article

Image may be NSFW.
Clik here to view.

Re: Adding two selections in a non regular way

since i deleted these lines, the script stops at this point... how can i fix it please? // confirm theh two channels;var theCheck = confirm("please confirm\nchannel a is "+channelA.name+"\nchannel b is...

View Article


Re: Rename Layers: Find and Replace style renaming

Thanks for the reply. Now that I think about it, I think I got the Illustrator code from another forum, here. [quote]Also you should consider that Layers that reside in a Group are filial to the Group...

View Article

Re: Adding two selections in a non regular way

Have you removed the corresponding closing bracket?

View Article

Re: Adding two selections in a non regular way

How can i provide the file?That’s up to you, various services are available.

View Article
Browsing all 27456 articles
Browse latest View live