The LEAD Still Image Writer filter allows any DirectShow® application (such as Windows Media Player) to save the video stream to a variety of different still image file formats, including:
The filter is capable of saving any file format supported by LEADTOOLS Raster Imaging Pro toolkit. You need to unlock raster still image support using the DirectShow® Kernel before you can save the extra file formats not listed in the above list.
The Still Image Writer filter requires the LEAD raster DLLs to be present in the filter folder, or any folder in the Windows system-defined path. The filter will use the DLLs from the newest toolkit version (v17) if it finds them. Otherwise, it will use DLLs from previous versions (v16 or v15) if the latest toolkit DLLs are not found.
The following DLLs are required:
v17/16: LTFILU.DLL, LTKRNU.DLL, LTDISU.DLL and the file filters required for the particular file format you wish to support
v15: LTFILL15U.DLL, LTKRN15U.DLL, LTDIS15U.DLL and the file filters required for the particular file format you wish to support
You will need a LEADTOOLS Imaging Pro license to use this filter.
Filter Interface |
|
Interface ID |
IID_ILTStlImgWrt |
Input/Output Media Types |
MEDIATYPE_Video. |
Filter CLSID |
CLSID_LTStlImgWrt |
Property Page CLSID |
CLSID_LTStlImgWrtPropertyPage |
Filter category |
CLSID_LegacyAmFilterCategory |
Executable |
LTStlImgWrt.dll |
Header |
ILTStlImgWrt.h |
Win32, x64
LEAD Still Image Writer User Interface
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET