Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I load a png image to a QImage object and I scale the image down to the size i want . The problem is the image gets fuzzy/blurry when scaled down ( or up i assume ) ... ... is there a way to resharpen the image ?
Hi,
Did you try to set the transformation mode to Qt::SmoothTransformation when scaling ?
[quote author="SGaist" date="1373403682"]Hi,
Did you try to set the transformation mode to Qt::SmoothTransformation when scaling ?[/quote]
That did the trick . Thanks man . Qt rocks .
You're welcome !
Don't forget to update your thread's title to solved :)