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
Code for generating synthetic text images as described in "Synthetic Data for Text Localisation in Natural Images", Ankush Gupta, Andrea Vedaldi, Andrew Zisserman, CVPR 2016.

SynthText Code for generating synthetic text images as described in "Synthetic Data for Text Localisation in Natural Images", Ankush Gupta, Andrea Ved

Ankush Gupta 1.8k Dec 28, 2022
Python bindings for JIGSAW: a Delaunay-based unstructured mesh generator.

JIGSAW: An unstructured mesh generator JIGSAW is an unstructured mesh generator and tessellation library; designed to generate high-quality triangulat

Darren Engwirda 26 Dec 13, 2022
Opencv-image-filters - A camera to capture videos in real time by placing filters using Python with the help of the Tkinter and OpenCV libraries

Opencv-image-filters - A camera to capture videos in real time by placing filters using Python with the help of the Tkinter and OpenCV libraries

Sergio Díaz Fernández 1 Jan 13, 2022
Code for CVPR 2022 paper "Bailando: 3D dance generation via Actor-Critic GPT with Choreographic Memory"

Bailando Code for CVPR 2022 (oral) paper "Bailando: 3D dance generation via Actor-Critic GPT with Choreographic Memory" [Paper] | [Project Page] | [Vi

Li Siyao 237 Dec 29, 2022
Dataset and Code for ICCV 2021 paper "Real-world Video Super-resolution: A Benchmark Dataset and A Decomposition based Learning Scheme"

Dataset and Code for RealVSR Real-world Video Super-resolution: A Benchmark Dataset and A Decomposition based Learning Scheme Xi Yang, Wangmeng Xiang,

Xi Yang 91 Nov 22, 2022
An unofficial implementation of the paper "AutoVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss".

AutoVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss This is an unofficial implementation of AutoVC based on the official one. The reposi

Chien-yu Huang 27 Jun 16, 2022
This repository summarized computer vision theories.

This repository summarized computer vision theories.

3 Feb 04, 2022
OCR, Object Detection, Number Plate, Real Time

README.md PrePareded anaconda env requirements.txt clova AI → deep text recognition → trained weights (ex, .pth) wpod-net weights (ex, .h5 , .json) ht

Kaven Lee 7 Dec 06, 2022
Library used to deskew a scanned document

Deskew //Note: Skew is measured in degrees. Deskewing is a process whereby skew is removed by rotating an image by the same amount as its skew but in

Stéphane Brunner 273 Jan 06, 2023
A selectional auto-encoder approach for document image binarization

The code of this repository was used for the following publication. If you find this code useful please cite our paper: @article{Gallego2019, title =

Javier Gallego 89 Nov 18, 2022
Learn computer graphics by writing GPU shaders!

This repo contains a selection of projects designed to help you learn the basics of computer graphics. We'll be writing shaders to render interactive two-dimensional and three-dimensional scenes.

Eric Zhang 1.9k Jan 02, 2023
Text language identification using Wikipedia data

Text language identification using Wikipedia data The aim of this project is to provide high-quality language detection over all the web's languages.

Vsevolod Dyomkin 28 Jul 09, 2022
Color Picker and Color Detection tool for METR4202

METR4202 Color Detection Help This is sample code that can be used for the METR4202 project demo. There are two files provided, both running on Python

Miguel Valencia 1 Oct 23, 2021
Geometric Augmentation for Text Image

Text Image Augmentation A general geometric augmentation tool for text images in the CVPR 2020 paper "Learn to Augment: Joint Data Augmentation and Ne

Canjie Luo 440 Jan 05, 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
Automatically resolve RidderMaster based on TensorFlow & OpenCV

AutoRiddleMaster Automatically resolve RidderMaster based on TensorFlow & OpenCV 基于 TensorFlow 和 OpenCV 实现的全自动化解御迷士小马谜题 Demo How to use Deploy the ser

神龙章轩 5 Nov 19, 2021
Just a script for detecting the lanes in any car game (not just gta 5) with specific resolution and road design ( very basic and limited )

GTA-5-Lane-detection Just a script for detecting the lanes in any car game (not just gta 5) with specific resolution and road design ( very basic and

Danciu Georgian 4 Aug 01, 2021
Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.

doc2text doc2text extracts higher quality text by fixing common scan errors Developing text corpora can be a massive pain in the butt. Much of the tex

Joe Sutherland 1.3k Jan 04, 2023
This is a passport scanning web service to help you scan, identify and validate your passport created with a simple and flexible design and ready to be integrated right into your system!

Passport-Recogniton-System This is a passport scanning web service to help you scan, identify and validate your passport created with a simple and fle

Mo'men Ashraf Muhamed 7 Jan 04, 2023
Textboxes_plusplus implementation with Tensorflow (python)

TextBoxes++-TensorFlow TextBoxes++ re-implementation using tensorflow. This project is greatly inspired by slim project And many functions are modifie

81 Dec 07, 2022