android - Crop image as square with picasso -


how can crop image square using picasso library on android?

i need following: cat one , cat two

the following project provides lot of different transformations picasso

https://github.com/wasabeef/picasso-transformations

the 1 interested named cropsquaretransformation , can apply using following code

picasso.with(mcontext)        .load(r.drawable.demo)        .transform(transformation)        .transform(new cropsquaretransformation())        .into(holder.image); 

you add dependency or copy , paste classes need.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -