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 ArticleRe: Photoshop layer move and layer duplicate event ids
here is the link on mediafire: https://www.mediafire.com/?vda88p3pbpxfm3t
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 Articlefind 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 ArticleRe: 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 ArticleRe: 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 Articlechange 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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