Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
2k views

How to load PNGs and export to TGA keeping alpha in C#?

I'm writing a tool to automate some of our asset making for a game. What I want to do is take a folder of PNG files, combine them into a texture atlas and then export the atlas as a TGA and the UV ...
2
votes
2answers
1k views

Java TGA loader

I am looking for a small and free TGA image loading class or library for java. Ideally the result is a BufferedImage. Yes, I have already googled, but most results are outdated, or are quite big ...
1
vote
3answers
45 views

Problems Loading Targa File C++

As the title suggests, I've been having problems loading .tga files. I've been using this for reference and as far as I can tell (Apart from using c++ functions instead of c ones) I'm doing the same ...
1
vote
3answers
85 views

C++ OpenGL TGA Loading Failing

I've been working through a basic OpenGl tutorial on loading a TGA file, to be used as a texture on a 3d object. I've been able to load data from the TGA header, but when I attempt to load the actual ...
1
vote
1answer
315 views

White frame around images in WoW Addon

I am having some trouble with my World of Warcraft addon. Whenever I display my TGA files in the addon, there is a thin white frame around them. The same happens when I convert them to BLPs. When I ...
0
votes
1answer
43 views

How to tell if a Targa is from Photoshop?

I have run into an issue while trying to write a *.tga file reader. For 32 bit targas, photoshop fills the alpha channel with 255, which is still standard, and works, but in 16 bit targas, photoshop ...
0
votes
1answer
42 views

How to convert a JPG image to TGA with PHP (preferably in CodeIgniter)?

We're developing a website and for a particular section user is uploading images. User can upload a jpg file, which on upload we need to convert it to TGA format. Is there any PHP or CI library which ...
0
votes
1answer
65 views

Loading a PVR, texture problems

I'm having a problem with loading a tga from a PVR. I believe the PVR is loading correctly, but when I try and load the texture into OpenGL I'm getting issues. I'm getting odd, incoherant drawings. ...
0
votes
2answers
96 views

2 bit per pixel tga's color to qRgb

I need to read tga's with pyqt and so far this seems to be working fine except where a tga has 2 bytes per pixel as opposed to 3 or 4. My code is taken from here http://pastebin.com/b5Vz61dZ. ...
0
votes
2answers
252 views

Loading a TGA File and Using it with OpenGL

I currently am trying to load a tag file with c++ and rendering it with OpenGL. Currently the colors are all mixed up (red becomes blue, green becomes red, and blue becomes green). My current code for ...
0
votes
1answer
75 views

Reading Targa File. Missing Dark Colors?

Due to being new, I can only have two links and can not post my images. Sorry for the inconvenience of having to copy+paste addresses I am parsing a Targa (.tga) image file with code similar to that ...
0
votes
1answer
110 views

How can I show a TGA image in a <img> tga?

I have a TGA image encoded in Base64 https://gist.github.com/984770 But it doesn't show on the browser. Is there a way to show a TGA image on the browser or it is not supported? Is there any client ...
-1
votes
1answer
26 views

open tga files on asp.net

I dont know whether it is possible to view tga image files on asp.net? Tga image files are not known image files for webpages, I think. But there might be a control to view tag image files for ...