Search found 6 matches
- 2016-10-13T17:09:46-07:00
- Forum: Users
- Topic: Creating Layered PSD with 6K PNGs
- Replies: 12
- Views: 7315
Re: Creating Layered PSD with 6K PNGs
Hi fmw42. That's pretty close. Even though the background of white is mentioned in the clone clause, it didn't show up in the psd. I'm looking for what is in my16_priuslb_photoshop.psd. Three named layers: background, shadow, vehicle. My attempts to create it works great except for the vehicle is ...
- 2016-10-11T16:17:18-07:00
- Forum: Users
- Topic: Creating Layered PSD with 6K PNGs
- Replies: 12
- Views: 7315
Re: Creating Layered PSD with 6K PNGs
Thanks fmw42. I see the power of imagemagick. Its number of parameters is a little daunting though. I hate to keep asking "how do I do blah" questions. using the images from the dropbox I was able to create the psd with a white background. however the whole psd turned into grayscale. I've tracked it ...
- 2016-10-10T09:31:08-07:00
- Forum: Users
- Topic: Creating Layered PSD with 6K PNGs
- Replies: 12
- Views: 7315
Re: Creating Layered PSD with 6K PNGs
Thanks fmw42. So the first clause must the "clone"? What would it be making a clone of? Doesn't the -reverse parm accomplish the reversal of the order? Or is there something other than the clone clause to create the flattened image. Also, why does there need to be a flattened image. jbm
- 2016-10-07T16:06:06-07:00
- Forum: Users
- Topic: Creating Layered PSD with 6K PNGs
- Replies: 12
- Views: 7315
Re: Creating Layered PSD with 6K PNGs
Thanks dlemstra. compress rle works great. here is a link to the dropbox that contains the pngs, .cmd, the psd created by photoshop and the one created by the imtest.cmd. you will have to change the file pathing in the script https://www.dropbox.com/sh/rq0xqyqr0bqqfxh/AACkPQVLwnKUci183gHramNSa?dl=0 ...
- 2016-10-04T16:50:31-07:00
- Forum: Users
- Topic: Creating Layered PSD with 6K PNGs
- Replies: 12
- Views: 7315
Re: Creating Layered PSD with 6K PNGs
Ok. The "identify -verbose" showed that the psd created by Photoshop was compressed (zip). The png's are compressed (zip). The one created by imagemagick does not show any compression on any of the layers. So, I added -compress zip to the output. made no difference. Added -compress zip to each of ...
- 2016-10-04T12:07:35-07:00
- Forum: Users
- Topic: Creating Layered PSD with 6K PNGs
- Replies: 12
- Views: 7315
Creating Layered PSD with 6K PNGs
Hi. I"m trying to create PSD with 3 6k PNGs. The sample details are below as well as the call to convert. The layers need to be named. One of the layers is a background which can be anything but right now is a solid white background. I have two problems with the command call. First, I can't get the ...