Search found 161 matches: cpu

Return to advanced search

Slow convert on Intel Atom

Hi all, I got a intel atom 330 box with a 1.6ghz dual-core cpu and 4gb of ram. I'm running ubuntu 10.04 64bit linux on it and uses imagemagick from apt-get source. When i use the convert command to convert a bunch of pictures (standard pictures 2816x2112 ...
by dotdeas
2010-07-19T08:55:26+00:00
 
Forum: Users
Topic: Slow convert on Intel Atom
Replies: 2
Views: 78

Re: Please properly document Hue, Saturate, Colorize, Lumini

... Same thing happened last night, but the back button saved me, though not this time. A little more briefly: Multi processing: I didn't mean CPU, I meant the automating command calculating a number of algorithms and then weighting their output into the final output. So the user doesn't have ...
by KonfuseKitty
2010-07-19T00:10:52+00:00
 
Forum: Developers
Topic: Please properly document Hue, Saturate, Colorize, Luminize
Replies: 20
Views: 229

Re: Quality PDF>Image

... Even if you use identify instead of convert, ghostscript will still crunch through the entire PDF. If it's a big PDF, you might just find your CPU maxed and memory consumed until you're out of memory (at least on my 6.5.7-8).
by Mazin
2010-07-12T11:45:33+00:00
 
Forum: MagickWand for PHP
Topic: Quality PDF>Image
Replies: 5
Views: 2168

cli compare command stuck the PC

... <test_img2> <diff_img3> or: compare -metric PSNR <ref_imge1> <test_img2> <diff_img3> my problem is that sometimes this command is stuck my PC ( cpu =98%) and never end. i try -fuzz switch but with no luck. if images are not equal - it's OK for the application to throw exception or any other ...
by erezs
2010-07-01T05:36:04+00:00
 
Forum: Users
Topic: cli compare command stuck the PC
Replies: 1
Views: 59

IM hangs

... images using ImageMagick. IM uses "convert" to make an animations but sometimes "convert" freezes in a loop and starts using cpu/memory in big amounts until servers stops responding at all. It happends once a week. Maybe twice. I can't still find out the reason why it happends. ...
by gregory
2010-06-30T16:27:13+00:00
 
Forum: Users
Topic: IM hangs
Replies: 29
Views: 352

Multiple Instances

... if it could run through the loops without holding up on running one script at a time it would render much faster depending on the server spec's (cpu/ram etc...). I have also tried calling the script through exec() with no $return but it still waits until it's finished. Example from one of the ...
by immortal26
2010-06-21T21:03:55+00:00
 
Forum: Users
Topic: Multiple Instances
Replies: 0
Views: 79

"-set" or "%[fx...]" taking very long time

... ^ +repage +adjoin ^ x.png Now the time increases to about 1 minute per output file, for a total time of 7 days. (One dual-core CPU is saturated, the other is idle. There is negligible memory use or disk activity.) Am I doing something stupid, or is there a bug in "-set" ...
by snibgo
2010-06-18T18:35:48+00:00
 
Forum: Bugs
Topic: "-set" or "%[fx...]" taking very long time
Replies: 13
Views: 200

Re: IM Hangs When Converting Large TIF to FPX

OK false alarm. I tried the FPX conversion on a more powerful server and my 80MB TIFs completed fine. So, it's something resource (CPU or memory-related). Discussion closed.
by chanca
2010-06-10T12:03:13+00:00
 
Forum: Users
Topic: IM Hangs When Converting Large TIF to FPX
Replies: 5
Views: 184

Re: Convert sometimes very slow with creating histogram

... none that have (4 times) as high RAM usage I've had with some other pictures. RAM usage is around 116MB with each of those samples, one of the CPU cores is used completely, but I'm expecting that to be normal. Second command: 42 . If I run into a troublemaker again, think I remember one so ...
by bartgrefte
2010-05-28T09:37:10+00:00
 
Forum: Users
Topic: Convert sometimes very slow with creating histogram
Replies: 17
Views: 2002

Re: Handling LARGE image

... append 8 files: 941 seconds. 80% memory use. Heavy read/write to 4 magick files in %TEMP%. My laptop (4 GB, Windows 7) is also running a massive CPU-intensive job (IM is applying special effects to movie frames), so the append on Q16 might be reasonable on a quiet machine. But this test shows ...
by snibgo
2010-05-08T09:37:20+00:00
 
Forum: Developers
Topic: Handling LARGE image
Replies: 4
Views: 230

Re: Handling LARGE image

2324 seconds? Yikes. I suggest you find out the load on your CPU, memory and disk. I suspect your memory fills up, so IM has to use the disk. (My calculation shows you may need 1.392 GB out of your 3GB for the total image.) See the architecture document: ...
by snibgo
2010-05-08T07:10:39+00:00
 
Forum: Developers
Topic: Handling LARGE image
Replies: 4
Views: 230

Handling LARGE image

... forever. I used a very simple command "convert img1.jpg img2.jpg img3.jpg ... img8.jpg +append combined.jpg". Here's my system info: CPU: AMD Athlon 64 3800+ 512KB Mem: 3GB Can anyone help? Is it because of some kind of memory limit in ImageMagick? If so, is there any other image ...
by snake211
2010-05-07T21:06:28+00:00
 
Forum: Developers
Topic: Handling LARGE image
Replies: 4
Views: 230

[IM 6.5.4-6] identify.exe slow on a 5MB jpg file

... 5 MB jpg file (here if you want to test it http://www.icona.it/downloads/page_0001.jpg). The file is on a local disk and nothing else is using up cpu on the PC we used for the test. Is there any way to speed up identify -verbose (we need the -verbose option) ? We cannot use -format because we ...
by paulborile
2010-04-22T07:41:48+00:00
 
Forum: Bugs
Topic: [IM 6.5.4-6] identify.exe slow on a 5MB jpg file
Replies: 4
Views: 260

QuantizeImage() method takes too much CPU

Hi all, I tried to use QuantizeImage to reduce the gif-image's color, and found that as I increase the load (using LoadRunner),the CPU keeps raising until it gets 94%,here is my code below, QuantizeInfo *q_info = AcquireQuantizeInfo( image_info ); unsigned long colors = q_info->number_colors; ...
by livable
2010-04-22T00:54:56+00:00
 
Forum: MagickWand
Topic: QuantizeImage() method takes too much CPU
Replies: 0
Views: 168

"Import -window X" works with a delay

... This takes screenshot of a fairly small window, uses no compression and stores result in ramfs, all kind of pauses seems to be set to zero. Used CPU time is almost equal zero (as expected), but actual operation takes almost a second (!). This delay seems to be independent of KDE compositing being ...
by Self-Perfection
2010-04-17T02:29:54+00:00
 
Forum: Bugs
Topic: "Import -window X" works with a delay
Replies: 3
Views: 268
Next

Return to advanced search