The execution time when inspecting uncompressed tiff files (10MB) using ImageMagick's identify program is unusual long:<br />
real 0m6.179s<br />
user 0m0.146s<br />
sys 0m6.024s<br />
<br />
This slowness exists only in uncompressed tiff files. Compressed tiff files are not affected. If the tiff file is compressed using Adobe Deflate, the execution time is normal:<br />
real 0m0.065s<br />
user 0m0.026s<br />
sys 0m0.040s<br />
<br />
Using newer version of ImageMagick (6.8.4), the execution time of identifying uncompressed tiff is normal:<br />
real 0m0.053s<br />
user 0m0.020s<br />
sys 0m0.032s<br />
<br />
This slows down our workflow considerably to make using identify nearly useless, because when I have 10 this like uncompressed tiff files, the execution times are:<br />
real 0m59.083s<br />
user 0m1.873s<br />
sys 0m57.130s
↧