Implemented the generateThumbHash() function on iOS.
Used code from the thumbhash repository: https://github.com/evanw/thumbhash
Depends on D7778
Differential D7779
[native] Implement thumbhash generation on iOS bartek on May 10 2023, 6:04 AM. Authored by Tags None Referenced Files
Details Implemented the generateThumbHash() function on iOS. Depends on D7778 One easy way is to hook this to expo-image-picker result (e.g. avatar picker) and provide picked uri to the function. It should usually return a 43 char long string (sometimes longer if there is alpha channel).
Diff Detail
Event Timeline
Comment Actions Looks good to me! Adding @ashoat as blocking since the code from https://github.com/evanw/thumbhash is effectively a "new dependency" + to get sign off on license/attribution stuff.
|