Horizontal/Vertical lines interpolation #819
Answered
by
ogoffart
DaMilyutin
asked this question in
Q&A
Answered by
ogoffart
Jan 9, 2022
Replies: 2 comments 12 replies
|
And It definitely has same rendering issue in browser. |
1 reply
|
Looks like a Moiré pattern that could be caused by some scaling somewhere in the pipeline. If the image is not rendered at the exact same size of the source, it is going to be scaled. Another problem would occur if we don't draw the image aligned on the pixel grid, which might also be the case. |
11 replies
Answer selected by
DaMilyutin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment









Looks like a Moiré pattern that could be caused by some scaling somewhere in the pipeline. If the image is not rendered at the exact same size of the source, it is going to be scaled. Another problem would occur if we don't draw the image aligned on the pixel grid, which might also be the case.
I'm also seeing some optical illusions looking at the original images, but i guess you don't mean that problem.