I'm asking because, while I could take a guess at how to do this, the way in my head seems very convoluted, so I wanted to see if you smart people have a quick and easy trick for this.
To give a little more incite, if I were to start building this, I would go about it this way:
1. Snapshot of canvas
2. Load into sprite
3. Resize and display this newly loaded sprite over a preset layer w/ text
4. Snapshot this new canvas
5. Load again into a sprite
6. Share this final sprite
Is there a better way then this?