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
While the filters works flawlessly for the Android version of the app, when i tried to load an image with its filters on iOS 16.1, i get the following crash:
OutOfMemory
The OS most likely terminated your app because it overused RAM.
When comment out the FilterComponent the app does not crash.
The implementation i followed is the one described here