Quote:
Originally Posted by HARRY
1) The Load method does not reduce the bitmap, does it?
|
No, it just loads it like you say so it will cause problems on large images.
Quote:
|
2) The LoadThumbnail method does not read the thumbnail in the JPEG file, but makes a kind of thumbnail.
|
Yes, I tried to explain in the help - I'll try to make it clearer for the next release. The file is read in one scan line of the image at a time. The scan line is compressed to the width you specify, for high quality it is interpolated, for low quality bytes are discarded. For high quality as many scan lines as are needed to form one scan line of the thumbnail are interpolated vertically, for low quality scanlines that are not needed are discarded.