TGA Image Loader for Visual Basic 5 or 6
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.)
EDIT:
Uploaded a newer version of the TGA loader. Cleaned the code and reduced the number of procedures.
Re: TGA Image Loader for Visual Basic 5 or 6
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.
Re: TGA Image Loader for Visual Basic 5 or 6
Sure, I'm interested in your code...
1 Attachment(s)
Re: TGA Image Loader for Visual Basic 5 or 6
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.
Re: TGA Image Loader for Visual Basic 5 or 6