i reinstalled imagemagick several times with --disable-openmp key, but no luck
then i uninstalled imagemagick first and made configure/make/install again and it works now!
openmp - is evil..
Search found 3 matches
- 2012-03-08T02:28:48-07:00
- Forum: Users
- Topic: cpu overloading
- Replies: 4
- Views: 7859
- 2012-03-07T14:58:26-07:00
- Forum: Users
- Topic: cpu overloading
- Replies: 4
- Views: 7859
Re: cpu overloading
in fact, i've got this results because of small investigation why server hang during picture uploading with carrierwave+rmagick gems for my ruby on rails app... in this case i do not know how to add -define jpeg:size=64x64 to rmagick incapsulated commands... is it only one possible solution, or is ...
- 2012-03-07T14:01:12-07:00
- Forum: Users
- Topic: cpu overloading
- Replies: 4
- Views: 7859
cpu overloading
hi! i have Version: ImageMagick 6.7.5-3 2012-02-23 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP installed my linux is gentoo (i've compiled from source) when i call convert image.jpg -scale 50% image-small.jpg everything goes ok but when i ...