You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
解决了,直接下载的编译好的软件里面部分会出现问题,记一下整体流程免得自己也忘了,整体和文档说明一致,具体有一点点差异。
安装顺序:mingw-w64,cmake
在主目录下自己编译
cmake -G "MinGW Makefiles" -B build -S src
cmake --build build --config Release
然后生成的编译好的里面才会含有gpupixel.dll才能正常使用,要用示例demo
cmake -G "MinGW Makefiles" -B examples/build -S examples
cmake --build examples/build --config Release
双击生成的exe可以打开examples里面对应的demo图像,用按键即可控制美颜和程度
A S D F G H - 增加磨皮, 美白, 瘦脸, 大眼, 口红, 腮红等级
Z X C V B N - 减少磨皮, 美白, 瘦脸, 大眼, 口红, 腮红等级
直接切换demo.png图像即可查看其他图像的演示
目前还不会:导出png图像,自定义API调用批量处理图像
如图生成exe文件后双击闪退是为什么呀?
The text was updated successfully, but these errors were encountered: