bexben9
#1
I’m currently trying to develop a program on an ESP32 processor that grabs JPG’s from tweets. The problem is that the library cannot interpret JPG’s that are in a progressive format. I believe twitter provides their images in this format.
Is there a way to force, via modified URL or HTTP request, that the JPG is delivered in baseline format rather than progressive? Otherwise, if anyone has any tips or links to resources that would assist me in the conversion to a baseline format, that would be appreciated.
Thanks for any assistance.
EDIT SOLUTION:
Ended up figuring it out. I used this API to convert the image from progressive to baseline format.
Send HTTP request with the shown URL, importing the twitter URL. Returns JSON with baseline JPG url embedded.