Skip to content

Instantly share code, notes, and snippets.

View brunopintos's full-sized avatar
👨‍💻
Making software

Bruno Pintos brunopintos

👨‍💻
Making software
View GitHub Profile
@hossain-khan
hossain-khan / RoundedTransformation.java
Created July 25, 2016 19:19 — forked from aprock/RoundedTransformation.java
Rounded Corner Image Transformation for square's Picasso
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.RectF;
import android.graphics.Shader;
/**