Hey Carlos,
it seems that currently Image rendering ignores Exif info. So any rotation/flip is ignored.
Any idea where it is wrt the roadmap?
Sahil Bajaj
12/15/2021, 8:20 AM
In our attempts to do the same for Video, we had introduced a transform in Bitmap.
and we pass the same to shader and manipulate the tex coordinates accordingly.
But I guess we’ll still need exif parsing logic on the korim JPEG decoder.