Search found 63 matches

by dt59
2017-08-03T14:19:32-07:00
Forum: Users
Topic: hw to create a cake written text effect for a text
Replies: 10
Views: 6932

Re: hw to create a cake written text effect for a text

Once you have created the text image as above, you can composite it over your background image convert backgroundimage textimage -gravity GG -geometry +X+Y -compose over -composite resultimage See http://www.imagemagick.org/script/command-line-options.php#gravity http://www.imagemagick.org/script/c...
by dt59
2017-08-03T07:05:46-07:00
Forum: Users
Topic: hw to create a cake written text effect for a text
Replies: 10
Views: 6932

Re: hw to create a cake written text effect for a text

@pls fmw, am trying to write that text on an a image with these effect, can u help ??
by dt59
2017-08-03T06:54:48-07:00
Forum: Users
Topic: Question
Replies: 16
Views: 13523

Re: Question

so after downloading, is there any special folder to put Candice.ttf font before i can reference it
by dt59
2017-08-03T06:45:02-07:00
Forum: Users
Topic: hw to create a cake written text effect for a text
Replies: 10
Views: 6932

Re: hw to create a cake written text effect for a text

thanks man, am finding it difficult to login to these website, alway logging out each time i click a link.
by dt59
2017-08-02T15:11:33-07:00
Forum: Users
Topic: hw to create a cake written text effect for a text
Replies: 10
Views: 6932

Re: hw to create a cake written text effect for a text

Go to http://www.imagemagick.org/script/binary-releases.php#windows and download the appropriate version of ImageMagick for your computer (32-bit vs 64-bit). Unpack the package, launch and follow the install instructions. Recommend taking all the optional check boxes. solved. could u please help me...
by dt59
2017-08-02T11:48:22-07:00
Forum: IMagick
Topic: How to use php and ImageMagick
Replies: 9
Views: 19265

Re: How to use php and ImageMagick

kk, thanks man. so what if i want to run image magick on the world wide web(live sever)? hw would i install image magick on my c-panel
by dt59
2017-08-02T10:42:45-07:00
Forum: IMagick
Topic: How to use php and ImageMagick
Replies: 9
Views: 19265

Re: How to use php and ImageMagick

does it mean i have to change all the convert in code to magick? but why
by dt59
2017-08-02T10:40:52-07:00
Forum: IMagick
Topic: How to use php and ImageMagick
Replies: 9
Views: 19265

Re: How to use php and ImageMagick

:D :D :D :D :D :D wow my image magick is now working like a charm . i changed the convert to magick as suggested by fmw42. I thank every one that has reply my "useless Question" like Bonzo would call. thanks Bonzo, snibgo and fmw42. great community indeed. here is the working one: exec(&qu...
by dt59
2017-08-02T10:26:13-07:00
Forum: Users
Topic: Question
Replies: 16
Views: 13523

Re: Question

yes u are right fmw42. but here is another problem(window cmd -> error i get after typing the above code u suggested)

Code: Select all

magick: unable to read font `Candice' @ warning/annotate.c/RenderType/986.
magick: unable to open image 'font_tile.jpg': Permission denied @ error/blob.c/O
penBlob/3109.
by dt59
2017-08-02T10:18:32-07:00
Forum: Users
Topic: hw to create a cake written text effect for a text
Replies: 10
Views: 6932

Re: hw to create a cake written text effect for a text

You have not said what version of ImageMagick nor what platform. Please always provide that when asking questions, since syntax and scripting differ. If on unix-like system, see my texteffect script at my link below. Also you can try just adding a slight shadow to the text on a transparent backgrou...
by dt59
2017-08-02T07:27:47-07:00
Forum: IMagick
Topic: How to use php and ImageMagick
Replies: 9
Views: 19265

Re: Question

This is not a php forum ( Imagick is an external program and so might not return anything to php ) and "Question" is a useless title as you have at least two threads with the same title. Try basing your code on this example: exec("convert input.jpg output.png", $output, $return)...
by dt59
2017-08-02T05:43:59-07:00
Forum: Users
Topic: hw to create a cake written text effect for a text
Replies: 10
Views: 6932

hw to create a cake written text effect for a text

https://drive.google.com/open?id=0Bzlo ... 5uSmEzSEk
please am trying to achieve the text effect{cake} on the above image. please somebody should help me.
by dt59
2017-08-02T05:32:53-07:00
Forum: IMagick
Topic: How to use php and ImageMagick
Replies: 9
Views: 19265

How to use php and ImageMagick

<?php $input = realpath("image.jpg"); $g = exec("convert $input image.png"); if ($g){ echo "yes"; }else{ echo"is not working"; } ?> i wrote the above simple code but is returning false, could anyone suggest what could be wrong or the potential cause?
by dt59
2017-08-02T03:53:11-07:00
Forum: Users
Topic: Question
Replies: 16
Views: 13523

Re: Question

@snibgo am sorry for not replying. here is the version of IM: Version: ImageMagick 7.0.6-3 Q16 x64 2017-07-24 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629. I downloaded it from www.im...
by dt59
2017-08-02T00:52:11-07:00
Forum: Users
Topic: Question
Replies: 16
Views: 13523

Re: Question

oh..! my image magick is not still working after many reading and watching. i dont know what to do again. can somebody please just me. i typed: "convert -size 320x100 xc:lightblue -font Candice -pointsize 72 ^ -tile pattern:checkerboard -annotate +28+68 'Anthony' ^ font_tile.jpg" is not wo...