Search found 15 matches

by OlgerD
2015-10-06T19:12:50-07:00
Forum: Bugs
Topic: Bug extracting images from PSD with negative top in v6.9.2
Replies: 4
Views: 5015

Bug extracting images from PSD with negative top in v6.9.2

Hi There, I use ImageMagick to create PSD files with images in multiple layers, open Photoshop, edit those PSD files (essentially align various layers) save it, and then extract and flatten the PSD file into a JPG. This works well in v6.9.0, but in v6.9.2 there's a bug. Usually the toplayer in my PS...
by OlgerD
2015-06-10T02:10:36-07:00
Forum: Users
Topic: Thumbnails of very large images
Replies: 5
Views: 4652

Re: Thumbnails of very large images

This is a 1-processor LAMP server running ImageMagick 6.5.4-7 2014-02-10 Q16. I've seen advice elsewhere on this forum to process large images with stream but that does not support -scale. Can I reduce image pixel count with stream? Is stream useful? Thanks! Make sure you have plenty of memory avai...
by OlgerD
2015-06-10T01:52:46-07:00
Forum: Users
Topic: Thumbnails of very large images
Replies: 5
Views: 4652

Re: Thumbnails of very large images

On a site I have when a new user visits the page some php code runs and deletes any files over a certain age in the temp directory. The temp file names all start with the date they were created and php checks this against the current time so as not to delete a file that is being used! That just mak...
by OlgerD
2015-06-04T22:34:09-07:00
Forum: Users
Topic: Create PSD with IM with locked layers
Replies: 20
Views: 14878

Re: Create PSD with IM with locked layers

Can you add a link to a psd file that contains a locked layer? I've created another 2 psd files linked here: https://www.dropbox.com/s/hiwn68wcndpc68w/Layer%20locking%20in%20PSD.zip?dl=0 Both psd files are identical except that in one psd file both layers are unlocked, and in the other layer2 is lo...
by OlgerD
2015-06-03T01:34:32-07:00
Forum: Users
Topic: Insert image into PSD layer
Replies: 7
Views: 5950

Re: Insert image into PSD layer

I'm no Photoshop expert either, but I do have access to it at work. In Photoshop (and I assume this would be true for any app that can open a PSD file), the topmost layer is the highest layer number. Ie, layer 1 is generally the background and in a 3 layer PSD, layer 3 would be the toplayer. Unfortu...
by OlgerD
2015-06-03T01:28:03-07:00
Forum: Users
Topic: Insert image into PSD layer
Replies: 7
Views: 5950

Re: Insert image into PSD layer

fmw42 wrote:About locking, see viewtopic.php?f=1&t=27740.
Yeah, thats my other post I was referring to. :-P
by OlgerD
2015-06-02T17:53:12-07:00
Forum: Users
Topic: Insert image into PSD layer
Replies: 7
Views: 5950

Re: Insert image into PSD layer

Unfortunately this doesn't quite work. With a 3 layer PSD, it places the image in.jpg onto to topmost layer, instead of the layer I want. I tried using in.psd[1] and even specify the layer name with -label, but none of that worked. Even if I got it to work as intended, the purpose of this was to lea...
by OlgerD
2015-06-02T16:15:19-07:00
Forum: Users
Topic: Create PSD with IM with locked layers
Replies: 20
Views: 14878

Re: Create PSD with IM with locked layers

https://www.dropbox.com/s/m6ptt9r9xb1h1 ... t.zip?dl=0
First 2 layers are locked (labelled 'guidelines' and 'cropmarks'), background layer (labelled 'Image') is unlocked.
by OlgerD
2015-06-02T02:00:34-07:00
Forum: Users
Topic: Create PSD with IM with locked layers
Replies: 20
Views: 14878

Re: Create PSD with IM with locked layers

That would be awesome!
by OlgerD
2015-06-02T01:56:19-07:00
Forum: Users
Topic: Reducing size of IM created PSD files
Replies: 4
Views: 3311

Re: Reducing size of IM created PSD files

I'll have a play with that and see what the impact is.
snibgo wrote:IM has a "-compress ABC" setting. However, the only setting that affects the size of PSD files is "RLE" or "RunlengthEncoded". This shrinks graphics files, but makes photographs larger.
by OlgerD
2015-06-02T01:54:49-07:00
Forum: Users
Topic: Reducing size of IM created PSD files
Replies: 4
Views: 3311

Re: Reducing size of IM created PSD files

So does Photoshop compress (does it use zip?) layers? The difference is significant; if I create a PSD with IM from 2 PNGs and one JPG where the PNGs are basically 3 color images (white, red and transparent) and the JPG is a photo, I end up with a PSD size of 140MB or so. If I create a PSD of just t...
by OlgerD
2015-06-02T01:44:04-07:00
Forum: Users
Topic: Insert image into PSD layer
Replies: 7
Views: 5950

Re: Insert image into PSD layer

Sweet, I'll give that a try tomorrow. Thanks!
by OlgerD
2015-06-01T22:36:08-07:00
Forum: Users
Topic: Insert image into PSD layer
Replies: 7
Views: 5950

Insert image into PSD layer

Hi Guys,

Is there a way to insert an image into a layer in an existing PSD file with IM? Ie, I have a PSD file with 3 layers, and want to insert a jpg into the last layer, without touching the other layers?

Cheers!
by OlgerD
2015-06-01T22:13:48-07:00
Forum: Users
Topic: Reducing size of IM created PSD files
Replies: 4
Views: 3311

Reducing size of IM created PSD files

When I create a PSD file with IM with the following command: convert ( -label "top" image1.png -background none -mosaic ) ( -label "middle" image2.png -background none -mosaic ) ( -label "background" image3.jpg -mosaic ) ( -clone 0--1 -mosaic ) -reverse "output.psd...
by OlgerD
2015-06-01T22:04:54-07:00
Forum: Users
Topic: Create PSD with IM with locked layers
Replies: 20
Views: 14878

Create PSD with IM with locked layers

Hi Guys, In Photoshop, one can lock layers to prevent them from being edited. I know how to create a psd file with IM as follows: convert ( -label "top" image1.png -background none -mosaic ) ( -label "middle" image2.png -background none -mosaic ) ( -label "background" i...