Search found 21 matches

by KandisZZ
2011-02-22T07:29:41-07:00
Forum: Users
Topic: More than one Output image (resize, thumbnail)
Replies: 2
Views: 4880

More than one Output image (resize, thumbnail)

Hello IM Forum! I cant get an answer for this. I want to have three resized output images. Convert Input.png "DO STUFF" -flatten OriginalOutput.png -resize 50% MiddleSizedOutput.png -resize 20% ThumbnailOutput.png. It gives only the last render. I also tried parenthesis and searched the do...
by KandisZZ
2011-02-15T14:48:01-07:00
Forum: Users
Topic: Limit Textbox size
Replies: 6
Views: 10493

Re: Limit Textbox size

Hey!
Wow the same code without the spaces work now.
Thx a lot.
Is this an intended behavior?

greetings paul.
by KandisZZ
2011-02-15T11:34:24-07:00
Forum: Users
Topic: Limit Textbox size
Replies: 6
Views: 10493

Re: Limit Textbox size

Hi.
IM 6.5.7.

Code: Select all

-background none  -font Fonts/myFont.ttf -size 100 x 100  -fill '#123456' -gravity North  -pointsize 22  caption:'Hello All'  -set page +10+10 -crop 100 x 100 +0+0 
Greets paul.
by KandisZZ
2011-02-15T10:10:57-07:00
Forum: Users
Topic: Limit Textbox size
Replies: 6
Views: 10493

Limit Textbox size

Hello Again. I cant get an answer for my problem. I want to limit the Textbox size. IM respects the left and right of my given -size WxH argument. But if the Text is too big, the Text floats down. I want it cutted off. Hope u understand what i mean. thx for help! paul. *edit: I tried to crop. Wont w...
by KandisZZ
2011-02-13T16:32:18-07:00
Forum: Users
Topic: Crop Zoom Resize
Replies: 2
Views: 10620

Re: Crop Zoom Resize

Thx for this.
Im going to tweak it for myself.
That helped me thx Bonzo!

paul
by KandisZZ
2011-02-13T06:33:20-07:00
Forum: Users
Topic: Crop Zoom Resize
Replies: 2
Views: 10620

Crop Zoom Resize

Hello IM Forum! My name is Paul. Im new with IM, and i´ve got a problem with a automatic crop zoom sequence. TARGET: I want to crop and zoom pictures with parameters. Then -flatten. PROBLEM: The crop and the resize command with the parameters wont work as expected. The croped result is always left s...