I have an issue with wkhtmltoimage when i try to render a rotated image it comes out smudged (this only happens with this image).
This is a test of out happens (i made a static html to test it)
This is the image:
This is how it comes out when i rotate it:
When i dont rotate the image it comes out fine...
And finally the html:
<div style="background: #dfdfdf;width:300px;height:300px;padding:100px;">
<img src="tenChairs.png" style="width:150px;"></div>