Scaling images causes aliasing #2867
-
What would be the best option to scale images? I understand when I scale up it would impact quality, but I want the image at least be aliased better. The I'm basically doing this.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@RuudBurger Thank you for getting in touch again, I will try the tvOS PR this week. You are bringing an interesting and timely point. I believe that this issue is due to the default sampling option. This relates to #2509. As a workaround, using the imperative API, you have more (full? I will need to check) control over the sampling options: |
Beta Was this translation helpful? Give feedback.
-
on paper cubic is slower but that would be only relevant if you would
sample tons of images for a single frame. In your case, I don't think
you could feel the difference.
…On Sat, Jan 11, 2025 at 10:29 AM Ruud Burger ***@***.***> wrote:
Any big performance differences?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I have made a PR for it: #2880 . Could you send me the image and some scaling I should do it? I could add it to the test suite.