|
|
|
|
|
by kcoppock
30 days ago
|
|
Thanks for taking a look! I haven't used Expo, but looking at the docs I wonder if using 'allowEditing: false' and 'exif: true' in the ImagePickerOptions would bypass reencoding? The gainmap is stored in the EXIF data. Instagram is similar in that the gainmap is stripped if you edit the image at all, cropping included, but if no crops or filters are done then the image retains the gainmap. Either way if the clients are able to render the HDR images, I think uploading on web is still a usable implementation. |
|