Location:
Search - pf32bit
Search list
Description: 32位图像处理库delphi简单实现
TBitmap可以设置 [pfDevice, pf1bit, pf4bit, pf8bit, pf15bit, pf16bit, pf24bit, pf32bit, pfCustom]9种格式,这里为了处理32位图像只用了pf32Bit。-32 image processing to achieve the delphi simple tablet can set [pfDevi ce, pf1bit, pf4bit, pf8bit, pf15bit, pf16bit. pf24bit, pf32bit, pfCustom] formats, here to deal with 32 images used only pf32Bit.
Platform: |
Size: 5726 |
Author: fuxiaoyou |
Hits:
Description: 32位图像处理库delphi简单实现
TBitmap可以设置 [pfDevice, pf1bit, pf4bit, pf8bit, pf15bit, pf16bit, pf24bit, pf32bit, pfCustom]9种格式,这里为了处理32位图像只用了pf32Bit。-32 image processing to achieve the delphi simple tablet can set [pfDevi ce, pf1bit, pf4bit, pf8bit, pf15bit, pf16bit. pf24bit, pf32bit, pfCustom] formats, here to deal with 32 images used only pf32Bit.
Platform: |
Size: 5120 |
Author: fuxiaoyou |
Hits:
Description: Purpose:
--- --
This component is used for capturing staff from AVI to BMP.
Installation:
-------------
Extract the compiled units into your Lib directory or into
another directory that is listed in the Library path in your Delphi options.
Choose file AVIcap.dcu for register.
description:
------------
AVIcap V2.0 used for capturing frame from AVI without drawing on the screen, that is
essentially fast. It can be reached by using of avifil32.dll from MS Video For Windows.
New property: number of bits per pixel of bitmap.Now you can save BMP using next formats:
pf1bit, pf4bit, pf8bit, pf8bitGray, pf15bit, pf16bit, pf24bit, pf32bit, pfDevice.
See example to detail.-Purpose:---- This component is used for capturing staff from AVI to BMP.Installation :------------- Extract the compiled units into your Lib directory or intoanother directory that is listed in the Library path in your Delphi options.Choose file AVIcap.dcu for register.description :------------ AVIcap V2.0 used for capturing frame from AVI without drawing on the screen, that isessentially fast. It can be reached by using of avifil32.dll from MS Video For Windows.New property: number of bits per pixel of bitmap.Now you can save BMP using next formats: pf1bit, pf4bit, pf8bit, pf8bitGray, pf15bit, pf16bit, pf24bit, pf32bit , pfDevice.See example to detail.
Platform: |
Size: 9216 |
Author: 杨儒津 |
Hits: