You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, downloading from a script results in WebP-formatted images, and occasionally only thumbnails. I'm not sure if this is normal behavior.
In contrast, I would like to be able to use a selectable image format if possible (usually determined by the query parameters).
The text was updated successfully, but these errors were encountered:
But anyway jpg is much better than webp.
To see jpg's compression artefacts you need to use zoom, while webp's artefacts is visible without zooming when you compare it with the original png image version.
While png images have no compression artefacts at all.
Also it's bad to just always use png link to download an image, if the original image is jpg, then the png version will be pixel identical, but with much larger size. And only ~9 % (based on my downloaded images) of images are png, the others are jpg.
I would not want to use Twitter API for images too, especially now, since there is API request's limit.
I just need to check does orig URL for jpg format (...?format=jpg&name=orig) returns 404, if it is, then the image is png (format=png&name=orig should return 200(or 504 if it currently unavailable)).
Currently, downloading from a script results in WebP-formatted images, and occasionally only thumbnails. I'm not sure if this is normal behavior.
In contrast, I would like to be able to use a selectable image format if possible (usually determined by the query parameters).
The text was updated successfully, but these errors were encountered: