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
- 2,628
- 10
- 51
- 91
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
- 129
- 1
- 13
5
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,572
- 17
- 26
4
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

Monu Rohilla
- 1,311
- 5
- 20
3
votes
2 answers
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
- 1,034
- 2
- 16
- 31
2
votes
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…

Manojkanth
- 1,071
- 11
- 27
2
votes
4 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
- 734
- 16
- 29
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
- 5
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:

Chomui
- 13
- 6
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…

Kuba Dojutrek
- 31
- 6
1
vote
2 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…

Anuj Kumar
- 13
- 1
- 3
1
vote
3 answers
How to Fit Image in CircleImage plugin of Xamarin.Forms
I am using following code.

Abhi
- 5,501
- 17
- 78
- 133
0
votes
1 answer
Java not found in CircleCI job, running Node.js tests
For running my Node.js tests (which require Java) I used this configuriation:
version: 2.1
orbs:
node: circleci/node@4.7.0
jobs:
build_and_test:
docker:
- image: cimg/openjdk:17.0.2-node
resource_class: large
steps:
-…

Mike Lischke
- 48,925
- 16
- 119
- 181
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…

Ferdous Hasan
- 48
- 5
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) {
…

Muhittin Kaya
- 61
- 11