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
(CVPR 2021) Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds

BRNet Introduction This is a release of the code of our paper Back-tracing Representative Points for Voting-based 3D Object Detection in Point Clouds,

86 Oct 05, 2022
(CVPR 2021) ST3D: Self-training for Unsupervised Domain Adaptation on 3D Object Detection

ST3D Code release for the paper ST3D: Self-training for Unsupervised Domain Adaptation on 3D Object Detection, CVPR 2021 Authors: Jihan Yang*, Shaoshu

CVMI Lab 224 Dec 28, 2022
Python-based tools for document analysis and OCR

ocropy OCRopus is a collection of document analysis programs, not a turn-key OCR system. In order to apply it to your documents, you may need to do so

OCRopus 3.2k Dec 31, 2022
A python program to block out your face

Readme This is a small program I threw together in about 6 hours to block out your face. It probably doesn't work very well, so be warned. By default,

1 Oct 17, 2021
Convert PDF/Image to TXT using EasyOcr - the best OCR engine available!

PDFImage2TXT - DOWNLOAD INSTALLER HERE What can you do with it? Convert scanned PDFs to TXT. Convert scanned Documents to TXT. No coding required!! In

Hans Alemão 2 Feb 22, 2022
Hiiii this is the Spanish for Linux and win 10 and in the near future the english version of PortScan my new tool on which you can see what ports are Open only with the IP adress.

PortScanner-by-IIT PortScanner es una herramienta programada en Python3. Como su nombre indica esta herramienta escanea los primeros 150 puertos de re

5 Sep 19, 2022
Deskew is a command line tool for deskewing scanned text documents. It uses Hough transform to detect "text lines" in the image. As an output, you get an image rotated so that the lines are horizontal.

Deskew by Marek Mauder https://galfar.vevb.net/deskew https://github.com/galfar/deskew v1.30 2019-06-07 Overview Deskew is a command line tool for des

Marek Mauder 127 Dec 03, 2022
ERQA - Edge Restoration Quality Assessment

ERQA - a full-reference quality metric designed to analyze how good image and video restoration methods (SR, deblurring, denoising, etc) are restoring real details.

MSU Video Group 27 Dec 17, 2022
Write-ups for the SwissHackingChallenge2021 CTF.

SwissHackingChallenge 2021 : Write-ups This repository contains a collection of my write-ups for challenges solved during the SwissHackingChallenge (S

Julien Béguin 3 Jun 07, 2021
📷 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
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
A version of nrsc5-gui that merges the interface developed by cmnybo with the architecture developed by zefie in order to start a new baseline that is not heavily dependent upon Python processing.

NRSC5-DUI is a graphical interface for nrsc5. It makes it easy to play your favorite FM HD radio stations using an RTL-SDR dongle. It will also displa

61 Dec 22, 2022
[ICCV, 2021] Cloud Transformers: A Universal Approach To Point Cloud Processing Tasks

Cloud Transformers: A Universal Approach To Point Cloud Processing Tasks This is an official PyTorch code repository of the paper "Cloud Transformers:

Visual Understanding Lab @ Samsung AI Center Moscow 27 Dec 15, 2022
TedEval: A Fair Evaluation Metric for Scene Text Detectors

TedEval: A Fair Evaluation Metric for Scene Text Detectors Official Python 3 implementation of TedEval | paper | slides Chae Young Lee, Youngmin Baek,

Clova AI Research 167 Nov 20, 2022
Read Japanese manga inside browser with selectable text.

mokuro Read Japanese manga with selectable text inside a browser. See demo: https://kha-white.github.io/manga-demo mokuro_demo.mp4 Demo contains excer

Maciej BudyÅ› 170 Dec 27, 2022
Go package for OCR (Optical Character Recognition), by using Tesseract C++ library

gosseract OCR Golang OCR package, by using Tesseract C++ library. OCR Server Do you just want OCR server, or see the working example of this package?

Hiromu OCHIAI 1.9k Dec 28, 2022
Brief idea about our project is mentioned in project presentation file.

Brief idea about our project is mentioned in project presentation file. You just have to run attendance.py file in your suitable IDE but we prefer jupyter lab.

Dhruv ;-) 3 Mar 20, 2022
Repositório para registro de estudo da biblioteca opencv (Python)

OpenCV (Python) Objetivo do Repositório: Registrar avanços no estudo da biblioteca opencv. O repositório estará aberto a qualquer pessoa e há tambem u

1 Jun 14, 2022
This is used to convert a string to an Image with Handwritten Characters.

Text-to-Handwriting-using-python This is used to convert a string to an Image with Handwritten Characters. text_to_handwriting(string: str, save_to: s

Akashdeep Mahata 3 Aug 15, 2022
This repo contains a script that allows us to find range of colors in images using openCV, and then convert them into geo vectors.

Vectorizing color range This repo contains a script that allows us to find range of colors in images using openCV, and then convert them into geo vect

Development Seed 9 Jul 27, 2022