rezoo / movis

Python library for video editing, presentation video generation, motion graphics, shader art coding, and other video production tasks
https://rezoo.github.io/movis/
MIT License
350 stars 21 forks source link

Fix bug clipping non-white text image #59

Closed trungnt13 closed 5 months ago

trungnt13 commented 5 months ago

For non-white colors, QT creates a text image with only alpha equal to 0, thus, the clipping algorithm cannot remove empty pixels which results in misaligned text

Before image After image