Applying CoreImage Filters to Lottie Animations #2145
DigitalSolomon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Does anyone know the most efficient approach to applying a
CIFilter
to Lottie animation, per frame? For example, has anyone had luck using aCADisplayLink
to capture Lottie frames, convert them toCIImage
, and then apply variousCIFilters
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions