Can any body help me in getting a code for TGA file writting having JT file as input

Started by
0 comments, last by Hodgman 16 years, 2 months ago
Hi, I am new to the area of image writing. Can any oen please help me out in this matter. What i am looking at is, "A code for TGA file writting having JT file as input". Thanks
Advertisement
You can use any of these free libraries to write TGA files:

http://www.lonesock.net/soil.html
http://openil.sourceforge.net/
http://corona.sourceforge.net/

And you can use the JT Open Toolkit to read in the JT files:

http://www.jtopen.com/technology/toolkit.shtml


But to actually render the contents of the JT file into pixel-data, you will probably have to write a renderer in OpenGL or Direct3D. (Or alternately, find a way to integrate your TGA-writer with existing commercial renderers like jt2go...)

This topic is closed to new replies.

Advertisement