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

How to use color labels in Bridge to inform conditional treatment in PS?

I'm trying to find a way of using the color labels in Bridge ('select', etc.) to allow conditional use in Photoshop javascript.  So, for example, all the images tagged with red will be sized to 600px,...

View Article


Re: Photoshop layer move and layer duplicate event ids

here is the link on mediafire: https://www.mediafire.com/?vda88p3pbpxfm3t

View Article


Re: How to use color labels in Bridge to inform conditional treatment in PS?

Bridge Labels get stored in the file's XMP…You can script Bridge and pass the values to a Photoshop script via BridgeTalkorYou can load the external XMP library in a Photoshop script.Bridge's labels...

View Article

Re: How to use color labels in Bridge to inform conditional treatment in PS?

Hi Mark,Thanks for your prompt reply!I'll investigate the external XMP library suggestion further. Do you know if there's a code snippet out there which will point me in the right direction? cheersIan

View Article

Re: How to use color labels in Bridge to inform conditional treatment in PS?

A search of the forum for ExternalObject should find you plenty of reference…? You just need to load library…Retrieve your value…Do your Photoshop process ( use switch or if/else )Unload the...

View Article


Re: How to use color labels in Bridge to inform conditional treatment in PS?

That's great many thanks Mark. I've been looking in the wrong direction (not for the first time...)

View Article

Re: How to use color labels in Bridge to inform conditional treatment in PS?

No probs… Photoshop has a documentInfo Object but its limited properties… for all else in XMP load the library…

View Article

Re: Photoshop layer move and layer duplicate event ids

sorry, I wasn't aware you're using a mac. I know that in Windows, you can run additional software that will send you an alert every time you accidentally press those keys. It can even block the layer...

View Article


find required path for Photoshop 3D Bridge for Daz Studio 4.5+

Wheredo I find required path for Photoshop 3D Bridge for Daz Studio 4

View Article


Re: How to delete a document if I press escKey while running a script. Please...

Perhaps if you embed the interactive adjustment process in a Try Catch you can catch you used the esc key, It sounds like the esc key cause an error that cause the script to end.   If you catch the...

View Article

Re: Photoshop layer move and layer duplicate event ids

Thanks for working this problem out. I am downloading Photoshop CC to install the flash based panel. Can you please share the Flash Developer source so that I can make the changes myself.

View Article

change save to jpg to tiff

I found a script that allows to crop and straighten scanned photos. However, there are 2 changes I want to make: (1) Instead of being saved as jpegs, I want to resulting files to be saved as tiff (2)...

View Article

Re: scale layer to current canvas size photoshop

There is also a quick and easy menu command.Edit / Free transformDrag layer edges in or out to meet canvass edges... (5 steps in all). Cudos for Hale and Schruber, et al. I wonder if their ingenius var...

View Article


Re: change save to jpg to tiff

1) Here is an example that should show how to save a tif file. function saveCopyAsTif (myDocument, thePath) {// tif options;tifOpts = new TiffSaveOptions();tifOpts.embedColorProfile =...

View Article

Re: change save to jpg to tiff

c.pfaffenbichler wrote: 1) Here is an example that should show how to save a tif file. function saveCopyAsTif (myDocument, thePath) {// tif options;tifOpts = new...

View Article


Re: change save to jpg to tiff

hhost05 wrote: c.pfaffenbichler wrote: 1) Here is an example that should show how to save a tif file. function saveCopyAsTif (myDocument, thePath) {// tif options;tifOpts = new...

View Article

Re: change save to jpg to tiff

How is the 2nd part possible?Please try this (and adapt it as necessary): var sourceFolder = Folder.selectDialog("Select folder");var items = retrieveFiles(sourceFolder, []);alert...

View Article


Image may be NSFW.
Clik here to view.

Re: change save to jpg to tiff

sorry, i'm a bit new to this. can you embed this new code into the previous script I posted?

View Article

Re: Re: Photoshop CS4 ChangeColorSettings

using javascript I did this and ran this from the startup script folder.  if( BridgeTalk.appName == "photoshop" ) { app.colorSettings ="Name of your color setting"; }

View Article

Re: batch transfer of Paths between files

If no one else can provide a solution maybe I’ll have an opportunity to look into this on the weekend.

View Article
Browsing all 27456 articles
Browse latest View live