Does AnimPlayer benefit from multi-processors or multi-threading ?
Yes, AnimPlayer loads images independently in a separate background thread while you can review the entire sequence. So currently you can load two images at the same time. Calculation of lookup tables for color conversion and loading of OpenEXR files also support multi-threading. Because multi-processor systems become more and more popular, we will add more multi-threading features. However if your disks or network are slow, multi-threading can’t do magic.