Hello all,
I'm working on a computer performance benchmark relating to image processing. ImageMagick looks like it'll be a great tool for this. The thing is, I'm trying to exercise all the processor cores on my workstation (8, in this case), so I'm looking for some pointers to operations which are multi-threaded, either by default or with a command-line switch.
For example, I tried -blur, but it was clearly using only one core.
I'm using the standard Windows 6.3.8-9 dll.exe binary, downloaded today.
Are there some multi-threaded operations, filters, reads, writes, etc? If so, and they're not multi-threaded by default, how to I enable multi-threading? Do I need a different build?
Thanks!
Regards,
Dan