diff --git a/.gitignore b/.gitignore index 60fa229..8134462 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ *.exe +*.dll +*.zip +*.png +*.tim +*.bmp obj \ No newline at end of file diff --git a/README.md b/README.md index f71d689..6e04fca 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ -# img2tim +# 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). +## Features +* Uses the same arguments used in bmp2tim with special additional arguments. +* Supports alpha channel (if available) with threshold control as transparency mask. +* Color-key and index-key transparency masking. +* Basic RGB to color-index image conversion. + +## Changelog +**Version 0.75** +* Fixed a pixel order bug when converting images from either RGB or 4-bit depth to 4-bit color depth. + +**Version 0.60** +* Initial release. \ No newline at end of file diff --git a/img2tim.cbp b/img2tim.cbp index 2112089..8a03427 100644 --- a/img2tim.cbp +++ b/img2tim.cbp @@ -11,6 +11,7 @@