TM2 to PGM Converter

Export game textures to PGM format online for free

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Multi-File Processing

Queue several TM2 files at once and convert them all to PGM simultaneously. Batch mode streamlines repetitive conversion work.

Cloud Processing

Conversion runs on remote servers, so your computer stays fast. Even large TM2 images are handled without slowing your device.

Private & Secure

Your TM2 uploads are deleted right after conversion, and the PGM output is removed from servers within 24 hours — your data stays safe.

How to convert TM2 to PGM

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose pgm or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your pgm file right afterwards

About formats

TM2 (TIM2) is a raster image format developed by Sony Computer Entertainment for the PlayStation 2 console, released in Japan on March 4, 2000, as the successor to the original PlayStation's TIM format. TM2 extends the TIM specification to accommodate the PS2's more capable Graphics Synthesizer (GS) GPU, supporting 4-bit indexed (16 colors), 8-bit indexed (256 colors), 16-bit direct color, 24-bit true color, and 32-bit true color with full 8-bit alpha transparency — a significant upgrade over TIM's single-bit semi-transparency flag. The TM2 container includes a file header with a picture count (supporting multiple images in a single file), individual picture headers specifying dimensions, color depth, mipmap count, and CLUT format, the CLUT data, and the image data arranged to match the GS's swizzled memory layout for optimal rendering performance. TM2 files support mipmaps (progressively smaller versions of a texture for distance-based level-of-detail rendering), a feature absent from the original TIM format, reflecting the PS2's ability to handle more sophisticated texture filtering. One advantage is the format's importance in game preservation: thousands of PS2 titles — the best-selling console generation in history — store their texture assets as TM2 files, making the format essential for game modding, texture extraction, HD remaster projects, and academic study of game art history. TM2 files are handled by specialized tools like Rainbow, noesis, and ImageMagick, as well as PlayStation 2 emulator debugging utilities.
Initial release: March 4, 2000
PGM (Portable Graymap) is the grayscale member of the Netpbm image format family, created by Jef Poskanzer in 1988 as part of the Pbmplus toolkit for Unix systems. PGM stores single-channel intensity images where each pixel holds a gray value from 0 (black) to a user-specified maximum (typically 255 for 8-bit or 65535 for 16-bit). The format exists in ASCII (magic number P2), where pixel values are written as decimal text numbers separated by whitespace, and binary (magic number P5), where values are stored as raw bytes. Both variants begin with a header specifying the magic number, width, height, and maximum gray value. PGM was designed as the grayscale intermediate in Netpbm's convert-process-convert pipeline philosophy: source images from any format are converted to PGM, processed using Netpbm's extensive command-line tool library, then converted to the target format. One advantage is format transparency — the ASCII variant makes image data directly readable by humans and trivially processable by text tools like awk and grep, invaluable for debugging and education. The scientific and computer vision community's adoption is another strength: PGM's straightforward single-channel representation makes it a natural format for image analysis algorithms, and many academic papers and course materials use PGM examples. The format is supported by ImageMagick, GIMP, and countless image processing libraries, and remains standard input for many research tools and benchmarks.
Developer: Jef Poskanzer
Initial release: 1988

Frequently Asked Questions

Why convert TM2 to PGM?

TM2 is a console-only format with no desktop viewer support. Converting to PGM frees PS2 assets for creative reuse and archival.

What programs can open PGM?

GIMP, IrfanView, XnView, and most Linux image viewers handle PGM grayscale images. Photoshop can import PGM files as well.

How accurate is TM2 to PGM conversion?

The conversion keeps your image data intact — PGM does not introduce compression artifacts, ensuring the output matches the original closely.

Is TM2 to PGM conversion fast?

Conversion is handled on cloud servers and usually completes in a few seconds. Larger or higher-resolution TM2 images may take slightly longer.

Does Convertio support batch TM2 to PGM conversion?

Absolutely. Add several TM2 images at once, set PGM as the output, and the converter processes them all in parallel for maximum efficiency.

How is TM2 different from TIM?

TM2 (TIM2) is the PlayStation 2 evolution of TIM, supporting higher color depths and more features than the original PS1 format.