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
Is it not possible to cache an image with a custom CIFilter as of now?
What could be a workaround? Should I cache the load the image using ImagePipeline, then immediately apply my custom filter, and then override the saved data in the cache? I would like instant access to the image with the filter later on.
The text was updated successfully, but these errors were encountered:
Hey, @adamvnovak. I would suggest introducing a new initializer to CoreImageFilter that would support CIFillter. I'll be happy to get it reviewed and merged – it's going to be a great addition.
I use a custom LUT filter like so:
But it seems like the processors on ImageRequest don't allow you to pass a filter in, you can only identify existing filters.
Is it not possible to cache an image with a custom CIFilter as of now?
What could be a workaround? Should I cache the load the image using ImagePipeline, then immediately apply my custom filter, and then override the saved data in the cache? I would like instant access to the image with the filter later on.
The text was updated successfully, but these errors were encountered: