pixpark / gpupixel

Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.

Home Page:https://gpupixel.pixpark.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lglucifer opened this issue · 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