简体   繁体   English

将位图字符串转换为 Base64 图像

[英]Convert Bitmap String into Base64 image

I am using Topaz Sigidp1.我正在使用黄玉 Sigidp1。 They have one API which returns a bitmap string.他们有一个返回位图字符串的 API。 From there website https://www.topazsystems.com/Software/sigidp1.pdf ,从那里网站https://www.topazsystems.com/Software/sigidp1.pdf

GetBmpString()
(returns ascii hex string of bmp fingerprint--useful for web applications to send fingerprint image across
the web)

Now I have this string.现在我有了这个字符串。 How can I convert this into a base64 image?如何将其转换为 base64 图像?

Updated: Here are the first few chars 93B2000004B8000009000500E4D69C820000000069006D006100670065000452E30B918FCE119DE30更新:这里是前几个字符 93B2000004B8000009000500E4D69C820000000069006D006100670065000452E30B918FCE119DE30

我从具有此内置功能的 Topaz 支持团队那里获得了另一个版本(base64 图像)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM