Closed pawaom closed 1 year ago
Can we add gif as watermark
there is a BitmapOverlayFilter.java class however it seems we can add only images , how can we add an animated gif as watermark
There is FrameSequenceAnimationOverlayFilter that does that. You will have to implement AnimationFrameProvider, which should be pretty straightforward. There should be an example in demo app.
FrameSequenceAnimationOverlayFilter
AnimationFrameProvider
Can we add gif as watermark
there is a BitmapOverlayFilter.java class however it seems we can add only images , how can we add an animated gif as watermark