rubygarage / media-watermark

GPU/CPU-based iOS Watermark Library for Image and Video Overlay
https://rubygarage.org/
MIT License
217 stars 63 forks source link

Media element with Transform matrix #42

Open khaliddd opened 4 years ago

khaliddd commented 4 years ago

Hi Guys,

Can I set a transform matrix of media element?

Actually I have an app where user can place image on top of another image, with three gestures: scaling, translation and rotation,

due to these transformation I don't have the final frame after transformations. so somehow can I set transform matrix to media element ?

or any suggestion how can I resolve this issue using your library.

Thanks