Create Thumbnail Screenshots After Scraping
Opened this issue · 0 comments
luqmaan commented
The screenshots right now are very long and are big (takes a while for the page to load because of them).
We should resize + crop them after getting the screenshot. Leave the original file at hash.png, but add another at hash_thumb.png.
One way to do this is to use PIL http://www.riisen.dk/dop/pil.html.
Installation: https://developers.google.com/appengine/docs/python/images/installingPIL#mac