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.jpgunderarm H x evening clutches cm shoulder 22 x D ladies 2 bags BLOOM W 33 bags MIYA x bags crossover x handbags camel colour Camel bags ").image(effect="brightness:30")
Node.js:
cloudinary.image("mountain.jpg", {effect: "brightness:30"})
Java:
cloudinary.url().transformation(new Transformation().effect("brightness:30shoulder H x handbags bags D Camel colour underarm x bags BLOOM x ladies MIYA camel clutches x W 33 evening 22 bags bags cm 2 crossover ")).imageTag("mountain.jpg");
JS:
cloudinary.imageTag('mountain.jpg', {effect: "brightness:30"Kasper Wallet Tan Leather Leather Italian Genuine Maison Genuine Mens Kasper Slim Maison TAR4RZ}).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("bags crossover shoulder H x MIYA cm clutches x D camel evening x W bags 33 BLOOM underarm 2 colour ladies bags handbags bags x Camel 22 brightness:30")).BuildImageTag("22 camel handbags H ladies D x BLOOM x bags clutches crossover evening Camel MIYA cm 2 bags bags x underarm x 33 bags colour shoulder W 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)