Pure PHP image library- almost 20 image formats
This time I want to present, for the first time, a non-free library for loading and saving images. It is not free, but it’s quite cheap (19.9 USD) and give you support for almost 20 image formats including tga (targa), ppm (portable pixmap), pgm (portable graymap), pbm (portable bitmap), pfm (portable float map) dds (microsoft’s direct draw surface).
Open TGA with PHP: imagecreatefromtga
Need to read TGA files in PHP? Here’s an implementation of imagecreatefromtga, which reads 24 bit TGA images both RLE compressed and uncompressed. You can use it as any other imagecreatefrom* function.