Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.191.120.131
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
league /
glide /
docs /
0.3 /
api /
Delete
Unzip
Name
Size
Permission
Date
Action
adjustments.md
1.21
KB
-rw-r--r--
2020-11-05 09:00
effects.md
1022
B
-rw-r--r--
2020-11-05 09:00
output.md
681
B
-rw-r--r--
2020-11-05 09:00
size.md
2.74
KB
-rw-r--r--
2020-11-05 09:00
Save
Rename
--- layout: default title: Effects --- # Effects ## Blur `blur` Adds a blur effect to the image. Use values between `0` and `100`. ~~~ html <img src="kayaks.jpg?w=500&blur=5> ~~~ [](https://glide.herokuapp.com/0.3/kayaks.jpg?w=500&blur=5) <p class="message-notice">Performance intensive on larger amounts of blur with GD driver. Use with care.</p> ## Pixelate `pixel` Applies a pixelation effect to the image. Use values between `0` and `1000`. ~~~ html <img src="kayaks.jpg?w=500&pixel=5> ~~~ [](https://glide.herokuapp.com/0.3/kayaks.jpg?w=500&pixel=5) ## Filter `filt` Applies a filter effect to the image. Accepts `greyscale` or `sepia`. ~~~ html <img src="kayaks.jpg?w=500&filt=sepia> ~~~ [](https://glide.herokuapp.com/0.3/kayaks.jpg?w=500&filt=sepia)