Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/ledger.corals.io/vendor/league/glide/docs/1.0/api/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/ledger.corals.io/vendor/league/glide/docs/1.0/api/adjustments.md
---
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">
~~~

[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&bri=-25)](https://glide.herokuapp.com/1.0/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">
~~~

[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&con=25)](https://glide.herokuapp.com/1.0/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">
~~~

[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&gam=1.5)](https://glide.herokuapp.com/1.0/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">
~~~

[![© Photo Joel Reynolds](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&sharp=15)](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&sharp=15)

Spamworldpro Mini