TIM (PlayStation graphics)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|tim}} }} == Overview == '''TIM''', or '''PSX TIM''', is an uncompressed raster image file format associa...") |
(→Software) |
||
Line 14: | Line 14: | ||
== Software == | == Software == | ||
* [http://www.imagemagick.org/ ImageMagick] (read-only) | * [http://www.imagemagick.org/ ImageMagick] (read-only) | ||
+ | * [ftp://ibiblio.org/pub/linux/apps/graphics/convert/tim2bmp-1.0.tar.gz tim2bmp] (read-only) | ||
== Resources == | == Resources == | ||
* [http://www.romhack.de/dokumente/files/psx/grafik/tim_graphic_format.txt TIM Graphic Formats, By Klarth, Version 1.0] | * [http://www.romhack.de/dokumente/files/psx/grafik/tim_graphic_format.txt TIM Graphic Formats, By Klarth, Version 1.0] |
Revision as of 16:12, 9 July 2013
Contents |
Overview
TIM, or PSX TIM, is an uncompressed raster image file format associated with the Sony PlayStation family of video game consoles.
It supports 4- and 8-bit paletted images, and 15- and 24-bit full color images.
Identification
Files begin with (hex) bytes 10 00 00 00
.
Software
- ImageMagick (read-only)
- tim2bmp (read-only)