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

Batch replace smart objects

Hello, I have very minimal scripting knowledge, and every script I've found for this workflow is partial or results in "undefined".  I am on a mac running Photoshop CC (latest update). This is what I...

View Article


Re: Place images to a specific spot in a template

I can't figure out how to get this script to be able to open a folder.  When I run it , it's only letting me select PSDs on my desktop.  I'd like to be able to select files within a certain folder....

View Article


Re: Any way to edit actions in a text/script editor?

No, it doesn't work.

View Article

Re: Place images to a specific spot in a template

On a Mac replace      if (theFile.name.match(/\.(psd|tif)$/i)) { with      if (theFile.name.match(/\.(psd|tif)$/i) != null || theFile.constructor.name == "Folder") {

View Article

Re: Batch replace smart objects

Have you found a Scripting solution yet?

View Article


Re: batch file to deactivate photoshop

Thank you JJMack, this is a hint, but still with this prerequisites that the machine is on and the Internet active,I would like to use an automated script that deactivates the photoshop, even from...

View Article

Image may be NSFW.
Clik here to view.

Re: Batch replace smart objects

Yes - sort of - thank you!  My ultimate goal in all this is automating each type of mockup we need to create (CD, DVD, Blu-Ray, Book, all different facings, etc). I am using a script (that I believe...

View Article

Image may be NSFW.
Clik here to view.

Re: Place images to a specific spot in a template

Awesome, it works now.  I also modified it to include JPGs.  Thank you!

View Article


Re: Batch replace smart objects

What are the unmistakeable characteristics of that Layer? It seems to share its name with another one, but is it always the lowermost Layer? Or at least the lowermost Solid Color Layer?

View Article


Image may be NSFW.
Clik here to view.

Re: Batch replace smart objects

It is always the lowermost layer and always a solid color. Here are it's properties:Thank you for your time :-)

View Article

Re: Batch replace smart objects

I am using a script (that I believe you wrote) but I can only use it for certain circumstances (and for paperback right facing books only) because sometimes I would need to create the spine of the DVD,...

View Article

Re: batch file to deactivate photoshop

You can start Photoshop.exe like any other application from a bat file.  You may need to know the its not already started first. You should be able to pass Photoshop a file to open and have an open...

View Article

Re: Batch replace smart objects

This is pretty crude but it might work for raising the Sold Color dialog for the lowermost layer. try {app.activeDocument.activeLayer = app.activeDocument.layers[app.activeDocument.layers.length -...

View Article


Re: Batch replace smart objects

Where do I paste the above in the existing script? and do I have to change the names of anything to match the name of my layer?  Here's what I'm using:  #target photoshopif (app.documents.length >...

View Article

Re: Batch replace smart objects

SamanthaLee706 wrote: Hello,This is what I have: a mockup file of a book with the cover image set as a transformed smart objecta folder of images resized to fit said smart object This is what I would...

View Article


Image may be NSFW.
Clik here to view.

Re: Batch replace smart objects

Tried 'BatchOneImageCollage" before and this is what popped up:  

View Article

Re: Batch replace smart objects

Try running the script from Photoshop instead of the extendscript toolkit it has some issues or comment out "#target photoshop".  Also note my Scripts place in files from a straight on perspective....

View Article


How can I automate creation of various thumbnails of an image with different...

I load an image, SampleA.jpg.  I want to automate creation of different sized thumbnails, one that is 640x360 and called SampleA iStock.jpg, and one that is 360x203 and called SampleA Revostock.jpg.  I...

View Article

Re: learning resource

This looks like a good resorce since it comes directly from an Adobe PS developer. I looked at the table oc contents and found chapters 8-13 interesting. I will purchse the book. Thanks for the referral.

View Article

Re: How can I automate creation of various thumbnails of an image with...

Image Processor Pro can do what you need except for the save in the same folder bit. You would have to save to a different folder then move them afterwards. I have a version in the works that adds this...

View Article
Browsing all 27456 articles
Browse latest View live