hey all I guess everything is in the question ![]()
I’m basically working on an app where I have to add text on top of a photo (that you have taken using the device camera or just coming from the photo library…)
My idea was to use a render texture for that, then save this texture to a png but… I’m actually not sure I could create a big enough render texture (the idea is to keep the high resolution of the picture)
So could I create a 2k by 2k RenderTexture on iOS (let’s say devices > 3gs) or this is definitely not doable ??
thanks in advance !