Questions tagged [tga]

5 questions
9
votes
4 answers

How to convert .tga files to .png?

I wish to convert TGA files (from Steam) to something more suitable, like PNG. I can't find any converters or workflows, I don't mind which it is. For Snow Leopard. edit: Are there any free fronts to ImageMagick that are either graphical, or capable…
tobylane
  • 1,337
5
votes
1 answer

Why do programs use the TGA format?

I seen many applications (such as warcraft) dump images as TGA. Why?
user3109
2
votes
1 answer

FFmpeg "Pipe:0: Invalid data found when processing input" TGA files

I've run into a problem when using FFmpeg to process TGA files into an MP4 file. This is a version of what I'm doing that demonstrates the problem. ffmpeg -loglevel debug -y -r 60 -codec targa -i pipe:0 -r 60 -vf…
2
votes
1 answer

Using ffmpeg to create a video from a sequence of TGA images, with a depth of field blur effect sourced from the TGA's alpha channel

I'm working on turning a sequence of TGA images into a video using ffmpeg. I want the video to have a depth of field blur effect. The alpha channel of each TGA contains a depth-mask, where black=close and white=far. I want to use this info to add…
vpvp
  • 21
0
votes
1 answer

Bulk de-RLE-compress TGA images

I'm on Linux Mint 17.3 KDE and am having some issues with viewing and sorting a nearly 2.7GB collection of TGA images (mostly game textures). Apparently, GwenView and many other programs (notably excluding GIMP) don't cooperate with RLE compressed…