A tool to make dumpy among us GIFS

Overview



Among Us Dumpy Bot Among Us Dumpy Bot Among Us Dumpy Bot Discord

Among Us Dumpy Gif Maker

Made by ThatOneCalculator & Pixer415

that1calculator that1calculator

With help from twistCMYK, karl-police, and auguwu!

Please credit this repository when you use this program!

Current version: 3.1.3

Instructions

Easiest:

The help command is !!help.

Run as a program:

Requirements:

Usage:

AUR package for Arch Linux users arch

yay -S among-us-dumpy-gif-maker && among-us-dumpy-gif-maker

To everyone else:

Make sure to download the jar!

Basic 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-3.1.3-all.jar <flags> All flags are optional. Flags:
--background <arg>    Path to custom background
--extraoutput <arg>   Appends text to output files
--file <arg>          Path to file, hides file picker
--help                Shows this message
--lines <arg>         Changes the number of lines (defaults to 10)
--mode <arg>          Crewmade mode, currently supports default and furry

From source:

Not recommended unless you intend to modify the code!

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-3.1.3-all.jar
Comments
  • Error when attempting to install from AUR on Manjaro

    Error when attempting to install from AUR on Manjaro

    :: Proceed with installation? [Y/n] 
    (1/1) checking keys in keyring                     [######################] 100%
    (1/1) checking package integrity                   [######################] 100%
    (1/1) loading package files                        [######################] 100%
    (1/1) checking for file conflicts                  [######################] 100%
    (1/1) checking available disk space                [######################] 100%
    :: Processing package changes...
    (1/1) installing among-us-dumpy-gif-maker          [######################] 100%
    :: Running post-transaction hooks...
    (1/1) Arming ConditionNeedsUpdate...
    Error: Could not find or load main class .usr.lib.jvm.java-15-openjdk.bin.java
    Caused by: java.lang.ClassNotFoundException: /usr/lib/jvm/java-15-openjdk/bin/java
    

    /usr/lib/jvm/java-15-openjdk/bin/java does exist

    opened by VoxelDraqon 22
  • Unable to run the .jar

    Unable to run the .jar

    whenever i try and run the jar file it says that a " jni error has occurred " and then that a " java exception has occurred " Screenshot_2 Screenshot_3 I've checked and can confirm that i am running the latest release of java

    opened by EvanHeavenn 14
  • [Bug] Can't read color image -> JAR packaging issue

    [Bug] Can't read color image -> JAR packaging issue

    After extracting the program and trying it on a solid black png, I noticed the individual frames are generated in the folder, but no gif. I tried running it through command line, and what resulted is in the screenshot below.

    image

    I'm using the latest version of AdoptOpenJDK. Thank you for your time.

    opened by CrookedBeaker 11
  • [Running on windows]

    [Running on windows] "Invalid parameter - 1x20"

    Hi there! Trying to use this tool on windows.

    Sometimes I can get an intermediate frame exported ("F_0.png") but looks like there might be a permissions issue with file access? So subsequent frames can't be smushed into a gif.

    Terminal readout:

    arcop@DESKTOP-AH3SOJ0 MINGW64 ~/Downloads
    $ java -jar Among-Us-Dumpy-Gif-Maker-3.1.3-all.jar
    C:\Users\arcop\Pictures\render.PNG
    5
    4
    3
    0
    2
    1
    Converting....
    Invalid Parameter - 1x20
    Exception in thread "main" javax.imageio.IIOException: Can't read input file!
            at java.desktop/javax.imageio.ImageIO.read(ImageIO.java:1308)
            at dev.t1c.dumpy.sus.main(sus.java:254)
    

    fyi am running in an elevated shell with admin privileges.

    Thanks! 🙂

    invalid 
    opened by rcoppy 4
  • can't read input file error?

    can't read input file error?

    I keep getting this error when I try to run the jar, even if I run it as admin, tbh I tried google the error and didn't find anything in particular that might be causing it

    image

    opened by CMolero 3
  • [Bug - resolved] [Bot] Discord_Buttons upgrade -> components=[], not buttons=[]

    [Bug - resolved] [Bot] Discord_Buttons upgrade -> components=[], not buttons=[]

    i was trying to use the discord bot and i gave it the permissions embed links and attach files it wouldn't work and even tried giving it administrator but still it didnt work help would be appreciated, thank you!

    bug 
    opened by StardustBytez 3
  • Changed File Dialog to JavaFX

    Changed File Dialog to JavaFX

    I changed the UI it uses. I kept everything the same. The arguments still work.

    JavaFX would then nicely allow a window for more settings and possibilities.

    opened by karl-police 3
  • the bot not sending image

    the bot not sending image

    when using the command !!dumpy and !!furry the bot types The !!background command has been updated! Run !!background delete to remove your current background, run !!background color for a solid color, !!background #AAAAAA for a custom color background, !!background flag for pride flags (gay, lesbian, trans, etc) and run !!background and attach an image for a custom image as a background. then says typing for 3-5 seconds and then does nothing

    opened by ploplop101 2
  • Add Character Limit in Text Command

    Add Character Limit in Text Command

    The text command of the dumpy bot is bugged. (Referring to the screenshot below) image

    Now, you might be thinking, it sent the complete text but in a smaller image, but nope image

    It cuts off at the B of the Bot So please add a limit to the number of characters the user can provide (I think the limit should be 80 at max, but I could be wrong)

    opened by SpiderMath 2
  • Running in the command line locks up with a large number of lines

    Running in the command line locks up with a large number of lines

    Per the title, whenever I ask for a large number of lines, the command prompt just locks up. Is there some kind of error with a certain number of lines or is it just a case of big O? Thanks in advance!

    opened by FemboySJL 2
  • Cant read input file

    Cant read input file

    Getting this error when trying to run the jar

    PS C:\Users\craft\Desktop\Amongus> java -jar .\Among-Us-Dumpy-Gif-Maker-3.1.3-all.jar --file .\Bot-Logo.png
    1
    3
    0
    4
    2
    5
    Converting....
    Invalid Parameter - 1x20
    Exception in thread "main" javax.imageio.IIOException: Can't read input file!
            at java.desktop/javax.imageio.ImageIO.read(ImageIO.java:1308)
            at dev.t1c.dumpy.sus.main(sus.java:254)
    

    I have ImageMagick-7.1.0-2-Q16-x64-static installed, And the imagemagik cli works.

    opened by Leastrio 2
  • Constant error 1x20

    Constant error 1x20

    Doesnt matter what image i give it, this doesn't work. I can't try the bot as it's offline, but whenever i try to give it an image from the program nothing happens besides my fan spin faster for like 1 second, and if i try it from powershell this happens: image ^ that says invalid parameter i may be just dumb honestly, who knows

    opened by deko0 7
Releases(v4.2.1)
Owner
Kainoa Kanter
18 year old fullstack developer. I specialize in Discord bots. Part of the Rosé Pine movement. I use Arch, btw.
Kainoa Kanter
An open source application to make your own android applications without coding!

Stif An Open source project for building Android Application at a go both with and without coding. This project was inspired from Scratch and Sketchwa

Nethical org 5 Aug 28, 2021
JDKMon - A little tool written in JavaFX that monitors your installed JDK's and inform you about updates

JDKMon JDKMon Home JDKMon is a little tool written in JavaFX that tries to detect all JDK's installed on your machine and will inform you about new up

Gerrit Grunwald 246 Jan 3, 2023
Tool for creating custom GUIs using packets.

Tool for creating custom GUIs using packets.

Geo3gamer 0 Feb 14, 2022
JStackFX, a tool for analyzing thread dumps.

Context It is not an easy task to analyse thread dumps as files generated by the jstack tool provides raw text files.

Thierry Wasylczenko 84 Jan 4, 2022
A little tool that converts SVG paths to JavaFX paths

SVGPathConverter The SVGPathConverter is a little tool that helps you converting SVG paths to JavaFX paths. It has two methods, one to format a SVG pa

Gerrit Grunwald 9 Dec 29, 2021
Mindustry 2 - Among Us 2, but it's Mindustry instead of Among Us

Mindustry 2 Among Us 2, but it's Mindustry instead of Among Us. Download a precompiled build here Building for Desktop Testing Install JDK 17 and curl

null 7 Sep 3, 2022
Real Time communication library using Animated Gifs as a transportâ„¢

gifsockets "This library is the websockets of the '90s" - Somebody at Hacker News. This library shows how to achieve realtime text communication using

Alvaro Videla 1.8k Dec 17, 2022
a simple program to turn stockX images into gifs!

StockX Gif Converter make stockx images look cool Idea I got this idea from Fyko/stockx-gif-next Usage import me.brennan.stockxgiffer.StockXGiffer; p

Brennan 7 Jul 19, 2022
POC showing how to divide endpoint(s) among different Open-API screens

Multiple Open-API groups: Spring boot POC showing how to divide endpoint(s) among different Open-API screens Demo Link (Select definition from top rig

null 6 Dec 15, 2022
Java port of Brainxyz's Artificial Life, a simple program to simulate primitive Artificial Life using simple rules of attraction or repulsion among atom-like particles, producing complex self-organzing life-like patterns.

ParticleSimulation simple Java port of Brainxyz's Artificial Life A simple program to simulate primitive Artificial Life using simple rules of attract

Koonts 3 Oct 5, 2022
A maven plugin to include features from jmeter-plugins.org for JMeterPluginsCMD Command Line Tool to create graphs, export csv files from jmeter result files and Filter Result tool.

jmeter-graph-tool-maven-plugin A maven plugin to create graphs using the JMeter Plugins CMDRunner from JMeter result files (*.jtl or *.csv) or using F

Vincent DABURON 6 Nov 3, 2022
A manager tool to categorize game assets such as images and sounds/music. The tool enables you to tag these files, so that finding them by tags allows fast searches.

BtAssetManager This application allows you to easily categorize large amounts of image and sound files. You can apply tags to each individual file to

null 21 Sep 15, 2022
Make Slack and Facebook Bots in Java.

JBot Make bots in Java. JBot is a java framework (inspired by Howdyai's Botkit) to make Slack and Facebook bots in minutes. It provides all the boiler

Ram 1.2k Dec 18, 2022
Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.

That feeling you get when you know you can trust your tests Serenity BDD is a library designed to make writing automated acceptance tests easier, and

Serenity BDD 654 Dec 28, 2022
A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.

Enhanced Block Entities EBE is a 100% client side mod for Minecraft on the Fabric mod loader which aims to increase the performance of block entity re

null 151 Dec 30, 2022
A Java library designed to make making decisions based on the current operating system easier.

Java OS Independence ...or JOSI for short, is a simple and lightweight Java library designed to make making decisions based on the current operating s

null 38 Dec 30, 2022
Contrubute Now to help make aide a best platform for developing

AIDE-Pro AIDE-based mod that will help you develop mobile applications based on the Android platform. How is it different from AIDE? Added Assets Mana

Hosni Fraj 25 Dec 7, 2022