/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
league
/
glide
/
docs
/
0.3
/
api
/
/home/techb158/ileadtechnology.com/vendor/league/glide/docs/0.3/api
mkdir
upload
Name
Size
Mode
Actions
adjustments.md
1234
0644
edit
dl
rm
effects.md
1022
0644
edit
dl
rm
output.md
681
0644
edit
dl
rm
size.md
2809
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/league/glide/docs/0.3/api/adjustments.md
(1234B)
--- layout: default title: Adjustments --- # Adjustments ## Brightness `bri` Adjusts the image brightness. Use values between `-100` and `+100`, where `0` represents no change. ~~~ html <img src="kayaks.jpg?w=500&bri=-25"> ~~~ [](https://glide.herokuapp.com/0.3/kayaks.jpg?w=500&bri=-25) ## Contrast `con` Adjusts the image contrast. Use values between `-100` and `+100`, where `0` represents no change. ~~~ html <img src="kayaks.jpg?w=500&con=25"> ~~~ [](https://glide.herokuapp.com/0.3/kayaks.jpg?w=500&con=25) ## Gamma `gam` Adjusts the image gamma. Use values between `0.1` and `9.99`. ~~~ html <img src="kayaks.jpg?w=500&gam=1.5"> ~~~ [](https://glide.herokuapp.com/0.3/kayaks.jpg?w=500&gam=1.5) ## Sharpen `sharp` Sharpen the image. Use values between `0` and `100`. ~~~ html <img src="kayaks.jpg?w=500&sharp=15"> ~~~ [](https://glide.herokuapp.com/0.3/kayaks.jpg?w=500&sharp=15)
Save
cmd:
run