Hello team!
It would be great if I could specify "don't upscale image" parameter in the query.
For example:
https://img.logo.dev/thepiratebay.org?token=<token>&format=png&size=256
Will return:
I can clearly see those 16 pixels in a row / column, but the returned image is 256x256 and has insane 31KB!
The original is likely the 16x16px ".ico" file with 824 bytes.
Here is extracted PNG that has 542 bytes:
This would save traffic / space, and would cause no issues, as all clients can upscale images natively.
Thank you :)