Re: Save in file location?
The function that has the problematic xml (psx.getXMPValue) can be removed as it is not used. The version I am using is a earlier one that did not have some of the psx functions. I have applied the...
View ArticleRe: Add r/o/y/g/b/i/v to foreground color?
Excellent. Works perfectly - exactly what I was looking for. Wish I could buy you a beer sometime .. on a sidenote, is there a way to speed up scripts? Some scripts are slower than others, and I've...
View ArticleRe: Add r/o/y/g/b/i/v to foreground color?
There are several things that may speed up a script. It depends on what the script does. Sometimes there is nothing that helps. Do you have a specific script that is too slow?
View ArticleRe: Add r/o/y/g/b/i/v to foreground color?
the specific script is the one in this topic.. (not complaining though, your script is an absolute home run ).. but sometimes it's a little slow to operate.. for example, bringing up the color balance...
View ArticleLooping through channels is really slow in CC
I've been working on .Net application and ran into a little performance snag. I have a simple method that loops through the channel layers by index, grabs the indexed channel name, and if it matches a...
View ArticleRe: Add r/o/y/g/b/i/v to foreground color?
Well as said it is a bit of a hack. It has to create a new layer, bring up the color balance dialog, set a colorSampler, then clean up after itself. I think the info panel pops up because of the...
View ArticleRe: Looping through channels is really slow in CC
I am not sure about .Net apps but I think the reason the javascript Object Model can be slow when working with layers and channels it every time you create a layer or channel object all the properties...
View ArticleRe: Add r/o/y/g/b/i/v to foreground color?
thanks, I will try filling the foreground area into a smaller box and see if that helps. If not, no big deal - this script has already sped up my workflow and made my life a lot easier
View ArticleRe: Looping through channels is really slow in CC
Thanks for your Help Michael. I have things running much faster now.
View ArticleRe: Conditional Image Resizing
Bumping an old thread on the same them in the hope of some answers. I discovered this thread searching for a solution. I run photographic/Photoshop sessions for senior citizens and as simple as it may...
View ArticleRe: Conditional Image Resizing
Fit image is a Plug-in script that supports actions so all you need do is to record an action for each size you need. When the actions are played the recorded settings are passed to the Fit Image...
View ArticleRe: Conditional Image Resizing
Hi, thanks for replying. Your response has caused me to rethink and discover that it is not always going to be possible to achieve what I want. It relies entirely on the aspect ratio of the image that...
View ArticleRe: Conditional Image Resizing
JamesAdler wrote: Hi, thanks for replying. Your response has caused me to rethink and discover that it is not always going to be possible to achieve what I want. It relies entirely on the aspect ratio...
View ArticleRe: How to disable the SaveAs option?
What’s your reason for this anyway?Hi pfaffenbichler,Some times our user not saved the file with proper settings. So we planned to disable or remove the save and saveas option in the menu and create a...
View ArticleRe: How to disable the SaveAs option?
As I stated earlier I see no way of hiding the Save-dialog item in Photoshop via Scripting. The shortcuts could be disabled, but the Save-menu-item seems off limits. Maybe Script Events Manager could...
View ArticleRe: How to disable the SaveAs option?
Maybe Script Events Manager could be employed to intercept a command, though. No, those events are handled after the event so the event can not be intercepted. In the Photoshop Object Model those event...
View ArticleRe: How to disable the SaveAs option?
Thanks for clearing that up. So the OP’s intention is not attainable in your opinion, too?
View ArticlePrompt for Levels not working in Photoshop CC
Hi, I was helped on here a few months ago about a script that would promopt the user to create a levels adjustment layer, set the levels and then the script would be able to call the information again...
View ArticleRe: How to disable the SaveAs option?
I do not think it is possible. The ability to control how or where a document is saved is a question that comes up from time to time. I have never seen anyone come up with a scripting solution.
View Article