
This the original image, after resizing it to 640x410 I am getting below image.

I can see my image getting pixelated.
Can you please help?
Below is the code that I have written.
var wh = imageHelper.getWidthAndHeight(aspectRatio,_widthDp,_heightDp,screenType);
orignalImage.quality(100).resize(wh.width,wh.height,imageResizedCallback);
This the original image, after resizing it to 640x410 I am getting below image.
I can see my image getting pixelated.
Can you please help?
Below is the code that I have written.