Thumbnail Browser

LEADTOOLS C API provides a thumbnail browser that browses a specified directory for images supported by LEADTOOLS. For each supported image, a thumbnail image is generated. To browse a directory, call L_BrowseDir. The parameters passed to this function affect both the browse process and thumbnail characteristics. Thumbnails generated by this function are handled by the BROWSEDIRCALLBACK function, which is required.

The L_BrowseDir function uses the L_CreateThumbnailFromFile function internally for every file in the directory being browsed. The L_CreateThumbnailFromFile function can be used to manually create the thumbnail for a single specified image file.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help