Search found 5 matches

by chowbok
2019-05-30T03:49:29-07:00
Forum: Users
Topic: Same command produces different results on different servers
Replies: 2
Views: 3013

Re: Same command produces different results on different servers

I think I've found the issue, actually. I needed to install Intel SDK for OpenCL. Apparently it uses the GPU and needs the drivers for that. I already had them on my laptop, but since my server is headless I never installed them on there.
by chowbok
2019-05-30T02:32:56-07:00
Forum: Users
Topic: Same command produces different results on different servers
Replies: 2
Views: 3013

Same command produces different results on different servers

I'm using this command to generate an image: convert \( p01.png -bordercolor none -background none -rotate -30 -repage +20-71 \) -layers merge \( p02.png -bordercolor none -background none -rotate -23 -repage -18-24 \) -layers merge \( p03.png -bordercolor none -background none -rotate -15 -repage -...
by chowbok
2017-11-09T12:50:20-07:00
Forum: Users
Topic: Image "pile" cutting off on edges
Replies: 4
Views: 2729

Re: Image "pile" cutting off on edges

Perfect! (It's -layers, not -layer, though.) Thanks so much!
by chowbok
2017-11-09T11:30:25-07:00
Forum: Users
Topic: Image "pile" cutting off on edges
Replies: 4
Views: 2729

Re: Image "pile" cutting off on edges

In case it's relevant: the source images will always have a height of 300px, but the widths will vary.
by chowbok
2017-11-09T11:25:32-07:00
Forum: Users
Topic: Image "pile" cutting off on edges
Replies: 4
Views: 2729

Image "pile" cutting off on edges

I'm using ImageMagick 6.9.9-22 Q16 on Linux. I'm trying to create an image that looks like a pile or stack of images. I'm using a variation of the command found at http://www.imagemagick.org/Usage/thumbnails/#polaroid : convert 0195.png \ -bordercolor none -background none -rotate $(convert null: -f...