photoshop

Photoshop script to export layer combinations

别等时光非礼了梦想. 提交于 2019-12-13 16:28:17
问题 I want to make a Photoshop script that lets me export all five layers in a group to a png file - in combination with every single layer from 2 other groups. It's a bit vague so I'll try to illustrate what I want to accomplish. There's the base group (red, blue, yellow, orange, green). Then there is a second group that contains layers 1,2 and 3. Then there's a third group that contains a, b, c and d. I want to be able to export 1_red_a.png, 1_red_b.png, 1_red_c.png, 1_red_d.png, 1_blue_a.png,

Photoshop CC 2017 + Python

南楼画角 提交于 2019-12-13 08:18:00
问题 I have the exact same problem than the one described in this topic, with Photoshop CC 2017 , python 2.7.13 , comtypes 1.1.3 , windows 7 (all 64-bits) Trying to call a Photoshop method via python + comtypes raises a TypeError saying that the object is not callable: from comtypes.client import CreateObject psApp = CreateObject("Photoshop.Application.110") # edited to match photoshop CC 2017 #Create a new document- this is where it bombs out! psApp.Documents.Add(1024, 1024, 72, 'new_source

Is there a script that can transfer text from an excel file into an Adobe design program?

吃可爱长大的小学妹 提交于 2019-12-13 07:49:57
问题 We're making a quiz game. We have a question bank on a Google Drive Spreadsheet. We have a designer who has made a generic design for the question cards, in Photoshop. Now, can we somehow transfer the questions, with the corresponding answers, onto this design through some script, code, or any other automated process? I know there's a thing called PhotoshopScript, could that be worth taking a closer look at? 回答1: Yes, it can be done. A sample is this video that does something similar: https:/

Why are all the template images for icon in the Android developer site have resolution 72 pixels per inch under Ai and Photoshop?

雨燕双飞 提交于 2019-12-13 05:10:49
问题 The Android developer guide for icon launchers link gives the listed pixel and dpi specification for the different densities required. I downloaded the same templates for these images and in Photoshop the number of pixels for the ldpi, mdpi etc match up templates pack link. But the resolution when I check in Image -> Image Size -> gives me 72pixels/inch. I would expect that number of pixels per inch to match the dpi. How do I check the dpi or recongifure it to match the specifications of the

Optimized web image resolution for iPad Pro display

会有一股神秘感。 提交于 2019-12-12 10:09:01
问题 I'm creating a header image (full screen width) for a responsive website. What's the optimal resolution that will still look good on the 12.9" iPad Pro? My normal workflow is to create an image at 72 PPI in Photoshop. The specification shows that it has a resolution of 2732 x 2048 at 226 pixels per inch. I don't want it to look pixelated when viewing on iPad Pro in landscape mode. 回答1: iPad Pro actually has 2732 x 2048 pixels that it uses to display the screen but we the user sees this

Bitmap three times larger in Android Studio

北战南征 提交于 2019-12-12 10:01:30
问题 I'm developing the splash screen for an Android application and I wanted to simply put an image designed in Photoshop as a background. The problem is that when I save the image its resolution is 1080 x 1920, but when I add it as a drawable in Android Studio, it gives me the error "Bitmap too large..." and says that the resolution is 3240 x 5760 (exactly 3 times bigger). I can't figure out why this happens, can you please help me? Thanks 回答1: drawable folder in Android actually represents

looking for java library to work with PSD format [closed]

做~自己de王妃 提交于 2019-12-12 08:43:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm looking for a java library to work with PSD format(Photoshop). Any ideas? 回答1: Probably very late, but as this page is pretty high ranked on google when searching "java psd library" I'll share my experience. -As Boris said the java-psd-library is read only. It has trouble reading recent CS4 format. If you

Photoshop script to ignore .ds_store

送分小仙女□ 提交于 2019-12-12 05:05:28
问题 my skills with javascript are about 0, I only know some html and css. I hope someone can still help me solving this. I am working in photoshop with a script that grabs pictures, does some magic and places them into a psd file as layers. As you might guess i haven't written the script but its needed for work. The problem is, its grabbing the .ds_store files as well as the images, which results in an error warning. this is the line that defines the source: var taschenQuelle = Folder

How to batch combine two unique series of images into a single side-by-side image in Photoshop?

ぃ、小莉子 提交于 2019-12-12 03:48:48
问题 I need to combine two series of images (both the same resolution, saved as JPG files) into a single JPG file with the images side by side to each other. I have tried doing this with Photoshop CS6 actions but to no avail... I have searched the internet for possible solutions but as it turns out programming knowledge is required to write a script to perform such a function. I would like to have any help possible with the following: My file names are as such: Series one: bone00001.jpg, bone00002

Paste In Place Photoshop Script

十年热恋 提交于 2019-12-12 02:52:27
问题 For you Photoshop scripters (javascript) out there, I've written a script that copy merges an image area and pastes it into another document. The thing that bothers me is the fact that the image that is pasted is pasted to the middle of the screen and not to the selection coordinates. So the first image is say 2000px by 2000px and I use my script to copy merge an area of 500px by 500px and then paste that to another document that is 500px by 500px. The only problem is the pasted image is