I try to unit test my render engine by comparing two QImage
generated with grabFrameBuffer()
.
It works perfectly on my laptop (Mac OS 10.9.2 non retina) and perfectly on my co-worker laptop (which is retina). But when I try to run the tests Travis-CI it generate the image but with a diff ±5% from the one I generated.
I'm using Qt 5.2.1
, don't hesitate to ask for any more info