Search found 2 matches
- 2018-11-20T05:33:01-07:00
- Forum: Users
- Topic: Extremely slow TIFF conversion (Ubuntu)
- Replies: 4
- Views: 4276
Re: Extremely slow TIFF conversion (Ubuntu)
Thanks to both of you. I have confirmed that OpenMP is not listed in the features (see my edit above with output of -version). Including "-limit thread 1" seems to run faster (but I have a very small number of tests) so I will look at adding that to the overall configuration. Here's the crappy part ...
- 2018-11-19T13:06:23-07:00
- Forum: Users
- Topic: Extremely slow TIFF conversion (Ubuntu)
- Replies: 4
- Views: 4276
Extremely slow TIFF conversion (Ubuntu)
I am seeing general slowness with ImageMagick, sometimes a coredump, and seems to really only happen when dealing with TIFF files. This occurs from the command-line and using PHP. I read about a possible issue with OpenMP, and so compiled from source "--without-openmp". So two questions: how do I ...