Resizing images produces blurred results

Hi,
in order to built thumbnails I resize images. The result is annoyingly blurred…
(resizing is done by using the canvas.drawImageInRect method)

Any help appreciated.
Christian

Have you set respectScreenScale to true? This is usually the reason for blurred images.

1 Like

You made my day!

Thank you - works well now…
Christian