Skip to content

This code can be used to transform image into circular image with a circular border.Border size and colour can be changed directly by tweeking the code.

Notifications You must be signed in to change notification settings

simranjeet09/Glide-Circle-Border-transformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Glide-Circle-Border-transformation

This code can be used to transform image into circular image with a circular border.Border size and colour can be changed directly by tweeking the code.

Usage:-

                        Glide
                        .with(CONTEXT)
                        .load(IMAGE URL HERE)
                        .override(IMAGE_WIDTH, IMAGE_HEIGHT)
                        .transform(new CircularTransformWhite(CONTEXT)
                        .into(IMAGE_VIEW);

                            License Please review below licence from the owner of GLide https://github.com/bumptech/glide/blob/master/LICENSE

About

This code can be used to transform image into circular image with a circular border.Border size and colour can be changed directly by tweeking the code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published