[ios] Dropping a PNG will give a PNG path but JPEG content
Closed this issue ยท 6 comments
moffatman commented
See below method, the ext
is taken from the userImageUrl, but the content is always image.jpegData. Ideally we can get the image data in original format without conversion, but if not at least the extension should be correctly set to JPEG.
alexrabin commented
Good find! When I have a moment I'll look into this more.
alexrabin commented
@moffatman please take a look at pull request #13 at your earliest connivence.
moffatman commented
Looks ok ๐
alexrabin commented
@moffatman Merged into main. Test out version 0.0.5, let me know if it works
moffatman commented
Yep, problem is resolved in 0.0.5. Thanks for the quick fix ๐
alexrabin commented
No problem ๐