c++ - 将指纹(十六进制格式)转换为图像

标签 c++ objective-c uiimageview nsdata fingerprint

有转换代码吗?我有十六进制格式的指纹数据。我想在 UIImageView 中显示为图像。

我尝试将十六进制转换为 NSData 然后使用 imageWithData: 但它不起作用。没有图像显示。显然这不是图像。不以 FF D8 开始,也不以 FF D9 结束。

有人知道吗?感谢您的帮助。

最佳答案

看起来像Free FingerPrint Imaging Software (FFPIS)是一个可以转换 WSQ 的免费选项。

关于c++ - 将指纹(十六进制格式)转换为图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13207810/

相关文章:

快速在 UITableView 中异步加载图像 - 顶部单元格没有图片

c++ - 链内是什么意思?

c++ - 智能指针与引用

c++ - cppcheck 空指针取消引用 : m_buffer - otherwise it is redundant to check it against null

ios - "Hide"ViewController 没有完全关闭它

objective-c - 如何从其父类(super class)的实例分配 NSObject 子类实例?

ios - 在哪里使用 CGPathRelease?

c++ - 在 Windows 中,如何将 `GlobalAlloc` 替换为 `new` ?

objective-c - 合并并保存两个 UIImageView

ios - 如何在固定位置(无滚动)的 UITableView 后面插入 imageView?