Hi,<br>
<br>
Sorry, I have a couple of questions:<br>
<br>
1.&nbsp; When I create a thumbnail with PIL it is extremly fast! Is
this speadup due to the subsampling (using only the DC component) alone
? Or are there some other tricks ?<br>
<br>
2. In thumbnail-Mode - does PIL still read the full jpeg stream from
disk and then only reads the Bytes of the DC component ? Or does PIL
directly read less Bytes from the disk, i.e. only the Bytes of the DC
component ?<br>
How does it &quot;know&quot; which Bytes belong to the DC component ?<br>
<br>
3. I guess 1/8 is the limit for subsampling since 8x8 blocks are used and PIL is taking only the DC component is that case ?<br>
<br>
4. What tricks is PIL using to speed up Thumbnail creation ?<br>
<br>
<br>
Cheers,<br>
jago<br>
<br>
<br>