Chris Lomont
Dec 2022
Here is a collection of 7304 88x31 gifs that used to be common sized for banner ads and links on the early web. There are also 656 gif that a around this size.
Example:
I removed all that were binary exact files. I have not (yet?) removed ones that are actually the same image frames.
I have not hand checked to remove any NSFW images, even in the example screen shot.
I scraped several websites and obtained some github images. These are listed in scraper.py, a Python tool that scrapes websites and saves all images (renaming as needed).
Then cleaner.py cleans the files through a few steps. Read the code if you're interested.
Excellent gif explorer site http://www.matthewflickinger.com/lab/whatsinagif/gif_explorer.asp
- Make venv:
python -m venv venv - Activate venv (on windows,
venv\Scripts\activate) - Install requirements:
pip install -r requrements.txt - get images
- Scraping:
python scraper.py - git checkout the git repos listed in
scraper.py
- Scraping:
- clean images:
python cleaner.pyPNG, JPG, and other files converted to gifs, sizes checked, basic checking done - Result images in
cleanedand some subdirectories.images.htmlandoffsize.htmlare all the images (too many to view in Chrome)
