将位图字符串转换为 Base64 图像
Convert Bitmap String into Base64 image
我正在使用 Topaz Sigidp1。他们有一个 API 其中 returns 一个位图字符串。从那里网站 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)
现在我有了这个字符串。如何将其转换为 base64 图像?
更新: 这是前几个字符 93B2000004B8000009000500E4D69C820000000069006D006100670065000452E30B918FCE119DE30
我从 Topaz 支持团队那里得到了另一个版本,它具有这个 built-in 功能(base64 图像)。
我正在使用 Topaz Sigidp1。他们有一个 API 其中 returns 一个位图字符串。从那里网站 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)
现在我有了这个字符串。如何将其转换为 base64 图像?
更新: 这是前几个字符 93B2000004B8000009000500E4D69C820000000069006D006100670065000452E30B918FCE119DE30
我从 Topaz 支持团队那里得到了另一个版本,它具有这个 built-in 功能(base64 图像)。