javascript - How to show more than one images within a circle? -
i want show user profile photo in 60x60 circle. can did using single photo. have faced challenge while group profile's picture show in above mentioned circle. here need show pictures collage.
please share suggestion. in advance.
i don't think it's front-end js question,putting back-end more reasonable. different program language,there different ways.
- python:the images understand
ndarrays (numpy package)
,joining images equals joining array. - java:
canvas.drawbitmap()
draw them together.
wiki
Comments
Post a Comment