Using FILEINFO to Speed up the Load

You can speed up most load operations by passing a FILEINFO structure to the load function.

Whenever you pass a FILEINFO structure to a load function, you MUST set FILEINFO.uStructSize to sizeof(FILEINFO).

The structure can contain:

Information By
The complete information Calling L_FileInfo.
Only the file format FILEINFO.uStructSize = sizeof(FILEINFO)
Only the file name FILEINFO.uStructSize = sizeof(FILEINFO)

NOTE: Another way to speed up the load is to use the filter data mechanism described in the Using Filter Data to Speed up Loading Large Files topic.

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.