Search found 44 matches

by mostafanastary
2014-11-30T15:13:28-07:00
Forum: Users
Topic: How create persian or arabic text with imgaemagick ?
Replies: 19
Views: 18064

Re: How create persian or arabic text with imgaemagick ?

if i want to get text from input form, what do i do?
by mostafanastary
2014-11-30T15:11:19-07:00
Forum: Users
Topic: composite flag with image
Replies: 12
Views: 11749

Re: composite flag with image

Dear fred,

your code is good, but with my face picture in photofunia.com result is very real, why?

Image
by mostafanastary
2014-11-30T15:00:08-07:00
Forum: Users
Topic: How create persian or arabic text with imgaemagick ?
Replies: 19
Views: 18064

Re: How create persian or arabic text with imgaemagick ?

Hi fred my result with your code with copy and paste is: http://img.majidonline.com/thumb/311508/result.jpg and with type myself is like it too: http://img.majidonline.com/thumb/311508/result.jpg i write سلام in notepad or notepad++ and copy and paste in code but result is like that too, http://img....
by mostafanastary
2014-11-30T12:56:40-07:00
Forum: Users
Topic: How i can create image circle like this?
Replies: 3
Views: 4005

Re: How i can create image circle like this?

hi again, i remove ' ' from inside and code like: exec("convert 1.png 2.png 3.png ((((N.png)))) -set page +%[fx:80*cos((t/n)*2*pi)]+%[fx:80*sin((t/n)*2*pi)] -background none -layers merge +repage image_circle.png"); and it work very good. http://img.majidonline.com/thumb/311507/image_circl...
by mostafanastary
2014-11-30T12:11:34-07:00
Forum: Users
Topic: How i can create image circle like this?
Replies: 3
Views: 4005

How i can create image circle like this?

hi i read the http://www.imagemagick.org/Usage/layers/#layer_calc and saw : convert {balloon,castle,eye,eyeguy,ghost,hand_point,medical}.gif \ {news,noseguy,paint_brush,pencil,present,recycle}.gif \ {shading,skull,snowman,storm,terminal,tree}.gif \ \ -set page '+%[fx:80*cos((t/n)*2*pi)]+%[fx:80*sin(...
by mostafanastary
2014-11-30T04:51:36-07:00
Forum: Users
Topic: How create persian or arabic text with imgaemagick ?
Replies: 19
Views: 18064

Re: How create persian or arabic text with imgaemagick ?

Hi,
can you put complete command line for سلام ?

thank you
by mostafanastary
2014-11-30T04:41:56-07:00
Forum: Users
Topic: composite flag with image
Replies: 12
Views: 11749

Re: composite flag with image

Hi fred,

i need use every face and every flag with any color, like:

http://i.imgur.com/pduoc2Y.jpg
http://i.imgur.com/pt3pTa4.jpg
http://i.imgur.com/FUfstEv.jpg
http://i.imgur.com/ChYNTch.jpg

thank you
by mostafanastary
2014-11-30T04:32:22-07:00
Forum: Users
Topic: How create persian or arabic text with imgaemagick ?
Replies: 19
Views: 18064

How create persian or arabic text with imgaemagick ?

Hi, I read every post in internet also Imagemagick forum and in the end, i can't find a way to write Persian Or Arabic language text with imagemagick. i see the pango and my server administrator told me, it is old and without any new update, Is there any help for my problem? Now, i create my text wi...
by mostafanastary
2014-11-29T16:23:42-07:00
Forum: Users
Topic: Hoo use convert composite with multiply -gravity center
Replies: 3
Views: 4105

Re: Hoo use convert composite with multiply -gravity center

Hi dear fred,

I change my command line to:

exec("composite multiply -gravity center -geometry +0+0 -compose Over 1.png 2.png -quality 100 ".$result_image);

and work well.

thank you for reply.
by mostafanastary
2014-11-29T16:21:26-07:00
Forum: Fred's Scripts
Topic: how i can use the fred script with php?
Replies: 4
Views: 15811

Re: how i can use the fred script with php?

thank for reply, I found : http://www.imagemagick.org/discourse-server/viewtopic.php?t=9631#p53156 part witch about exec() , i use exec() already but some of code in fred home page is ready to use, also those are amazing for work with imagemagick. I try http://www.imagemagick.org/discourse-server/vi...
by mostafanastary
2014-11-29T14:05:01-07:00
Forum: Fred's Scripts
Topic: how i can use the fred script with php?
Replies: 4
Views: 15811

how i can use the fred script with php?

Hi,

I need use some code from fred imagemagik example with php, the downloadable script is different.

any help please?
best regards.
by mostafanastary
2014-11-29T14:01:14-07:00
Forum: Users
Topic: Hoo use convert composite with multiply -gravity center
Replies: 3
Views: 4105

Hoo use convert composite with multiply -gravity center

Hi, i need use this code:

exec("convert ".$newfile1." 1.jpg -compose Lighten_Intensity -composite -quality 100 ".$result_image);

but i need to use (( multiply -gravity center -geometry +0+0 )) with that.

is there any solution?
thank you
by mostafanastary
2014-11-29T13:40:25-07:00
Forum: Users
Topic: composite flag with image
Replies: 12
Views: 11749

Re: composite flag with image

Hi again, thank for reply with png file and 50% transparency with photoshop and use the: exec("composite multiply -gravity center -geometry +0+0 iran.png face.jpg -quality 100 result.jpg"); result is: http://i59.tinypic.com/2jbw7jr.jpg and with 100% transparency flag like: http://i57.tinyp...
by mostafanastary
2014-11-29T03:41:59-07:00
Forum: Users
Topic: composite flag with image
Replies: 12
Views: 11749

composite flag with image

Hi, I need to composite flag on face for create football fans. I have some flag and when in use : exec("convert face.jpg flag.jpg -compose Overlay -composite -quality 100 ".$result_image); the result picture is not good in every case, for example if the flag has some color or shap result i...