PDA

Click to See Complete Forum and Search --> : TGA Image Loader for Visual Basic 5 or 6


Peter Swinkels
Oct 11th, 2006, 11:58 AM
I attached a program that can load and display TGA (Truevision Targa) image files. Note: the form only contains a simple interface used to demonstrate how to use the TGA image loader. (The class module is all that is needed to load and display TGA images.)

dreamvb
Oct 15th, 2006, 04:11 AM
hi nise code eep up the good work.
if you intrested I also done a TGA Saver for a project I am working on it allows you to save to 16,24 and 32 bit from a picture box, if you want it I up the code as there only a few lines.

Peter Swinkels
Oct 15th, 2006, 04:25 AM
Sure, I'm interested in your code...

dreamvb
Oct 15th, 2006, 05:28 AM
hi here is the TGA Saver, only supports 16,24 and 32 Bit colors, I not got 8 bit working yet i see if I can try and work on that.

Peter Swinkels
Oct 15th, 2006, 11:17 AM
Ok, thanks.