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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -