Search found 4 matches
- 2011-04-19T06:50:35-07:00
- Forum: Users
- Topic: My convert resize become slow!!!HELP!!
- Replies: 8
- Views: 17681
Re: My convert resize become slow!!!HELP!!
hi,NicolasRobidoux I apprectiate your reply,so what can I do for IM configuration. ... CFLAGS -g -O2 -Wall -pthread . .. this is my configure for my IM now. ./configure --disable-openmp --without-x Could you give me suggestion for my slow IM resize command? thanks again. Matt Huang~~
- 2011-04-19T05:45:56-07:00
- Forum: Users
- Topic: My convert resize become slow!!!HELP!!
- Replies: 8
- Views: 17681
Re: My convert resize become slow!!!HELP!!
dear Magick, I really think my system have some problem, and do not let IM speed up...thanks a lot.. identify -list configure Name Value ------------------------------------------------------------------------------- CC gcc -std=gnu99 -std=gnu99 CFLAGS -g -O2 -Wall -pthread CODER_PATH /usr/local/lib ...
- 2011-04-19T05:28:10-07:00
- Forum: Users
- Topic: My convert resize become slow!!!HELP!!
- Replies: 8
- Views: 17681
Re: My convert resize become slow!!!HELP!!
hi,magick~ thanks for your rpely. I really don't know what happen to "IM convert resize". The command 's reule..... bash-3.00$ time convert -size 480x640 IMG_0123.JPG -quality 80 ok.jpg real 0m1.756s user 0m1.441s sys 0m0.156s bash-3.00$ time convert -size 480x640 IMG_0123.JPG -resize 480x640 ...
- 2011-04-19T03:55:38-07:00
- Forum: Users
- Topic: My convert resize become slow!!!HELP!!
- Replies: 8
- Views: 17681
My convert resize become slow!!!HELP!!
dear all, I use IM to convert jpeg about six month ago, but convert become slow lately. I don't know why, and I found goole or anything cannot give me any answer...anyone can help me?? environment:ImageMagick-6.6.9-5,httpd-2.2.10, php-5.2.6 ./configure --disable-openmp --without-x my code bash-3.00 ...