Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Ryhon0/ImageSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageSplitter

Image splitter is a program which allows you to split images into squares, originally created as a command for a Discord Bot. It uses System.Drawing to and gifsicle to conver images to .gif files

Download

ImageSplitter is available for Windows and Linux/MacOS by using Wine or Mono

You need all the .exe files in the same folder and .NET Framework on Windows or Wine and Mono on Unix-like systems

How to use

  • Run ImageSplitter.Winforms.exe

    • Windows:

    • Linux/MacOS: Open your console in the folder with the downloaded files and run wine ImageSplitter.Winforms.exe, on Mac and some desktop enviroments you can just double click it to run

  • Generate your images

    • Enter the path for the image and output loaction
    • Set the square size and the prefix or surfix
    • If you are using a animated file you can set the framerate
    • Generate preview to preview how the emotes will look
    • Generate your emotes
  • Add the emotes to your Discord server, you can use emotes.txt to paste them quickly into chat

To do

  • Add vertical and horizontal gap option
  • Use a rendering engine with hardware acceleration support
  • Automatically adjust the square size based on the column or row count