Future Designs, Inc. “Your Development Partner”
The forum is now open for registration to all! Email support@teamfdi.com to gain access.
You are not logged in.
For my application i have created custom images in .tga format using Gimp. The size is 64 x 64 pixels and about 8 kb. I have converted the tga image to hex using the batch file provided with uez source code. But i am getting blurred image in the screen. Why is that so. Is there any other way for drawinf icons on the screen?
Offline
not sure if it'll help but make sure you save your TGA in "Indexed" mode, not RGB. In Gimp, go to Image->Mode->Indexed...
My TGAs came up all funky when saved in RGB.
Offline
Ya i did the same and i am able to see images perfectly now.
Thanks for ur reply.....
Offline
Yes, the TGA code is using 256 color images, not 24-bit images.
Offline
Can someone recommend a TGA viewer conversion tool for Windows 7?
Offline
GIMP is a good editor for doing Targa files.
http://www.gimp.org/
Offline