Actions

Difference between revisions of "Align Sprite"

From Sonic Retro

m
m (Text replacement - "{{Program" to "{{ProgramBob")
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Program
+
{{ProgramBob
 
| screen=AlignSprite.png
 
| screen=AlignSprite.png
 
| screenwidth=250px
 
| screenwidth=250px
| category=Graphics
+
| category=Graphics editor
 
| date=July 29, 2011
 
| date=July 29, 2011
 
| system=Microsoft Windows
 
| system=Microsoft Windows

Revision as of 09:41, 14 August 2015

AlignSprite.png
Align Sprite
Category: Graphics editor
System: Microsoft Windows
Credits: MarkeyJester

Align Sprite is a utility that aligns a bitmap of a sprite appropriately and marks empty tiles, making it suitable for importing to SonMapEd. AlignSprite is written by MarkeyJester.

Download.svg Download Align Sprite
File: AlignSprite.zip (8 kB) (info)

Usage

  • Prepare a bitmap of a sprite to be aligned. Note that it must be in 24-bit format, the top left pixel is assumed to be the transparent color, and large files will not work with this utility.
  • Drag and drop that file onto the AlignSprite executable.
  • The file is now converted. Tiles marked as empty have the color FF 00 FF (255 000 255).

To convert multiple sprites at once, a batch file can be used:

@echo off
AlignSprite.exe WalkFrame01.bmp =
AlignSprite.exe WalkFrame02.bmp =
AlignSprite.exe WalkFrame03.bmp =
pause

External Links