Re: Batch replace smart objects
I tried pasting it there and it stops after it replaces the smart object and does not even go on to the saving, unfortunately. Here's the script below: / replace smart object’s content and save...
View ArticleRe: Batch replace smart objects
actually it saved it, but just didn't raise the color picker.
View Articlepixel coordinates for different size docs.
I am makeing a pixel colorsample on a particular point in a document. The problem is when the picture demesions change the point where I am selecting from changes. I was wondering if anyone has an idea...
View ArticleRe: A way to pull names from a list and save out separate images based on...
Check out this link on using variable data: http://layersmagazine.com/photoshop-variables.html
View ArticleRe: pixel coordinates for different size docs.
So I figured what my current measurements percentage was and included it in my calculations for my point. Thank you for your help.This is what I used. var w = app.activeDocument.width.as( 'px' );var h...
View ArticleRe: A way to pull names from a list and save out separate images based on...
Here is the help file on the topic: http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e 41001031ab64-7417a.htmlThere are also video tutorials :...
View ArticleRe: Script Color Picker
This is a MUST for us. Thanks for app.reflect.methods + app.reflect.properties
View ArticleStatistical center of layer
Hi, my problem has to do with vertically aligning multiple lines of rasterized text that have ascenders and descenders that throw off the bounding box, example: http://i62.tinypic.com/2ntlrfc.jpg I'm...
View ArticleHow to get corner radius of the shape object.
Hi All, I am trying to get the corner radius of the shape object. Is there any way through which I can get the corner radius of all the corner of the shape object? Thanks in advance..
View ArticleRe: How to get corner radius of the shape object.
If you are using PS CC; click on your shape with the Shape Selection Tool and then open the Properties panel, located under the Window drop down menu. There you can change corner radius.
View ArticleRe: Batch replace smart objects
Please try this: // replace smart object’s content and save psd;// 2011, use it at your own risk;#target photoshopif (app.documents.length > 0) {var myDocument = app.activeDocument;var theName=...
View ArticleRe: How to get corner radius of the shape object.
Thanks for the reply Sulaco, I think I was not clear.. Actually, I need to get the values of corner radius of the selected shape object on the document via script. VG
View ArticleRe: How to get corner radius of the shape object.
Oh, sorry! I now see that this was in the scripting forum. Then I am afraid I am the wrong person to help you ... good luck!
View ArticleTrim off x pixels from top, y from bottom, z from sides
Hi! I need to trim off x number of pixels from the top, y number of pixels from the bottom, and z number of pixels from both sides from a bunch of screenshots. I'm looking for a way to batch process...
View ArticleRe: Trim off x pixels from top, y from bottom, z from sides
I think you should be able to do this using Image/Canvas Size, you can use Relative mode and then anchor the image accordingly. You will have to do it several times, but I think it should work and be...
View ArticleRe: How to get corner radius of the shape object.
Worst case one should be able to get the information from the PathPoints.
View ArticleRe: Trim off x pixels from top, y from bottom, z from sides
Thank you very much! This worked very well!
View ArticlePhotoshop actions function keys script
I work with a lot actions organized in multiple action folders. Is it possible to create a Photoshop CC script that will remove every function key shortcuts from the entire Photshop CC Action panel...
View Articlenative map in javascript
Just wondering if someone can tell me why this code generates an error in Extendscript [0,1,2].map(function { alert(i); }); funny when I import underscore.js the _.map seems to work fine
View Article