pixpark/gpupixel

[BUG]在iOS工程中导入相关framework后,图片出现反色现象

lglucifer opened this issue · 3 comments

Describe the bug
A clear and concise description of the bug.

XcodeVersion 15.2
iOSVersion 17.3.1
DeviceInfo: iPhone12
image
image
按照ImageFilterController相关,导入测试工程之后,图片出现反色现象,请问会是什么原因。VideoFilterController中效果正常。

这个问题有进展么

大概率是创建纹理 rgba 排列顺序错了,尝试修改下 source_image.cc 中这块其中一个 改成 GL_BGRA试试
image