Search found 36 matches

by jauson
2015-06-13T20:36:37-07:00
Forum: Users
Topic: Stop image from resizing when adding shadow [solved]
Replies: 8
Views: 5309

Re: Stop image from resizing when adding shadow

i'd like to freeze the canvas size from expanding
by jauson
2015-06-13T17:50:11-07:00
Forum: Users
Topic: Stop image from resizing when adding shadow [solved]
Replies: 8
Views: 5309

Stop image from resizing when adding shadow [solved]

Is there a way to lock the canvas size so it doesnt resize the image when adding a shadow? Images used. http://i.imgur.com/wCz2tMf.png (catssmall.png) http://i.imgur.com/QDD0w4K.jpg (testbg.jpg) http://i.imgur.com/VNNAMIb.png (cats.png) convert testbg.jpg \ \( catssmall.png -set page +258+249 \) \ \...
by jauson
2015-05-05T14:44:56-07:00
Forum: Users
Topic: Need help with merging images and adding drop shadow
Replies: 6
Views: 4135

Re: Need help with merging images and adding drop shadow

Am I wrong in thinking -page should be resizing a layer?
by jauson
2015-05-05T13:52:35-07:00
Forum: Users
Topic: Need help with merging images and adding drop shadow
Replies: 6
Views: 4135

Re: Need help with merging images and adding drop shadow

Thanks Bonzo, I've been there, the -page still isn't resizing. I must be missing something.
by jauson
2015-05-05T02:01:38-07:00
Forum: Users
Topic: Need help with merging images and adding drop shadow
Replies: 6
Views: 4135

Re: Need help with merging images and adding drop shadow

One problem I'm having is -page doesn't resize the layer like suggested.

For example:

-page 100x100+2400+0 1m.png

doesn't give me a 100x100 1m image at that offset.
by jauson
2015-05-04T21:10:53-07:00
Forum: Users
Topic: Need help with merging images and adding drop shadow
Replies: 6
Views: 4135

Need help with merging images and adding drop shadow

I've created a working script that does this separately, but no luck trying to have it do it in 1 command. convert 1.png \ \( +clone -background gray10 -shadow 80x14+25+25 \) +swap \ -background none -layers merge +repage 1m.png convert \ -page +2400+0 1m.png \ -page +2000+0 2m.png \ -page +1600+0 3...