Usage
All image can be accessed with this URL:
https://img.maowtm.org/<name>
As an example, we will use the famous Lenna image:
https://img.maowtm.org/s/lenna.png
( Notice that the name here is s/lenna.png
)

Sometime you may want a smaller image, maybe display as a little icon. You specity the desired minimum width with the width
query argument. For example, the following URL give you a 50x50 image:
https://img.maowtm.org/s/lenna.png?width=50

The width will get ceiled to the nearest 50, which means
https://img.maowtm.org/s/lenna.png?width=20

gives you the same result.
You can also convert the format. The following URL gives you an JPG image of 100x100
https://img.maowtm.org/s/lenna.png?width=100&as=jpg

Notice that without the as
thing, all image is given in PNG.
If you get your name wrong and get a 404, you will still get an image.
Notice that query string still apply, even if 404.
https://img.maowtm.org/somethingnotexist?width=200