Search found 4 matches
- 2013-09-01T09:20:34-07:00
- Forum: Users
- Topic: Speed up ImageMagick with libjpeg-turbo
- Replies: 6
- Views: 6913
Re: Speed up ImageMagick with libjpeg-turbo
Sure, I'll give you more information about that. I'm not an expert in linux, so I tried a top command : top - 11:58:10 up 10 days, 5:52, 2 users, load average: 0.03, 0.02, 0.00 Tasks: 39 total, 1 running, 38 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0 ...
- 2013-09-01T08:30:49-07:00
- Forum: Users
- Topic: Speed up ImageMagick with libjpeg-turbo
- Replies: 6
- Views: 6913
Re: Speed up ImageMagick with libjpeg-turbo
Thank you for your answer. Here's my version of IM: #convert -version Version: ImageMagick 6.8.6-9 2013-09-01 Q8 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC OpenMP Delegates: jpeg My result in local was similar, way, way faster than on the ...
- 2013-09-01T06:58:12-07:00
- Forum: Users
- Topic: Speed up ImageMagick with libjpeg-turbo
- Replies: 6
- Views: 6913
Re: Speed up ImageMagick with libjpeg-turbo
Hi there, still wondering where my problem is. On the other hand, I try to follow other tips: Using a VPS server, i try to limit the number of thread used by Imagemagick. I'm supposed to have only 2 cores availables and by default, the imagemagick configuration is set up to 32. I try to limit the ...
- 2013-08-30T07:16:37-07:00
- Forum: Users
- Topic: Speed up ImageMagick with libjpeg-turbo
- Replies: 6
- Views: 6913
Speed up ImageMagick with libjpeg-turbo
Hi, I did some development in a local environment. I put it online two days ago and was a bit disapointed by the time I need to resize image. So I was looking for all the tips I could find to resize my images faster. First things I did, was to configure IM in 8-bits mode instead of 16-bits. Then I ...