Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Browsing all 27456 articles
Browse latest View live

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 Article


Re: Batch replace smart objects

actually it saved it, but just didn't raise the color picker.

View Article


pixel 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 Article

Re: pixel coordinates for different size docs.

Calulate the spot using percent.

View Article

Re: 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 Article


Re: 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 Article

Re: 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 Article

Re: Script Color Picker

This is a MUST for us. Thanks for app.reflect.methods + app.reflect.properties  

View Article


Statistical 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 Article


How 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 Article

Re: 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 Article

Re: 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 Article

Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

Trim 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

Re: How to get corner radius of the shape object.

Worst case one should be able to get the information from the PathPoints.

View Article


Re: Trim off x pixels from top, y from bottom, z from sides

Thank you very much! This worked very well!

View Article

Photoshop 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 Article

Image may be NSFW.
Clik here to view.

native 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
Browsing all 27456 articles
Browse latest View live