Performance ping large miff
Posted: 2016-08-07T06:02:16-07:00
IM v6.9.5-3 on Windows 8.1.
"identify -ping x.miff" for large miff files is very slow.
It takes longer to "identify -ping x.miff" than it does to create it!
"identify -ping x.miff" for large miff files is very slow.
Code: Select all
f:\web\im>timec %IM%convert -size 7000x7000 gradient: x.png
TimeC c:\im\ImageMagick-6.9.5-3-Q16\convert -size 7000x7000 gradient: x.png
Seconds: 4.28
f:\web\im>timec %IM%convert -size 7000x7000 gradient: x.miff
TimeC c:\im\ImageMagick-6.9.5-3-Q16\convert -size 7000x7000 gradient: x.miff
Seconds: 3.02
f:\web\im>timec %IM%identify -ping x.png
x.png PNG 7000x7000 7000x7000+0+0 16-bit sRGB 118KB 0.000u 0:00.000
TimeC c:\im\ImageMagick-6.9.5-3-Q16\identify -ping x.png
Seconds: 0.03
f:\web\im>timec %IM%identify -ping x.miff
x.miff MIFF 7000x7000 7000x7000+0+0 16-bit TrueColor sRGB 294MB 0.234u 0:00.452
TimeC c:\im\ImageMagick-6.9.5-3-Q16\identify -ping x.miff
Seconds: 4.84