I have 2 pictures, A and B, my goal is to put B onto A and save it to the user's device (This is similar to the Paste() function from the Pillow Library in python)
Note that both B and A are user selected with activity so I get the URI
Firstly; How would I go about pasting B onto A in Kotlin + Android Studio?
Secondly; How would I resize B to work on a specific aspect ratio for different pictures of type A?