Re: Help needed to enhance Image Processor Pro Script to save transparency in...
I received the file and did not detect an error with CS6 on Win7 and OSX.Instead of a screenshot, you can save your settings to an xml file and post/email that.
View ArticleBridge CS6: How do you write a script to assign a shortcut to "Batch" and...
Many times a day I need to access "Batch" and "Image Processor" in Bridge. There is no shortcut, so I have to go the Tools-Photoshop-Batch and Tools-Photoshop-Image Processor menu - the items I need...
View Articlegeneral photoshop error translating layer
I'm trying to translate a duplicated layer in the ExtendScript Toolkit, but I'm getting a "General Photoshop error occurred. This functionality may not be available in this version of photoshop." I'm...
View ArticleRe: Folder Modification
Hello Michael, Thks again for your help.I will try to post it but it is quite long... Can I send it directly to you as private message ? I actually made some progress.On mac OS, as soon as I removed a...
View ArticleOpen TextEdit or NotePad from Script
Hello, Do you know if there is a way to open TextEdit or NotePad from a Script ?Actually, my question is :I would like to make an help file that could be directly open from the script. I was just...
View ArticleRe: Folder Modification
Hello, It actually runs on win7.... Hum.I take a folder, remove 1 file or several, and it works... One thing I noticed, with the same folder (copy/paste on win7) that failed after I removed files on...
View ArticleRe: Open TextEdit or NotePad from Script
Does File("…").execute();work (insert the correct path for the …)?
View ArticleRe: Help needed to enhance Image Processor Pro Script to save transparency in...
@xbytor2: I send you the dropbox link to the XML via PM. Hope this helps.
View ArticleRe: Folder Modification
Glad it is working. I almost always use a mask/filter with getFiles for that reason. Windows doesn't noramlly have those type of Mac files but non-image format files are a problem on both OS.
View ArticleRe: Open TextEdit or NotePad from Script
When an answer is marked correct the topic is marked answered and show a green icon. So I think marking any answer is better than not marking any. But the marked answer is displayed just under the...
View ArticleRe: Saving a transparent PNG
I found a way to do what I needed in apple script. Here is what I did to get it to work in CS6. set PNGExportOptions to {class:save for web export options, quality:5, png eight:false,...
View ArticleRe: general photoshop error translating layer
I was trying to translate the background layer. Thanks. On the topic of translating, what units should I be passing to UnitValue? The values I get off the pathitem.anchor don't seem to have units.
View ArticleRe: general photoshop error translating layer
pathItem.anchor uses number objects instead of UnitValue objects. And the numbers are always as pixels regardles of ruler setting. Translate only 'moves' in whole pixels so you may not be able to match...
View ArticleRe: general photoshop error translating layer
In addition to the Michael L Hale message #1: You can do something like this: var aLayer = activeDocument.activeLayer;if ( aLayer.kind == LayerKind.NORMAL || aLayer.kind == LayerKind.TEXT|| aLayer.kind...
View ArticleHow do I make a save contact sheet to PDF action?
Hi there I've made an action to save a contact sheet to my desktop as a PDF. It's very simply 'flatten image, save as PDF, close' but for some reason Photoshop always freezes for about 30 minutes...
View ArticleRe: general photoshop error translating layer
For completeness you should add aLayer.positionLocked = false; The lock types are independent of each other. You can have a layer with both positionLocked and allLocked set to true. Setting allLocked...
View ArticleRe: How do I make a save contact sheet to PDF action?
No idea of what is wrong but here are some suggestions that you may have already heard from Adobe support. 1. Delete the action and record it again.2. Check the playback options in the action panel...
View Articlestretching/translating a layer into another document
I probably just have my math wrong, but given a selection box boundary (or boundaries), I'm trying to resize it so that it's the size of a target document and then translate it so it's in the top-left...
View ArticleRe: Application.Fonts.getByName() finds fonts not installed on the system
I appreciate your help but I'm going to give up on my idea, just like Adobe gave up on creating a understandable API.
View Article