18 lines
869 B
Markdown
18 lines
869 B
Markdown
# Bob's Burgers Titlecards
|
|
|
|
Store Next Door Titlecards of Bob's Burgers, sourced from the [Bob's Burgers Wiki](https://bobs-burgers.fandom.com/wiki/Store_Next_Door)
|
|
|
|
## epnums.txt
|
|
Episode numbers, used for filenames. 00x01-00x04 refer to the variant appearances
|
|
|
|
## urls.txt
|
|
URLs to image files, sourced from the [Bob's Burgers Wiki](https://bobs-burgers.fandom.com/wiki/Store_Next_Door)
|
|
|
|
## dl.sh
|
|
Script that downloads the images, and saves them to `./out/` as jpegs
|
|
|
|
## collage.sh
|
|
Script that resizes and square-crops the images from `./out/`, saving them to `./resized/`. Compiles the images from `./resized/` as collages which are saved to `./collages/`. Collages are 3x2 so they can be printed on 4x6 photo prints.
|
|
|
|
## episode_spreadsheet.ods
|
|
Very simple ods spreadsheet that i use to track storefronts, as well as copy/paste data into ./epnums.txt and ./urls.txt
|