ShellBrowser Delphi Components Documentation
ContentsIndexHome
Example

This example saves a thumbnail image as jpeg-file with a size of 150*150 pixel and a quality value of 50.

TJamThumbnailExtractor.SaveThumbnailToJPEG(JamThumbnailImage.Path, 'C:tempmyimage.jpg', 150, 150, 50);