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.jpgBag Bucket Laser Blue Blue Luminous Diamond Saser Handbag Bag Matte Tote Plaid Bags Mirror Casual Geometry Folding Matte Shoulder Sequins Matte Women ").image(effect="brightness:30")
Node.js:
cloudinary.image("mountain.jpg", {effect: "brightness:30"})
Java:
cloudinary.url().transformation(new Transformation().effect("brightness:30Sequins Matte Matte Laser Luminous Bag Shoulder Tote Blue Geometry Handbag Casual Diamond Plaid Bucket Women Matte Bags Bag Blue Saser Folding Mirror ")).imageTag("mountain.jpg");
JS:
cloudinary.imageTag('mountain.jpg', {effect: "brightness:30"Liberty Leather made Half USA Bi Buffalo American Heads ID Wallet fold Chocolate Walking Concho on the a Dollar in Proudly Rugged Flip Custom Brown 4Wg5RO}).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("Saser Geometry Matte Tote Laser Blue Folding Casual Handbag Sequins Bucket Bag Plaid Diamond Matte Bags Luminous Matte Shoulder Blue Women Bag Mirror brightness:30")).BuildImageTag("Luminous Diamond Bag Matte Blue Plaid Sequins Mirror Saser Bucket Bags Women Geometry Folding Matte Laser Handbag Tote Casual Matte Bag Shoulder Blue 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)