本文介绍了如何将bmp图像保存到数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将图像保存在数据库中.
其实我有SDK,指纹读取器和教程.
我想使用c ++ dll在c#中开发应用程序.
以下是项目的自述文件

I want to save image in database.
Actually I have SDK, finger print reader and tutorial.
I want to develop application in c# using c++dll.
Below is the readme file of project

This setup program installes the .Net components as well
as help files and tutorials onto you machine.

Prerequisites

* .Net framework 2.0
* DermalogZF1 SDK
* Dermalog ZF1 Scanner connected
* Windows XP (SP2), 2000 (SP4), Vista 32(SP1)



Components:

* Dermalog.Imaging.Capturing.dll is the interface to ZF1 Scanner.
* Dermalog.AFIS.QualityCheck.dll calculates the Fingerprint quality.
* Dermalog.AFIS.Drawing.Compression.dll is responsible for compression
	into jpg2000 and WSQ.

You can easily access this components form your Visual Studio IDE.
In your project just select add references on .Net Tab you will see
Dermalog component, which can be added into you project.

Help files

You can access the help files from start menu ->Dermalog->.Net->ZF1 Standard SDK.

Tutorials

Dermalog provids you with various Tutorials with source code in C#. You find them
"%programm files\Dermalog\.Net\Tutorials%".

推荐答案




这篇关于如何将bmp图像保存到数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-12 05:01