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:

    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
This is a repository to learn and get more computer vision skills, make robotics projects integrating the computer vision as a perception tool and create a lot of awesome advanced controllers for the robots of the future.

This is a repository to learn and get more computer vision skills, make robotics projects integrating the computer vision as a perception tool and create a lot of awesome advanced controllers for the robots of the future.

Elkin Javier Guerra Galeano 17 Nov 3, 2022
huoyijie 1.2k Dec 29, 2022
make a better chinese character recognition OCR than tesseract

deep ocr See README_en.md for English installation documentation. 只在ubuntu下面测试通过,需要virtualenv安装,安装路径可自行调整: git clone https://github.com/JinpengLI/deep

Jinpeng 1.5k Dec 28, 2022
governance proposal to make fei redeemable for eth

Feil Proposal ?? Abstract Migrate all ETH from Fei protocol-controlled value into Yearn ETH Vault. Allow redemptions of outstanding FEI for yvETH. At

null 13 Mar 31, 2022
Make OpenCV camera loops less of a chore by skipping the boilerplate and getting right to the interesting stuff

camloop Forget the boilerplate from OpenCV camera loops and get to coding the interesting stuff Table of Contents Usage Install Quickstart More advanc

Gabriel Lefundes 9 Nov 12, 2021
A python script based on opencv and paddleocr, which can automatically pick up tasks, make cookies, and receive rewards in the Destiny 2 Dawning Oven

A python script based on opencv and paddleocr, which can automatically pick up tasks, make cookies, and receive rewards in the Destiny 2 Dawning Oven

null 1 Dec 22, 2021
A post-processing tool for scanned sheets of paper.

unpaper Originally written by Jens Gulden — see AUTHORS for more information. Licensed under GNU GPL v2 — see COPYING for more information. Overview u

null 27 Dec 7, 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 3, 2022
A semi-automatic open-source tool for Layout Analysis and Region EXtraction on early printed books.

LAREX LAREX is a semi-automatic open-source tool for layout analysis on early printed books. It uses a rule based connected components approach which

null 162 Jan 5, 2023
Page to PAGE Layout Analysis Tool

P2PaLA Page to PAGE Layout Analysis (P2PaLA) is a toolkit for Document Layout Analysis based on Neural Networks. ?? Try our new DEMO for online baseli

Lorenzo Quirós Díaz 180 Nov 24, 2022
Table Extraction Tool

Tree Structure - Table Extraction Fonduer has been successfully extended to perform information extraction from richly formatted data such as tables.

HazyResearch 88 Jun 2, 2022
This repository provides train&test code, dataset, det.&rec. annotation, evaluation script, annotation tool, and ranking.

SCUT-CTW1500 Datasets We have updated annotations for both train and test set. Train: 1000 images [images][annos] Additional point annotation for each

Yuliang Liu 600 Dec 18, 2022
Tool which allow you to detect and translate text.

Text detection and recognition This repository contains tool which allow to detect region with text and translate it one by one. Description Two pretr

Damian Panek 176 Nov 28, 2022
A tool for extracting text from scanned documents (via OCR), with user-defined post-processing.

The project is based on older versions of tesseract and other tools, and is now superseded by another project which allows for more granular control o

Maxim 32 Jul 24, 2022
An OCR evaluation tool

dinglehopper dinglehopper is an OCR evaluation tool and reads ALTO, PAGE and text files. It compares a ground truth (GT) document page with a OCR resu

QURATOR-SPK 40 Dec 20, 2022
scantailor - Scan Tailor is an interactive post-processing tool for scanned pages.

Scan Tailor - scantailor.org This project is no longer maintained, and has not been maintained for a while. About Scan Tailor is an interactive post-p

null 1.5k Dec 28, 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

null 5 Sep 19, 2022
It is a image ocr tool using the Tesseract-OCR engine with the pytesseract package and has a GUI.

OCR-Tool It is a image ocr tool made in Python using the Tesseract-OCR engine with the pytesseract package and has a GUI. This is my second ever pytho

Khant Htet Aung 4 Jul 11, 2022