From aae8cb0d21114d56121a0ab2148036d30bb8e640 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:29:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c028b9..138d086 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Spritesheet Frame Rebuilder -Extract individual frames from spritesheet PNG images by detecting connected non-transparent regions and rebuild new spritesheets with options for scaling, padding, layout, and frame repetition. +Fix individual frames from spritesheet PNG images by detecting connected non-transparent regions and rebuild new spritesheets with options for scaling, padding, layout, and frame repetition. --- @@ -22,4 +22,4 @@ Requires [Python 3.7+](https://www.python.org/downloads/) and [Pillow](https://p ```bash pip install Pillow -``` \ No newline at end of file +```