wysaid / ios-gpuimage-plus

GPU accelerated image filters for iOS, based on OpenGL.
MIT License
250 stars 73 forks source link

Issue in video filter #24

Open brahmasys opened 7 years ago

brahmasys commented 7 years ago

❌❌❌ Load texture edgy_amber.png failed!

❌❌❌ /Users/yangwang/work/git/ios-gpuimage-plus/library/cge/src/filters/cgeMultipleEffects.cpp:162

❌❌❌ CGEDataParsingEngine::adjustParser Create Lookup filter Failed

❌❌❌ /Users/yangwang/work/git/ios-gpuimage-plus/library/cge/src/filters/cgeDataParsingEngine.cpp:596

❌❌❌ 特效指令 "@adjust lut edgy_amber.png" 无法生成任何特效!

❌❌❌ /Users/yangwang/work/git/ios-gpuimage-plus/library/cge/src/filters/cgeMultipleEffects.cpp:323

❌❌❌ setFilterWithConfig failed! ❌❌❌ /Users/yangwang/work/git/ios-gpuimage-plus/library/cge/interfaces/cgeFrameRenderer.mm:219

❌❌❌ CGEImageHandler: a null filter is sended. Skipping...

❌❌❌

I am getting this issue although I have image in my main bundle,

wysaid commented 7 years ago

Please know that: the image loading part has nothing to do with the main bundle. It's done by the callback here. Please check your code, and make sure you have the same callback.