Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
[SOLVED] how to sharpen images
-
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 :)