2021年1月24日

android-ndk-r21d 调用 FreeImage 实现图片格式转换

摘要: 之前用opencv转换,感觉就是高射炮打蚊子,还只支持5种图像格式,连gif都不支持。使用FreeImage,它几乎支持所有的图片格式 ImageUtility.cpp #include <jni.h> #include <iostream> using namespace std; #includ 阅读全文

posted @ 2021-01-24 11:11 空明流光 阅读(619) 评论(0) 推荐(0)

导航