Search found 237 matches

by agriz
2011-12-11T06:35:07-07:00
Forum: Users
Topic: How to make ASCII ART effect using Imagemagick?
Replies: 2
Views: 11622

How to make ASCII ART effect using Imagemagick?

Hi,

Is it possible to create Ascii Image for an original image. I search around the web, I didn't get much clue to do it using imagemagick.

Thanks
by agriz
2011-11-24T09:37:01-07:00
Forum: Users
Topic: Which is the best server between this to handle IM scripts?
Replies: 9
Views: 16241

Re: Which is the best server between this to handle IM scrip

Both are above 3 GHZ :)

I7 3.4
Xeon 3.2

Thanks for the help.
by agriz
2011-11-24T04:57:39-07:00
Forum: Users
Topic: Which is the best server between this to handle IM scripts?
Replies: 9
Views: 16241

Re: Which is the best server between this to handle IM scrip

Hi,

It is me again.

Intel Xeon E3 1230 which has DDR3 ECC RAM
Intel I7 2600 which has DDR3 RAM.

8GB RAM

Which can handle better
by agriz
2011-11-23T10:43:50-07:00
Forum: Users
Topic: Which is the best server between this to handle IM scripts?
Replies: 9
Views: 16241

Re: Which is the best server between this to handle IM scrip

I just got an answer from hardware forum

They said, in AMD core = threads
which means, AMD quad core will have 4 threads.
So, I guess intel's 4 core 8 thread processor is powerful
by agriz
2011-11-23T07:15:17-07:00
Forum: Users
Topic: Which is the best server between this to handle IM scripts?
Replies: 9
Views: 16241

Re: Which is the best server between this to handle IM scrip

Hi,

You said Imagemagick is threaded.
I am thinking to use 8 threaded Intel Processor.

My friend recommended me this.

Phenom II 955 Quad Core (4 cores)
8GB DDR3 RAM

Is this good? I don't know the threads of this processor.
by agriz
2011-11-21T09:00:15-07:00
Forum: Users
Topic: Which is the best server between this to handle IM scripts?
Replies: 9
Views: 16241

Re: Which is the best server between this to handle IM scrip

Thanks for your help! I will go with it.
In future, I will try to upgrade to quad core + DDR3 + 4GB
by agriz
2011-11-21T08:15:43-07:00
Forum: Users
Topic: Which is the best server between this to handle IM scripts?
Replies: 9
Views: 16241

Re: Which is the best server between this to handle IM scrip

No I don't own computer.
I have to pay rent.

For my budget, I just found this two.
Can i just go with Dual Core with 4GB DDR3 Ram?

leaseweb/ - This is the site where i have decided to get dedicated server for monthly rent.
by agriz
2011-11-21T06:50:02-07:00
Forum: Users
Topic: Which is the best server between this to handle IM scripts?
Replies: 9
Views: 16241

Which is the best server between this to handle IM scripts?

Hi I have just chosen two processor with few GB ram for which i can afford. I am not sure which will best fit for IM scripts (in PHP via exec). Dual Core 2.8Ghz with 4GB DDR3 Ram Quad Core 2.13GHz with 2GB DDR2 Ram Which will be faster than one another? Scripts will be just composting images over im...
by agriz
2011-11-18T12:07:54-07:00
Forum: Users
Topic: Imagemagick and resource usage - Optimize?
Replies: 9
Views: 16335

Re: Imagemagick and resource usage - Optimize?

"If you know of a image streaming (row-by-row) composition (or just overlay) command"

No. I don't know that.
Legends are here. How do i know? :)
by agriz
2011-11-17T06:19:02-07:00
Forum: Users
Topic: Imagemagick and resource usage - Optimize?
Replies: 9
Views: 16335

Re: Imagemagick and resource usage - Optimize?

The link is helpful.

Can you give me how to use "MAGICK_THROTTLE" in PHP.
I am using imagemagick with exec command
by agriz
2011-11-17T06:14:28-07:00
Forum: Users
Topic: Imagemagick and resource usage - Optimize?
Replies: 9
Views: 16335

Re: Imagemagick and resource usage - Optimize?

But using imagemagick, is this the best method to do the work?
by agriz
2011-11-17T05:39:59-07:00
Forum: Users
Topic: Imagemagick and resource usage - Optimize?
Replies: 9
Views: 16335

Re: Imagemagick and resource usage - Optimize?

Is there any other better way to do it?

convert 1.png image1.jpg -geometry +0+0 -compose DstOver -composite image2.jpg -geometry +100+25 -compose DstOver -composite image3.jpg -geometry +227+28 -compose DstOver -composite output.jpg

1.png has some transparent area where those three jpgs are added.
by agriz
2011-11-17T02:29:46-07:00
Forum: Users
Topic: Imagemagick and resource usage - Optimize?
Replies: 9
Views: 16335

Imagemagick and resource usage - Optimize?

Hi

It seems scripts are using high resource.
I got warning from my vps hosting.

The scripts are very simple convert script.

exec("convert .....");

Is there anything should i do after the convert like closing imagemagick or something?
by agriz
2011-11-13T13:11:22-07:00
Forum: Users
Topic: Imagemagick and GD
Replies: 4
Views: 9199

Re: Imagemagick and GD

I have planned to use convert with -geometry
by agriz
2011-11-13T13:10:02-07:00
Forum: Users
Topic: Imagemagick and GD
Replies: 4
Views: 9199

Re: Imagemagick and GD

I am just doing it.
The images are going to be 550x550

There will be 50x50 gap (transparent area). There will be about 15 gaps like that.
I will have 15 different images to fill that gap.