Re: TextItem.size is wrong after transform (CS 6)
I normally save, set Photoshop preference interpolation method resize then restore Photoshop preference. This is a problem in CS6 if the user left Adobe new default Bicubic Automatic as their setting....
View ArticleRe: TextItem.size is wrong after transform (CS 6)
Michael L Hale wrote: The short answer is no, you can not access the text transform value using the DOM. The snarky answer is actionDescriptor, actionReference, etc are DOM objects and executeAction is...
View ArticleRe: Collaborative code sharing (PS Scripting & GitHub)
I'm reading through your letter and following the links; being new here and new to Photoshop scripting I sure hope that the resources continue to be strong. Adobe must know that programming resources...
View ArticleRe: TextItem.size is wrong after transform (CS 6)
I agree that the official documentation on using Action Manager in javascript is poor to non-existent so your best source is the user forums. I think PS-Scripts is better but I'll admit to being biased...
View ArticleActive X can not create running legacy Scriptlistener VB code in Creative...
Currently, I am recieving an Active X can not create error when running this code. I use Visual Studio 2012 run as administrator in x86 mode, Creative Cloud 32bit run as administrator. OS is windows ....
View ArticleRe: Find and replace text in multiple Photoshop files?
Thank you both very much, it has been a pleasure! I already started using the original script by c.pfaffenbichler, with additions by Michael L Hale Hope this thread will be of help to other people, in...
View ArticleRe: how to select and paint the triangle?
Hi Andy_Bat1,here is another way. Actually you do not need math.Create a selection. Create a smaller selection and subtract it from the previous one. Fill this with color 1.Create a triangular...
View ArticleSaturation Script needed (New)
Hi,I am new to scripting. I have tried to do this but failed miserably every time.Could someone provide a script that would allow me to incrementally increase the saturation on the HSB slider by +3? So...
View ArticleRe: Collaborative code sharing (PS Scripting & GitHub)
Hi mightysprite,my Open Letter has been commented by many (PS, ID, IL, AE) people in this business who seem to share my concerns, offering their help - and read by Adobe's engineers too.Thanks to all...
View ArticleRe: Saturation Script needed (New)
You mean you want to change the foerground color? I guess to do it properly you should include a check to see if the value is 100 yet and decide what to do then. // 2013, use it at your own...
View ArticleRe: Saturation Script needed (New)
Yes. This is exactly what I needed! It works wonderfully... Thank you!
View ArticleRe: Collaborative code sharing (PS Scripting & GitHub)
Sorry but I'm think your open letter will be just you blowing into the wind. With no competition Adobe can do whatever. Little shops have no impact on Adobe business model. Its going to take a...
View ArticleRe: Collaborative code sharing (PS Scripting & GitHub)
I don't that that kind of rhetoric does little to help our cause. I think there are people working for Adobe that do care about our concerns. It's too easy to lump Adobe into one uncaring corporate...
View ArticleRe: Collaborative code sharing (PS Scripting & GitHub)
Michael I agree I'm sure many Adobe employees care. However its Corporate Management that set a companies policies and practices. Concerned employees can accomplish little when management task them to...
View ArticleRe: Collaborative code sharing (PS Scripting & GitHub)
John, I think you and Mike are both right. On one side I don't aim to such a big (very unlikely) corporate change; on the other we all know that developers don't make other developers' life hard on...
View ArticleRe: Collaborative code sharing (PS Scripting & GitHub)
It is very important to do this for Adobe management. They will allocate the money to the squeeky wheel: Where they get the most input for request. So the more coders that chime in and let it be...
View ArticleRe: how to select and paint the triangle?
var nBr = Br-Abst; var nHo = Ho-Abst; This is not math looks like math to me..... More math then var frameRef = [ [0,0], [0,height], [dpi,(height-dpi)], [dpi,dpi], ]
View ArticleRe: how to select and paint the triangle?
@JJMack,why are you doing this?Do we want to help Andy_Bat1 - or do we laugh over each other? IMHO your frame based on the resolution is nonsense (standalone). And you need four different calculations...
View ArticleRe: how to select and paint the triangle?
Yes its all math but my action only used that script once but it did rotations and transform flips all math as is your use of diminish. Its logic and math that make the world go round. Using logic one...
View Article