I have three images, and they are not square or rectangular in shape. They are just like face of anyone.
So, basically, my images are in the size 196×196 or anything like that, but complete square or rectangle with the face in the middle and transperant background in the rest of the portion.
Now, I want to remove the transperant background too and just keep the faces.
Don’t know if this is possible and mind you, this isn’t a programming question.
EDIT (from comments): How do I put a border around the shape of the image, not a rectangular one around the boundary, using CSS.
To answer your question about borders around the face.
There is no way to do this with CSS that I know of — you could write a program to do this using ImageMagick or (dislaimer, I work for Atalasoft) DotImage, a .NET imaging SDK. In either, you’d copy the file, do the resize, the color, and then overlay the original onto it.