
Picasso.with(this)
.load(new File(path))
.resize(1440, 1920)
.centerInside()
.into(mTarget);
When I use picasso 2.3.3 load this image, I put some different width and height, sometimes it resize inaccuracy.
I debug some information to you. It look like width and height reversal.




I hope you can resolve this problem, thanks!
Picasso.with(this)
.load(new File(path))
.resize(1440, 1920)
.centerInside()
.into(mTarget);
When I use picasso 2.3.3 load this image, I put some different width and height, sometimes it resize inaccuracy.
I debug some information to you. It look like width and height reversal.
I hope you can resolve this problem, thanks!