NullMember / Aseprite-Millitext-Converter

Aseprite scripts for converting strings to millitext or millitext image to human readable form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

millitext

Aseprite-Millitext-Converter

Aseprite scripts for converting strings to millitext or millitext image to human readable form

What is Millitext?

Millitext is subpixel text encoding technique founded by Matt Sarnoff. For more information follow this link

Installation

Open Aseprite and follow File->Scripts->Open Scripts Folder then paste .lua files to root of this folder

Usage

toMillitext:

Run script (File->Scripts->toMillitext) then enter number of lines required. It will automatically create new dialog. Write your text then press OK. If you want to scale up your millitext image use Sprite->Sprite Size, enable lock ratio and multiply width or height by any integer. Otherwise new image can contain different size of pixels and fromMillitext will not work properly. If you're going to scale up your millitext please don't remove white pixel in the 0, 0 location. This pixel used by fromMillitext script to determine pixel width and height.

fromMillitext:

Open any millitext image then run script (File->Scripts->fromMillitext). Script will convert millitext image to human readable form automatically.

About

Aseprite scripts for converting strings to millitext or millitext image to human readable form

License:MIT License


Languages

Language:Lua 100.0%