cloudinary image transformation in java

Solutions on MaxInterview for cloudinary image transformation in java by the best coders in the world

showing results for - "cloudinary image transformation in java"
Beatrice
20 Jan 2017
1cloudinary.url().transformation(new Transformation()
2  .width(150).height(150).gravity("face").crop("thumb").chain()
3  .radius(20).chain()
4  .effect("sepia").chain()
5  .overlay(new Layer().publicId("cloudinary_icon_blue")).gravity("south_east").x(5).y(5).width(50).opacity(60).effect("brightness:200").chain()
6  .angle(10)).secure(true).imageTag("front_face.png");
similar questions
queries leading to this page
cloudinary image transformation in java