Search found 237 matches

by agriz
2012-04-30T09:22:04-07:00
Forum: Users
Topic: Center Text On Image
Replies: 5
Views: 9252

Re: Center Text On Image

I thought we can't use annotate while using gravity center.

Can i use negative values in annotate?

Thanks
by agriz
2012-04-30T08:57:39-07:00
Forum: Users
Topic: Center Text On Image
Replies: 5
Views: 9252

Center Text On Image

Hi

I want to center the text on Image (Horizontal Center)
But the vertical position of the text will be in various place.

How do i do that?

Thanks
by agriz
2012-04-28T00:45:33-07:00
Forum: Users
Topic: Imagemagick sometimes not working
Replies: 1
Views: 3325

Imagemagick sometimes not working

I have installed imagemagick in my server.
It works and creates images sometimes. In othertimes, Image is not generated.

What would be the problem?

Thanks
by agriz
2012-03-04T22:40:28-07:00
Forum: Users
Topic: Displace - Split Source and Displaced Image Possible?
Replies: 7
Views: 12372

Re: Displace - Split Source and Displaced Image Possible?

-negate gave me good effect.
I am working on different value on -repage with different bg color.

There is lot and lot to learn in imagemagick :)
by agriz
2012-03-04T22:23:25-07:00
Forum: Users
Topic: Displace - Split Source and Displaced Image Possible?
Replies: 7
Views: 12372

Re: Displace - Split Source and Displaced Image Possible?

composite {displacement_map} {input_image} -displace {X}x{Y} {result}
According to this example,
img.png is the displacement_map
source.png is the input_image
and output.png is the result

Is that black border, i drawn, the displaced image of original image?
by agriz
2012-03-04T21:39:04-07:00
Forum: Users
Topic: Displace - Split Source and Displaced Image Possible?
Replies: 7
Views: 12372

Displace - Split Source and Displaced Image Possible?

exec("/usr/bin/convert -size 496x709 pattern:HORIZONTALSAW img.png"); exec("/usr/bin/composite img.png source.jpg -displace 50 output.png"); I would like to get the displace image. I don't want the source image. The displace effect is looking good. How do i get that image alone? ...
by agriz
2012-02-23T15:09:13-07:00
Forum: Users
Topic: Copy color from source image
Replies: 33
Views: 54441

Re: Copy color from source image

Thanks for the links. I will go through with it to learn more.
by agriz
2012-02-23T12:30:38-07:00
Forum: Users
Topic: Copy color from source image
Replies: 33
Views: 54441

Re: Copy color from source image

Sorry, I was not feeling well.

The script is awesome.
I just updated my fedora (yum -y update) I got 6.7.x.x of imagemagick.
-virtual-pixel black
What does it do? What are the other available options?
Also, I tried different values for -fill. I am confused in using that too.
by agriz
2012-02-10T19:06:55-07:00
Forum: Users
Topic: Copy color from source image
Replies: 33
Views: 54441

Re: Copy color from source image

Will it install in the /usr/bin/ ?
Or do i need to configure the path during the install?
by agriz
2012-02-10T18:43:12-07:00
Forum: Users
Topic: Copy color from source image
Replies: 33
Views: 54441

Re: Copy color from source image

I used yum install ImageMagick on my fedora.
How to get the latest version?
by agriz
2012-02-10T17:54:35-07:00
Forum: Users
Topic: Copy color from source image
Replies: 33
Views: 54441

Re: Copy color from source image

I tried your script. But it didn't work That is the right image. That girl image can be anything. I tried this code /usr/bin/convert zmy23k.png hva0p0_crop.jpg \( -clone 1 -fill white -colorize 100% -virtual-pixel black -blur 0x20 -auto-level -level 50x100% \) \( -clone 1 -clone 2 -alpha off -compos...
by agriz
2012-02-10T06:04:04-07:00
Forum: Users
Topic: Copy color from source image
Replies: 33
Views: 54441

Re: Copy color from source image

http://i40.tinypic.com/30hy8wn.png This is my exact need. I was trying lot. But This picture explains what i am exactly looking. I want to replace the photo in the heart. Another one is http://i44.tinypic.com/zmy23k.png I want to composite a photo in the middle of the heart, But the photo should mi...
by agriz
2012-01-17T02:46:02-07:00
Forum: Users
Topic: Server Performance - Need Help
Replies: 0
Views: 3762

Server Performance - Need Help

Hi I am using i7 3.4 ghz with 8gb ram. But the performance is becoming slow when there is some traffic. I have to upgrade the server. Can you recommend me some config which will work better with imagemagick? AMD FX-8120 Is it good to go with AMD FX-8120 with 16GB ram? Or will it give the same perfor...
by agriz
2012-01-11T06:15:44-07:00
Forum: Users
Topic: Is it possible to control cpu usage?
Replies: 13
Views: 34301

Re: Is it possible to control cpu usage?

You have done nice work!!! convert -font Ravie -pointsize 72 label:'Get Wet!' -border 10 \ -tile tile_aqua.jpg -draw "color 0,0 reset" \ -tile tile_water.jpg -gravity center -annotate +0+0 'Get Wet!' \ autosize_wet.jpg from this page -- http://www.imagemagick.org/Usage/text/ Will it use mo...
by agriz
2012-01-10T12:20:43-07:00
Forum: Users
Topic: Is it possible to control cpu usage?
Replies: 13
Views: 34301

Re: Is it possible to control cpu usage?

Using exec and imagic differs in performance?