using claudinary in django

Solutions on MaxInterview for using claudinary in django by the best coders in the world

showing results for - "using claudinary in django"
Emilia
05 Nov 2017
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  ])
similar questions
queries leading to this page
using claudinary in django