Update README.md

This commit is contained in:
Lameguy64 2016-03-26 04:16:09 -08:00
parent 93d5c06b0b
commit 5815b58236
1 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,10 @@
# img2tim
An Image to PlayStation TIM File Converter
This tool converts almost any image file into a PlayStation TIM image file for PlayStation homebrew development. Uses the FreeImage library for loading image files of almost any file format.
# Features
- Uses the same argument format used in bmp2tim.
- Supports alpha channel (if available) with threshold control as transparency mask.
- Color-key and index-key transparency masking.
- RGB to color-index image conversion (currently very basic).