diff --git a/README.md b/README.md index ba705f5..f71d689 100644 --- a/README.md +++ b/README.md @@ -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).