Questions tagged [circleimage]

29 questions
5
votes
2 answers

ionic 3 - show rounded image

I'm trying to set a round image at the top of a page (like a profile page). The image is rectangular and about 300x200. I've tried these ways: 1) Using the Ion-Avatar Tag 2) Using Ion-Image tag, setting the border radius in the scss None of these…
Usr
  • 1,938
  • 2
  • 31
  • 64
5
votes
1 answer

How to detect which circles are filled + OpenCV + Python

I am trying to develop a code to identify filled circle between number of empty circles. I have already identified each circle in center ordinates. How to detect which circle is empty & Which circle is filled? I have already develop this code import…
Chamith
  • 125
  • 12
3
votes
1 answer

Xamarin Circle image button

im using circleImage xmlns:ic="clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin.Abstractions" in my xaml file. and what i'm trying to do is inserting
softmarshmallow
  • 725
  • 2
  • 10
  • 28
3
votes
3 answers

make circle image acording to screen size with css

I am trying to make my images to circle.despite this image has different width and height, I want it to be circle that seems like they have same width and height length. For example; dimension of my image : 250X300. but I want it to be 200X200…
seyid yagmur
  • 1,182
  • 12
  • 23
2
votes
2 answers

Circle Image View shows square images

I want to add a list of circleimageview and text view and use it in the recycler view but it shows me square shape images like this but I want to show a rounded image
1
vote
0 answers

android- Show multiple images in one imageView?

I need to create a chat view like below image. if there are members more than 3, need to show number. But images need to retrieved from URL. i have done a research but can't find any example. here i have set one Image in a imageView.Can anyone help…
Coder
  • 672
  • 5
  • 22
1
vote
3 answers

Any Circle images overlapping plugin in Flutter

Is there any plugin in Flutter which could achieve something like the profile picture preview of persons who liked the picture on Instagram?
notarealgreal
  • 458
  • 8
  • 19
1
vote
1 answer

Picasso image does not display in circle view

The user profile-picture does not display in Circle Image View inside the Fragment. When a user uploads image, the upload and crop image features work, and the image also gets uploaded onto the Firebase database. But it does not display in the…
Shery
  • 29
  • 1
  • 4
1
vote
1 answer

Android Studio: Floating Action Button: elevation works, but not as it should

I need Circle ImageView with Shadow(elevation) on version >=16, i decided to try FAB. The problem: If fabsize - normal If you choose fabCustomSize(75dp)>fabsize(normal) - working, but image are to small: fabcustomsize 75dp XML:
1
vote
1 answer

I get black screen instead of photo

I got problem with my image loading in my Fragment, when i chose place to search for image and pick the picture instead of it i get the black circle, this is my code: civ = view.findViewById(R.id.circle_profile); civ.setOnClickListener(new…
1
vote
3 answers

How to show the full image in circle image view without streching?

I am new in android,I need to display the image in circular form but some images which have more than width and height from custom circular image view then displaying the image as streching form, But I want to show the image with reduce the size of…
1
vote
3 answers

How to Fit Image in CircleImage plugin of Xamarin.Forms

I am using following code.
Abhi
  • 5,231
  • 14
  • 71
  • 125
0
votes
1 answer

how can I make the image a proper circle?

Using Bootstrap V5.0 framework, I wanted to make a div with a circle image and some content. I know how to to use a 50% radius to create a circle, but I don’t know how to make the height of the div match the width, so I keep getting an oval shape. I…
0
votes
2 answers

How to draw border to an imageview with Coil in Android?

I am using 'Coil' to have circular imageview. I want to draw a circular border to this circular imageview. How to do it with using Coil? This is where I load the image: binding.imageviewFaceDetectionSelfieCircle.load(R.drawable.ic_avatar) { …