<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Mar 24, 2019 at 5:49 PM Jan Havran <<a href="mailto:havran.jan@email.cz">havran.jan@email.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Wine community, this is my first Wine patch.<br>
<br>
This series fixes some drawing of GDI+ DrawImage() where resampling was applied.<br>
I tried to write some unit tests, but it turned out that there is no simple<br>
and effective way how to catch all differences between native gdiplus library<br>
and Wine lib (without putting significant part of DrawImage() into tests file).<br>
At least I wrote relative complex standalone tests for my own testing where<br>
I was comparing every pixel drawn by buildin and native lib, and I am<br>
pretty sure this series fixes mentioned issues without breaking anything else.<br>
<br>
There are much more drawing issues I noticed so far, but for some I do not know to<br>
fix them without breaking other stuff, for some issues I know what caused them, but<br>
I do not know how to fix them, and for some for I have no idea why are they appearing.<br>
But I will keep testing.<br>
<br>
Jan Havran (2):<br>
  gdiplus: Fix rounding dst_area borders for GdipDrawImagePointsRect().<br>
  gdiplus: Fix resample offset for nearest neighbor interpolation.<br>
<br>
 dlls/gdiplus/graphics.c | 46 ++++++++++++++++++++++++++++++++++-------<br>
 1 file changed, 38 insertions(+), 8 deletions(-)<br></blockquote><div><br></div><div>Hi, Jan.</div><div><br></div><div>Could you open a bug report for that, and attach before/after images there that show artifacts?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
-- <br>
2.21.0<br>
<br>
<br>
<br>
</blockquote></div></div>