Hello
The app I’m developing needs to able to send and image to the photo gallery so the user may print it out. While this post is in android, it is also applicable ios. I’m aware of the various plugin on the asset store the achieves this purpose, however, I am not interested in saving a photo of the user to the gallery. Instead, I want to send an image that the user can print out, like an AR marker. The plugins I have used thus far allows you to send textures to the gallery, that have not been generated from a screenshot. However, the aspect ratio of the image is distorted as the image is squeezed, unless the image is a specific aspect ratio that fits the size of the screen or camera, (I’m not entirely sure on those specifics). So essentially I’m asking how I could add an image of any aspect ratio to the gallery without it being distorted (preferable A4).
