Update README.md
This commit is contained in:
@@ -23,7 +23,7 @@ docker run -it --name img-resizer -p 5000:5000 -d solehudin5699/img-resizer
|
|||||||
|
|
||||||
- Resize from image url :
|
- Resize from image url :
|
||||||
|
|
||||||
> https://img-resizer.escloud.my.id/{IMAGE-URL}{?|&}width={VALUE}&height={VALUE}&quality={VALUE}&format={format that you want}"
|
> https://img-resizer.escloud.my.id/image/resize/{IMAGE-URL}{?|&}width={VALUE}&height={VALUE}&quality={VALUE}&format={format that you want}"
|
||||||
|
|
||||||
- Notes:
|
- Notes:
|
||||||
|
|
||||||
@@ -37,10 +37,10 @@ docker run -it --name img-resizer -p 5000:5000 -d solehudin5699/img-resizer
|
|||||||
|
|
||||||
IMAGE-URL=https://avatars.githubusercontent.com/u/65361695?v=4
|
IMAGE-URL=https://avatars.githubusercontent.com/u/65361695?v=4
|
||||||
|
|
||||||
Use: https://img-resizer.escloud.my.id/https://avatars.githubusercontent.com/u/65361695?v=4&width=100.
|
Use: https://img-resizer.escloud.my.id/image/resize/https://avatars.githubusercontent.com/u/65361695?v=4&width=100.
|
||||||
|
|
||||||
If not, use "?" followed query you want, example
|
If not, use "?" followed query you want, example
|
||||||
|
|
||||||
IMAGE-URL=https://avatars.githubusercontent.com/u/65361695
|
IMAGE-URL=https://avatars.githubusercontent.com/u/65361695
|
||||||
|
|
||||||
Use: https://img-resizer.escloud.my.id/https://avatars.githubusercontent.com/u/65361695?width=100
|
Use: https://img-resizer.escloud.my.id/image/resize/https://avatars.githubusercontent.com/u/65361695?width=100
|
||||||
|
|||||||
Reference in New Issue
Block a user