Search found 63 matches

by dt59
2017-08-25T15:51:53-07:00
Forum: Developers
Topic: hw to offset text from the top of an image and give it a text alignment of center
Replies: 50
Views: 92344

Re: hw to offset text from the top of an image and give it a text alignment of center

@snibgo , pls hw do i capture and report errors. can u give me the snippet to report error.
by dt59
2017-08-25T14:14:55-07:00
Forum: Developers
Topic: hw to offset text from the top of an image and give it a text alignment of center
Replies: 50
Views: 92344

Re: hw to offset text from the top of an image and give it a text alignment of center

sorri am replying late @fm pls i tried to test the code and has not been working. here is wat have tried: <?php $ou = "magick "; $ou .= "(-background white -fill black -gravity center -pointsize 36 label:'my first text' -trim +repage ) "; $ou .= "(-background white -fill bla...
by dt59
2017-08-17T01:14:44-07:00
Forum: Developers
Topic: hw to offset text from the top of an image and give it a text alignment of center
Replies: 50
Views: 92344

Re: hw to offset text from the top of an image and give it a text alignment of center

putting bracket around command, what does it help u to achieve? and pls is there any book that could be recommend as to teach me, hw to write imagemagick command. Am using IM for a project and its taking me time to learn and understand the flow of the script. could u pls show me an example IM comman...
by dt59
2017-08-16T13:22:01-07:00
Forum: Developers
Topic: hw to offset text from the top of an image and give it a text alignment of center
Replies: 50
Views: 92344

Re: hw to offset text from the top of an image and give it a text alignment of center

@fmw, u're using the label image operator, could t be possible to use the annotate IO.i really appreciate ur suggest above.
by dt59
2017-08-14T04:14:19-07:00
Forum: Developers
Topic: hw to offset text from the top of an image and give it a text alignment of center
Replies: 50
Views: 92344

Re: hw to offset text from the top of an image and give it a text alignment of center

i will want an offset from the top of the image not relative to the gravity setting, however i may want to use the gravity settings for my text alignment meaning if i want a text to be align left, i will use the gravity settings of west am trying to acheive something like these : https://drive.googl...
by dt59
2017-08-14T02:24:29-07:00
Forum: Developers
Topic: hw to offset text from the top of an image and give it a text alignment of center
Replies: 50
Views: 92344

hw to offset text from the top of an image and give it a text alignment of center

hw to offset text from the top of an image and give it a text alignment of center just like the image in the link explain what am trying to do
https://drive.google.com/open?id=0Bzloe ... 2JwSW8ybkU
by dt59
2017-08-13T23:12:58-07:00
Forum: Developers
Topic: hw to put space in between annotated text
Replies: 2
Views: 9553

Re: hw to put space in between annotated text

its prints the name with the single quote and dats not wat i want
by dt59
2017-08-12T17:20:43-07:00
Forum: Developers
Topic: hw to put space in between annotated text
Replies: 2
Views: 9553

hw to put space in between annotated text

Code: Select all

exec("magick cake1.png -fill #991918 -annotate 355x355+0+0 dave dte")
the above code will generate error simply because of the space in between dave and dte any idea on hw to deal with dese issue
by dt59
2017-08-12T07:25:34-07:00
Forum: Users
Topic: Hw can i return image magick error
Replies: 0
Views: 9645

Hw can i return image magick error

exec("magick img1.png -font bitchcakes.ttf -pointsize 50 -gravity center -fill #a1dbe0 -annotate +0+0 'a' -fill #d1d7d4 -annotate +2+2 'Anthony' -fill #e3e8e5 -annotate +3+1 'Anthony resultimage.png",$outp, $return); if ($return == "0") { echo '<br>Image generation sucssesful<br...
by dt59
2017-08-08T12:39:34-07:00
Forum: Users
Topic: hw to use image magick on hostgator or other hosting company
Replies: 6
Views: 8055

Re: hw to use image magick on hostgator or other hosting company

@fmw have taken a bold step by running the script on a hosting account. although it was awesome to discover the script did worked and i noticed that if i typed just a plain code like these: <?php exec("convert -size 400x400 xc:red davemagick.png",$outp, $return); if ($return == "0&quo...
by dt59
2017-08-08T11:21:02-07:00
Forum: Users
Topic: hw to use image magick on hostgator or other hosting company
Replies: 6
Views: 8055

Re: hw to use image magick on hostgator or other hosting company

i will want Imagemagick. Then i will then use PHP exec() command interface but my problem now is, i will want to use image magick with hosting services such as bluehost, hostgator, etc. now do they have the imagemagick.dll file? that will allow me run command such as: magick label.gif +matte \ \( +c...
by dt59
2017-08-08T05:50:50-07:00
Forum: Users
Topic: hw to use image magick on hostgator or other hosting company
Replies: 6
Views: 8055

Re: hw to use image magick on hostgator or other hosting company

your anwsers are confusing you said MagickStudio is a web based version of ImageMagick and is hosted on the ImageMagick web site. It can be found elsewhere, but is not supported except on the ImageMagick web site. and now yo are saying Ask you service provide at Hostgator or wherever to install Imag...
by dt59
2017-08-05T17:05:55-07:00
Forum: Users
Topic: hw to use image magick on hostgator or other hosting company
Replies: 6
Views: 8055

hw to use image magick on hostgator or other hosting company

hello hw can i start using image magick on hostgator or other hosting company on the world wide web??
by dt59
2017-08-04T12:47:13-07:00
Forum: Users
Topic: hw to use image magick on hostgator or other hosting company
Replies: 1
Views: 10884

hw to use image magick on hostgator or other hosting company

hello hw can i start using image magick on hostgator or other hosting company on the world wide web??