Hi,
Is "Time to encode picture" also measuring the writing process?
I measure the time before and after cwebp.exe
echo %time%
cwebp.exe -v input.png -o output.webp
echo %time%
When I subtract "Time to encode picture" and "Time to read input" from the absolute time, I always get about 60 - 80 ms.
128 * 128 Pixel input image
Start Time: 19:47:26,41
Time to read input: 0.017s
Time to encode picture: 0.008s
End Time: 19:47:26,48
100 – 17 – 8 = 75 ms
2048 * 2048 Pixel input image
Start Time: 19:49:30,65
Time to read input: 0.068s
Time to encode picture: 1.051s
End Time: 19:49:31,83
100 – 17 – 8 = 75 ms
1180 – 68 – 1051 = 61 ms
Best regards,
Martin
Hi,
Is "Time to encode picture" also measuring the writing process?
I measure the time before and after cwebp.exe
echo %time%
cwebp.exe -v input.png -o output.webp
echo %time%When I subtract "Time to encode picture" and "Time to read input" from the absolute time, I always get about 60 - 80 ms.
128 * 128 Pixel input image
Start Time: 19:47:26,41
Time to read input: 0.017s
Time to encode picture: 0.008s
End Time: 19:47:26,48
100 – 17 – 8 = 75 ms
2048 * 2048 Pixel input image
Start Time: 19:49:30,65
Time to read input: 0.068s
Time to encode picture: 1.051s
End Time: 19:49:31,83
100 – 17 – 8 = 75 ms
1180 – 68 – 1051 = 61 ms
Best regards,
Martin