Quote Originally Posted by December View Post
Hmm, going to have to figure out how to convert it of its a jpeg then I guess. Can anyone point me to some code to do JPG -> PNG conversion?
AFAIR the JPEG support is compiled as plugin on windows. So first check if you have the QJPEG plugin compiled. If yes, then it's just a matter of placing it imageformats subdirectory in the directory where the executable is. If not, you will have to reconfigure and recompile Qt (you can do it also to compile QJPEG into Qt).