Search found 5 matches

by Falesh
2012-05-20T16:00:43-07:00
Forum: IMagick
Topic: Changing environmental variables
Replies: 0
Views: 5462

Changing environmental variables

I've got a script resizing images on a regular basis on a shared hosting account. When it is busy it hits 100% CPU usage and when that happens the pages of the site load very slowly. I would like to change it so IMagick has a lower priority then anything else, is this possible on a shared host with ...
by Falesh
2012-03-21T11:54:46-07:00
Forum: MagickWand for PHP
Topic: Using -define jpeg:size= with PHP
Replies: 2
Views: 33147

Re: Using -define jpeg:size= with PHP

That made it more then twice as fast. Cheers! :D
by Falesh
2012-03-21T11:31:05-07:00
Forum: Users
Topic: Best CPU for ImageMagick performance
Replies: 3
Views: 9346

Re: Best CPU for ImageMagick performance

Thanks for that. Does Hyperthreading make much of a difference?
by Falesh
2012-03-21T10:53:24-07:00
Forum: MagickWand for PHP
Topic: Using -define jpeg:size= with PHP
Replies: 2
Views: 33147

Using -define jpeg:size= with PHP

I have read that when shrinking an image using -define jpeg:size= can greatly increase the speed of the operation. Is there a way to do this with the PHP module? My current code is: $image = new Imagick('origional.jpg'); $image->stripImage(); $image->setImageCompression(imagick::COMPRESSION_JPEG); i...
by Falesh
2012-03-21T09:21:49-07:00
Forum: Users
Topic: Best CPU for ImageMagick performance
Replies: 3
Views: 9346

Best CPU for ImageMagick performance

I've got a time sensitive application which needs to resize hundreds of images on a regular basis. What I would like to do is build the best computer I can to handle this. So, does anyone know which CPU is the best, Bulldozer, i5 2500k or something else? Also does the speed of the RAM influence the ...