Program to convert TGA to JPEG

Jeff7181

New member
Joined
Oct 6, 2006
Messages
2
Location
Canton, MI
Programming Experience
Beginner
I just started my first VB .NET class at ITT Tech. I don't have any programming background, but I have an idea for a program I want to write to batch convert TGA image files to JPEG image files, and would really like to make it multi-threaded. I'm a quick learner, but wondering if that's a realistic short term goal or if it'll be over my head for quite some time. On a scale of 1 - 10, how would you rate the difficult of writing a program like that?
 
.Net framework don't support TGA image format, but you should be able to find third-party libraries on the web for conversion. My quick search didn't yield any free.
 
Back
Top