Among Us Dumpy Gif Maker
ThatOneCalculator & Pixer415
Made byWith help from Telk, karl-police, and auguwu!
Please credit this repository when you use this program!
Current version: 2.0.2
Instructions
Easiest:
!!help
.
The help command is Run as a program:
Requirements:
- Java Runtime Environment 15 or newer
- All downloads
- Also works with OpenJDK
- ImageMagick
- Windows (static)
- macOS:
brew install imagemagick
(needs Homebrew) - Linux: use package manager.
Usage:
AUR package for Arch Linux users
yay -S among-us-dumpy-gif-maker && among-us-dumpy-gif-maker
To everyone else:
download the jar!
Make sure toBasic usage:
Click and open the jar, select the file, and a file called "dumpy.gif" will be made in the same folder as the jar.
CLI usage:
java -jar Among-Us-Dumpy-Gif-Maker-2.0.2-all.jar
for defaultsjava -jar Among-Us-Dumpy-Gif-Maker-2.0.2-all.jar help/version
for help/versionjava -jar Among-Us-Dumpy-Gif-Maker-2.0.2-all.jar lines filepath
for adding arguments
All arguments optional!
lines
is the number of lines, which defaults to 9.filepath
is a filepath to give it instead of using the file picker.
A file called "dumpy.gif" will be made in the same folder as the jar.
From source:
Not recommended unless you intend to modify the code!
- Need Gradle
git clone https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
cd Among-Us-Dumpy-Gif-Maker
gradle wrapper
./gradlew shadowJar # .\gradelw.bat shadowJar if you're on Windows
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-2.0.2-all.jar