https://github.com/pythongermany/amongusfinder
A relatively fast and efficient C# script to search pixel art images for little amongi
https://github.com/pythongermany/amongusfinder
amongus newbie-code pixelart reddit-place
Last synced: about 1 year ago
JSON representation
A relatively fast and efficient C# script to search pixel art images for little amongi
- Host: GitHub
- URL: https://github.com/pythongermany/amongusfinder
- Owner: PythonGermany
- Created: 2022-04-05T11:31:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T19:49:02.000Z (over 2 years ago)
- Last Synced: 2025-01-09T20:50:54.646Z (over 1 year ago)
- Topics: amongus, newbie-code, pixelart, reddit-place
- Language: C#
- Homepage: https://youtu.be/gy63EXu22gQ
- Size: 5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A fast and efficient script to search pixel art images for little amongi e.g. for the reddit r/place 2022/23 event
* Use image sequence: [program name].exe [absolute source path] [absolute destination path] [start index] [stop index] [index step]
* Use single image: [program name].exe [source file]
It is possible to process either single images or an image sequence named from 00000 to XXXXX.
It is also possible to process every n-th image in the sequence: index step=2 says use only every 2nd picture in the sequence.
The program also outputs a txt file containing the number of amongi counted in every image of the sequence.
The output images can be processed into a video file with other software.
Watch a timelapse of the complete 2023 event [here](https://youtu.be/lHJCgX1YKzs) and [here](https://youtu.be/gy63EXu22gQ)
Watch a timelapse of the complete 2022 event [here](https://youtu.be/mVmTI0B95Kk)

