GPhotos
GPhotos copied to clipboard
Retaining EXIF data on upload
I'm running into some issues where I upload a portrait photo from iOS that gets rendered as a landscape photo in Google Photos. From my testing it seems to most likely be the result of loading it as a UIImage
and calling pngData()
. Would it be possible to have MediaItems.Item
support Data
instead, to allow lossless image uploading to Google Photos, uploading videos, etc?