Dale wrote:
>I was surprised that there was a much less improvement on the second 
>file, since it was not a great deal smaller. I wonder if the color 
>depth makes a difference in the times?

In reality if we want to compare diffrences between djpeg 16 and 32 we
should not use them in Arachne at all. By copying a selected ammount of
various images to a RAMDrive and making a BAT file that looks like this we
can check the diffrent performences much better:

echo.|time
for %%d in (*.jpg) do djpeg.exe -bmp %%d
echo.|time

I haven't done any testing like that myself yet (I'm not even certain about
the bat file <g>).

But yes, color depth will change the time. Espacially if you convert it to
256 colors and there were more than 256 colors in the file.
//Bernie
http://bernie.arachne.cz/ DOS programs, Star Wars ...

Reply via email to