Sinisterly
[HOW-TO] Make a picture into a circle - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials--78)
+--- Thread: [HOW-TO] Make a picture into a circle (/Thread-HOW-TO-Make-a-picture-into-a-circle)

Pages: 1 2


[HOW-TO] Make a picture into a circle - Midnight - 06-23-2015

This is fairly easy as you don't even need PS:

[hide]

CLICK HERE


1. Import the picture
2. Go to the tab = Edit -> Crop Image
3. Chose whatever shape and click the left corner and drag to the bottom right corner
4. Then click crop
5. The save it

[/hide]



RE: [HOW-TO] Make a picture into a circle - Bird - 06-23-2015

I assume that this is helpful for those without Photoshop, so thank you for the share.


RE: [HOW-TO] Make a picture into a circle - Oxyrus - 06-23-2015

And with css

.your-gorgeous-image{
border-radius: 50%;
}

Tongue


RE: [HOW-TO] Make a picture into a circle - Midnight - 06-23-2015

(06-23-2015, 11:45 PM)Oxyrus Wrote: And with css

.your-gorgeous-image{
border-radius: 50%;
}

Tongue

Yep c:
This is cool when coding ^_^


RE: [HOW-TO] Make a picture into a circle - Nuke - 06-23-2015

Thanks for share dude!


RE: [HOW-TO] Make a picture into a circle - Chroma - 06-24-2015

Thanks for sharing, will check it out for sure Smile


RE: [HOW-TO] Make a picture into a circle - Kill - 06-24-2015

(06-23-2015, 11:45 PM)Oxyrus Wrote: And with css

.your-gorgeous-image{
border-radius: 50%;
}

Tongue
No, You need to preset width and height to be equal.


RE: [HOW-TO] Make a picture into a circle - Fusion - 06-24-2015

Thanks for the share! Pretty awesome!


RE: [HOW-TO] Make a picture into a circle - CIA - 09-09-2015

thanks but i dont need this bruh!


RE: [HOW-TO] Make a picture into a circle - Kotomi - 09-09-2015

Easier:
Use eclipse tool
Hold shift
Ctrl c
Delete background
Ctrl v