Search found 9 matches

by markth
2015-11-30T05:34:40-07:00
Forum: Users
Topic: Using CAPTION generates a single line when should be multiline
Replies: 4
Views: 2448

Re: Using CAPTION generates a single line when should be multiline

Right - I managed to upgrade IM to the latest version (6.9.2). The problem does still manifest itself.

Any thoughts?
by markth
2015-11-25T07:35:04-07:00
Forum: Users
Topic: Using CAPTION generates a single line when should be multiline
Replies: 4
Views: 2448

Re: Using CAPTION generates a single line when should be multiline

I'm a little scared to upgrade IM as it took me an age to get it installed. I ended up having to use MAMP as it was bundled with it and worked almost out of the box. Is it an easy process?
by markth
2015-11-25T06:30:26-07:00
Forum: Users
Topic: Using CAPTION generates a single line when should be multiline
Replies: 4
Views: 2448

Using CAPTION generates a single line when should be multiline

I am using ImageMagick v6.7.5 on OSX under Bitnami MAMP to output some quotations into a large image. I take a background, then overlay a famous quotation and its author, then save the image. The images themselves are quite large (up to around 8,000 pixels x 6,000 pixels). I am running a PHP script ...
by markth
2013-07-06T03:58:20-07:00
Forum: Users
Topic: Overlaying a rectangular logo
Replies: 3
Views: 1743

Re: Overlaying a rectangular logo

Pretty simple indeed - I was just putting the overlay code in the wrong place. I added it just before the final "output.jpg" and it's working well. Thank you very much Bonzo!
by markth
2013-07-06T03:56:05-07:00
Forum: Users
Topic: Overlaying a rectangular logo
Replies: 3
Views: 1743

Re: Overlaying a rectangular logo

I had tried a few variants of that and tried it again and in situ it doesn't work. If I paste my full code here: C:\imagemagick\convert.exe "large.jpg" ( -background none -fill rgba(255,255,255,0.9) -size 3430x1973 caption:"caption text" ( +clone -shadow 80x6+1+1 ) +swap -layers merge -repage +428 ...
by markth
2013-07-06T03:07:45-07:00
Forum: Users
Topic: Overlaying a rectangular logo
Replies: 3
Views: 1743

Overlaying a rectangular logo

I have tried and tried and tried so many different ways to do something as simple as overlay a small image on a larger image. The larger is 1000 x 750 px. The smaller is 100 x 50 px. I need to position it in the bottom right hand corner and I'll be expletived if I can. Can anyone offer me some ...
by markth
2013-06-19T05:28:27-07:00
Forum: Users
Topic: Caption positioning on a background problem - advice sought!
Replies: 3
Views: 3029

Re: Caption positioning on a background problem - advice sou

That's brilliant - thank you very much for your help - it has put me back on the right course!
by markth
2013-06-19T03:56:59-07:00
Forum: Users
Topic: Caption positioning on a background problem - advice sought!
Replies: 3
Views: 3029

Re: Caption positioning on a background problem - advice sou

PS the caption is positioning itself top left at the moment.
by markth
2013-06-19T03:56:13-07:00
Forum: Users
Topic: Caption positioning on a background problem - advice sought!
Replies: 3
Views: 3029

Caption positioning on a background problem - advice sought!

Hi all I have been battling for a couple of days with correct syntax, going around the houses. I have a background image that is 1024 x 768 px, and I want to drop a caption (of area 400 x 200) onto it, but at a position 150px from the left and 100px from the top. I can get the caption (with ...