img2tim/README.md

17 lines
682 B
Markdown
Raw Normal View History

2016-10-11 04:32:22 +02:00
# IMG2TIM
2016-03-27 06:35:04 +02:00
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.
2016-10-11 04:32:22 +02:00
## 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.