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

Re: A "preview" checkbox with JavaScript

Did you find a solution for that?

View Article


Re: Batch HDR Merging/Toning Script

I wish Adobe will enable a preview functionality just like in Gaussian Blur filter.Small 100% Preview window and big preview on the main window.

View Article


How to build a .ant file using scripts?

When I open Photoshop, and run the script, I want to establish an action, and record all actions of users, when I close the photoshop, the action can be save as a .ant file.

View Article

Re: Expose or not the JavaScript code for the public?

By the way,this is an interestig and recent article about the pros of open coding:http://blogs.adobe.com/digitalmedia/2013/09/why-should-you-work-in-the -open/ Davide

View Article

Re: JavaScript error

Hi Tom, Thank you very much for your reply.I have used Photoshop for 22 yrs. and this has never happened.I don't have any volumes named "Applications", but I have a folder named that.My drive names are...

View Article


Re: How to build a .ant file using scripts?

Remember all things you do in Photoshop can not be recorded. Xtools has some scripts that I believe can make scripts out of actions. And a Scripts also to made an Action file into XML code and an other...

View Article

Re: How to build a .ant file using scripts?

So it may be possible to script converting scriptlistener code into an action. There is: xtools/apps/ActionFileFromSLCode.jsx I usually copy parts out of ScriptingListenerJS.log to another file then...

View Article

script with Magic Wand tool ?

I'm new and I need help with a script that using Magic Wand Tool (tolerance 255, anti alias , contiguous)  click at middle center every image. Many thanks previous ! My images are transparent with many...

View Article


Re: script with Magic Wand tool ?

I think you woul need to create a function from Scriptlistener code for the magic wand tool where your working with units pixels and you  pass the x and y pixel values for the document center when you...

View Article


Image may be NSFW.
Clik here to view.

Re: script with Magic Wand tool ?

@JJMack,why you do not work with percent? Give this line 13-17 (in your code) a chance.          var idPxl = charIDToTypeID( "#Prc" );        desc426.putUnitDouble( idHrzn, idPxl, 50 );        var...

View Article

Re: script with Magic Wand tool ?

If you want to work and switch between units that is fine.  I normally work with absolute pixels.  When things are relative particularly percent you may stumble when finding a document orientation and...

View Article

Re: script with Magic Wand tool ?

Thanks Mr.JJMack for your help ! I dont know much about scripts and fuction also . After some trials with your suggestion, it's worked !also thanks schubser . Wish all you luck from Vietnam

View Article

Image may be NSFW.
Clik here to view.

Re: script with Magic Wand tool ?

I think you may have some problem look at what was selected in this screen capture note sample size is as large as can be

View Article


Re: script with Magic Wand tool ?

To have better control over what is selected you need to add other arguments to the scriptlistener function. function magicWand(x,y,tolerance,anit_alias,contiguous,sampleAll) {    if(arguments.length...

View Article

Re: script with Magic Wand tool ?

The OP wanted   (tolerance 255, anti alias , contiguous)  as a constant  he is trying to select a centered object where there are many objects on a single layer all surrounded by a transparent area....

View Article


Re: script with Magic Wand tool ?

You are right Mr. JJMack  Your example may be not very often case that Red Blue and Green hue are completely saturated, and highly opposed.  I guess. We can apply one more step in action to ensure a...

View Article

Image may be NSFW.
Clik here to view.

Why do I get, 'Sorry, I could not process the following files:' ?

Working in Photoshop CS6 Extended - Think I've done everything right, including setting the action (see images)!  I go to Scripts > Image Processor > Select Folder > Save in same location >...

View Article


Image may be NSFW.
Clik here to view.

Re: Hyperlink in the scripts's UI

Thank you very much Davide and JJMack I´ll try this way  Best RegardsGustavo

View Article

Image may be NSFW.
Clik here to view.

Re: Expose or not the JavaScript code for the public?

Very interesting Thank you Davide for sharing the link.  Best RegardsGustavo.

View Article

Re: A "preview" checkbox with JavaScript

None so direct Royi I have made a recent script where I have a checkbox that acts like a "Preview" option. At true, when you enable, it really executes the needed function, and when you disable the...

View Article
Browsing all 27456 articles
Browse latest View live