Through a powerapps application the user is submitting some images, which are stored in a table in the Dataverse as a image data type. Further those images are displayed in the app. (here the images are displayed in a nice quality) When I export the table, in the csv file of the exported data, I can see a base64 formatted text inside the image column. Also, when imported into another environment the image quality degrades and blurs out to some extent.
I need help on these:
1. How the images are stored in dataverse ?
2. I am sending good quality PNGs and why a thumbnail quality images is stored in the Dataverse ?
3. How can I retain the original image quality in another environment after exporting and importing the data ?