LEAD Still Image Writer

The LEAD Still Image Writer filter allows any DirectShow application (such as Windows Media Player) to save the video stream The portion of the file holding the video data. The video data might be compressed to save disk space. The data has to be decompressed using a video decompressor before you can play (see) it. to a variety of different still image file formats, including:

The filter is capable of saving any file format supported by LEADTOOLS Raster Imaging 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 LEAD Still Image Writer filter uses the LEAD raster DLL's (v16: LTFILU.DLL, LTKRNU.DLL, LTDISU.DLL, LFXXX.DLL or v15: LTFILL15U.dll, LTKRN15U.dll, LTDIS15U.DLL, LFXXX.dll). These files can be in the same Still Image Filter folder or any folder in the Windows system-defined path.

You will need a LEADTOOLS Imaging Pro license to use this filter.

Filter Interface

ILTStlImgWrt
ILTStlImgWrtUserCallback

ILMMCommon

Interface ID

IID_ILTStlImgWrt
IID_ILTStlImgWrtUserCallback

Input/Output Media Types

MEDIATYPE_Video.
and the following subtypes
MEDIASUBTYPE_RGB24,
MEDIASUBTYPE_RGB555, and
MEDIASUBTYPE_RGB8.

Filter CLSID

CLSID_LTStlImgWrt

Property Page CLSID

CLSID_LTStlImgWrtPropertyPage

Filter category

CLSID_LegacyAmFilterCategory

Executable

LTStlImgWrt.dll

Header

ILTStlImgWrt.h

 

LEAD Still Image Writer User Interface