1CloudinaryImage("front_face.png").image(secure=True, transformation=[
2 {'width': 150, 'height': 150, 'gravity': "face", 'crop': "thumb"},
3 {'radius': 20},
4 {'effect': "sepia"},
5 {'overlay': "cloudinary_icon_blue", 'gravity': "south_east", 'x': 5, 'y': 5, 'width': 50, 'opacity': 60, 'effect': "brightness:200"},
6 {'angle': 10}
7 ])