jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

Use with FFImageLoading #36

Closed tiscott1 closed 7 years ago

tiscott1 commented 7 years ago

Hey James,

I was curious if you've ever used your plugin with FFImageLoading. I know FFImageLoading has a circle transformation, but I much prefer the way your plugin works with regard to drawing an image inside a circle as opposed to cropping the image to a circle. If not, do you have a suggestion of where I might start?

jamesmontemagno commented 7 years ago

Since it is a customer render and theirs is a custom renderer you can't today unless you bring the source code into your app and inherit from their image type.

I am thinking of moving this to be all attached properties in the future though so we will see :)