anharu2394 / tapioca

a Flutter plugin for video editing on Android and iOS.
https://pub.dev/packages/tapioca
MIT License
123 stars 54 forks source link

Add Full Screen Image Overlay Option #78

Open paulpwo opened 1 year ago

paulpwo commented 1 year ago

I recently discovered this repository, but when implementing it, I needed my Bitmap to fit 100% of the height and width of the video (very useful for working with layers of processes, where I insert text enriched with emojis, capture them as an image and insert them into the video). I searched for several ways from Flutter, but since I was not successful, I made some modifications. I created a GlImageOverlayFilterFull on Android and I am working on getting the same result on IOS.

If you would like to add this feature, just let me know and I will create a pull request.