feat: (iOS) Apply trilinear filtering to smooth out missized images#368
feat: (iOS) Apply trilinear filtering to smooth out missized images#368zarv1k wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
|
🚀 Thanks for your first Pull Request! |
|
Hi @zarv1k |
devanshsaini11
left a comment
There was a problem hiding this comment.
Could you move the filtering lines outside the #if block?
Hi! TBH I haven't seen any problems with blurry images for a while. I've been using such fixes for a long time via patching original fast-image lib to make images look better. |
done |
|
@zarv1k |
Summary:
This PR improves quality of missized images by applying a trilinear filter.
Changelog:
Test Plan:
Use large image in smaller container view. Before update you can see that the straight lines are stepped, which is really noticeable. After this update image the straight lines on the image look much better as on screenshots below:
Before:

After:
