Commit Graph
5 Commits
Author SHA1 Message Date
RealEvoranz 44ae02eb2a refining 2026-08-25 22:14:13 -04:00
RealEvoranz b06b6f7b07 Merge branch 'main' into random_image_downloader 2026-08-24 14:35:59 -04:00
RealEvoranz 9d867b29c6 added random image finding and downloading function
downloads a random image from Wikipedia, converts it to png, and renames it to random_image.png - will rewrite the image if one already exists.
Filters images:
| Filter             |     Current value | Meaning                              |
| ------------------ | ----------------: | ------------------------------------ |
| MIME type          | JPEG / PNG / WebP | Rejects SVG, GIF, TIFF, etc.         |
| Width              |          ≥ 300 px | Rejects very narrow/small images     |
| Height             |          ≥ 300 px | Rejects very short/small images      |
| Original file size |           ≤ 20 MB | Avoids huge files                    |
| Thumbnail          |           1280 px | Downloads a reasonably sized version |
2026-08-24 14:32:48 -04:00
RealEvoranz ae7924d9ac added a default nouns.txt
added a default nouns.txt thanks to hugsy/stuff · random-word/english-nouns.txt
2026-08-24 13:57:38 -04:00
Carl Furtado dd50c850ac first commit 2026-08-19 14:03:22 -04:00