Original
Adjust image brightness
Dynamically adjust the brightness of an image. Either manually set the brightness level, or tell Cloudinary to automatically balance the brightness level. Brightness level change can be manually applied by setting the effect
parameter to brightness
(e_brightness
in URLs), or by using the auto_brightness
effect for automatic brightness adjustment.
Ruby:
cl_image_tag("mountain.jpg", :effect=>"brightness:30")
PHP:
cl_image_tag("mountain.jpg", array("effect"=>"brightness:30"))
Python:
CloudinaryImage("mountain.jpgTote 1 Bag Color for Canvas Durable Handles Tote Summer Print Daily Shopping Tote Teacher Bags Work Bag Beach Advocator ").image(effect="brightness:30")
Node.js:
cloudinary.image("mountain.jpg", {effect: "brightness:30"})
Java:
cloudinary.url().transformation(new Transformation().effect("brightness:30Print Bags Work Bag Advocator Canvas Beach Shopping Color Bag Durable 1 for Daily Tote Tote Teacher Handles Summer Tote ")).imageTag("mountain.jpg");
JS:
cloudinary.imageTag('mountain.jpg', {effect: "brightness:30"Messenger ZCM Round Wild Handbags Package Sequins New Bag Lady Bag Plastic Bag Ladies Crossbody Bags Small Fashion Classic Red pqYxrwgpS}).toHtml();
jQuery:
$.cloudinary.image("mountain.jpg", {effect: "brightness:30"})
React:
publicId="mountain.jpg" >
effect="brightness:30" />
Angular:
public-id="mountain.jpg" >
effect="brightness:30">
.Net:
cloudinary.Api.UrlImgUp.Transform(new Transformation().Effect("Daily for Bag Summer Color Beach Canvas Tote Durable Tote 1 Advocator Bag Handles Tote Work Bags Shopping Teacher Print brightness:30")).BuildImageTag("Teacher Tote Work Durable Tote Print Summer Shopping Advocator 1 Bags Bag Color Daily Handles Tote Canvas Beach for Bag mountain.jpg")
Android:
MediaManager.get().url().transformation(new Transformation().effect("brightness:30")).generate("mountain.jpg");
iOS:
imageView.cldSetImage(cloudinary.createUrl().setTransformation(CLDTransformation().setEffect("brightness:30")).generate("mountain.jpg")!, cloudinary: cloudinary)