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 Telk, karl-police, and auguwu!

Please credit this repository when you use this program!

Current version: 2.0.2

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-2.0.2-all.jar for defaults
  • java -jar Among-Us-Dumpy-Gif-Maker-2.0.2-all.jar help/version for help/version
  • java -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!

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
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:

    [email protected] 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
Camera Intrinsic Calibration and Hand-Eye Calibration in Pybullet

This repository is mainly for camera intrinsic calibration and hand-eye calibration. Synthetic experiments are conducted in PyBullet simulator. 1. Tes

CAI Junhao 7 Oct 03, 2022
Python Computer Vision from Scratch

This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both f

Milaan Parmar / Милан пармар / _米兰 帕尔马 221 Dec 26, 2022
📷 Face Recognition using Haar-Cascade Classifier, OpenCV, and Python

Face-Recognition-System Face Recognition using Haar-Cascade Classifier, OpenCV and Python. This project is based on face detection and face recognitio

1 Jan 10, 2022
2 telegram-bots: for image recognition and for text generation

💻 📱 Telegram_Bots 🔎 & 📖 2 telegram-bots: for image recognition and for text generation. About Image recognition bot: User sends a photo and bot de

Marina Polukoshko 1 Jan 27, 2022
A pure pytorch implemented ocr project including text detection and recognition

ocr.pytorch A pure pytorch implemented ocr project. Text detection is based CTPN and text recognition is based CRNN. More detection and recognition me

coura 444 Dec 30, 2022
Motion detector, Full body detection, Upper body detection, Cat face detection, Smile detection, Face detection (haar cascade), Silverware detection, Face detection (lbp), and Sending email notifications

Security camera running OpenCV for object and motion detection. The camera will send email with image of any objects it detects. It also runs a server that provides web interface with live stream vid

Peace 10 Jun 30, 2021
Histogram specification using openCV in python .

histogram specification using openCV in python . Have to input miu and sigma to draw gausssian distribution which will be used to map the input image . Example input can be miu = 128 sigma = 30

Tamzid hasan 6 Nov 17, 2021
In this project we will be using the live feed coming from the webcam to create a virtual mouse with complete functionalities.

Virtual Mouse Using OpenCV In this project we will be using the live feed coming from the webcam to create a virtual mouse using hand tracking. Projec

Hassan Shahzad 8 Dec 20, 2022
Run tesseract with the tesserocr bindings with @OCR-D's interfaces

ocrd_tesserocr Crop, deskew, segment into regions / tables / lines / words, or recognize with tesserocr Introduction This package offers OCR-D complia

OCR-D 38 Oct 14, 2022
🖺 OCR using tensorflow with attention

tensorflow-ocr 🖺 OCR using tensorflow with attention, batteries included Installation git clone --recursive http://github.com/pannous/tensorflow-ocr

646 Nov 11, 2022
OCR powered screen-capture tool to capture information instead of images

NormCap OCR powered screen-capture tool to capture information instead of images. Links: Repo | PyPi | Releases | Changelog | FAQs Content: Quickstart

575 Dec 31, 2022
BNF Globalization Code (CVPR 2016)

Boundary Neural Fields Globalization This is the code for Boundary Neural Fields globalization method. The technical report of the method can be found

25 Apr 15, 2022
OpenCVを用いたカメラキャリブレーションのサンプルです。2021/06/21時点でPython実装のある3種類(通常カメラ向け、魚眼レンズ向け(fisheyeモジュール)、全方位カメラ向け(omnidirモジュール))について用意しています。

OpenCV-CameraCalibration-Example FishEyeCameraCalibration.mp4 OpenCVを用いたカメラキャリブレーションのサンプルです 2021/06/21時点でPython実装のある以下3種類について用意しています。 通常カメラ向け 魚眼レンズ向け(

KazuhitoTakahashi 34 Nov 17, 2022
Msos searcher - A half-hearted attempt at finding a magic square of squares

MSOS searcher A half-hearted attempt at finding (or rather searching) a MSOS (Magic Square of Squares) in the spirit of the Parker Square. Running I r

Niels Mündler 1 Jan 02, 2022
Generating .npy dataset and labels out of given image, containing numbers from 0 to 9, using opencv

basic-dataset-generator-from-image-of-numbers generating .npy dataset and labels out of given image, containing numbers from 0 to 9, using opencv inpu

1 Jan 01, 2022
POT : Python Optimal Transport

This open source Python library provide several solvers for optimization problems related to Optimal Transport for signal, image processing and machine learning.

Python Optimal Transport 1.7k Jan 04, 2023
A tensorflow implementation of EAST text detector

EAST: An Efficient and Accurate Scene Text Detector Introduction This is a tensorflow re-implementation of EAST: An Efficient and Accurate Scene Text

2.9k Jan 02, 2023
Memory tests solver with using OpenCV

Human Benchmark project This project is OpenCV based programs which are puzzle solvers for 7 different games for https://humanbenchmark.com/. made as

Bahadır Araz 24 Dec 27, 2022