You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was working on #590, I came across an NSHipster article which suggested that image scaling performance varied vastly between different options and that the CIImage approach might be one of the slower ones. It might be worth revisiting this to see if we can make updates more responsive.
Of course, perhaps the easiest approach would be to generate the privacy mode once (as @tomsci had in his original implementation), rather than generating it on every upload (though this does gain us some flexibility).
The text was updated successfully, but these errors were encountered:
When I was working on #590, I came across an NSHipster article which suggested that image scaling performance varied vastly between different options and that the
CIImage
approach might be one of the slower ones. It might be worth revisiting this to see if we can make updates more responsive.https://nshipster.com/image-resizing/
Of course, perhaps the easiest approach would be to generate the privacy mode once (as @tomsci had in his original implementation), rather than generating it on every upload (though this does gain us some flexibility).
The text was updated successfully, but these errors were encountered: