Skip to content

xMandq/Growtopia-texture-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growtopia Image Converter

This project allows you to convert images into block-based representations for use in the game Growtopia. It replaces each section of the original image with the closest matching Growtopia block, resulting in an image composed of tiles.

Features

  • Converts images into Growtopia tile/block grids.
  • Automatically resizes images to fit within the 99x53 tile grid size limit.
  • Color matching algorithm to find the closest Growtopia block for each section.
  • Supports multiple block types for more accurate representations.

Installation

  1. Save all files from the repository into the same folder on your machine.

  2. Open a terminal or command prompt and navigate to that folder.

  3. Run the following command to install the necessary dependencies:

    pip install -r requirements.txt

Before and After Comparison

Before Conversion After Conversion
Original Image Converted Image