JVCL Help:ICImageCompress@HIC@UINT@PBITMAPINFO@PVOID@PBITMAPINFO@LONG@PDWORD

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The summary for this help topic does not exist, edit this page

Pascal

 run\VFW.pas
 functionICImageCompress(hic: HIC; uiFlags: UINT; lpbiIn: PBITMAPINFO; lpBits: PVOID; lpbiOut: PBITMAPINFO; lQuality: LONG; plSize: PDWORD): THANDLE; stdcall;


Parameters

Parameters Description
hic: HIC compressor to use
uiFlags: UINT flags (none yet)
lpbiIn: PBITMAPINFO format to compress from
lpBits: PVOID data to compress
lpbiOut: PBITMAPINFO compress to this (NULL ==> default)
lQuality: LONG quality to use
plSize: PDWORD compress to this size (0=whatever)

run\VFW.pas


Description

The description for this help topic does not exist, edit this page


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page