请教视频卡开发(MATROX)图象保存问题高分,不够加(100分)

  • 主题发起人 主题发起人 youyo2bb
  • 开始时间 开始时间
Y

youyo2bb

Unregistered / Unconfirmed
GUEST, unregistred user!
我用MATROX-M2开发,有没有一个函数是可以把当前图象直接保存为BMP格式
我要实现的是把图象直接保存到一文件夹中再系列重命名以下为部分代码
if not DirectoryExists(CapDir) then
if not CreateDir(CapDir) then
raise Exception.Create(CapDir);
BmpFile := CapDir + Info.SOPInstanceUID + '.bmp';
saveOK := ???????? (bmpFile);
if not saveOK then begin
raise Exception.Create('ERROR');
Exit;
end;

问号处要用什么函数属性???
 
没人用过MATROX的卡吗?请指教?紧急!!!!
 
后退
顶部