Along a related line as the previous question, I have a 'gif' file (running on Microsoft XP). I can open the file using fopen("filename.gif", "rb"), but when I attempt to load the image using either QImage.load("filename.gif", "GIF") or QPixmap.load("filename.gif", "GIF"), it returns false. Are there any lowerlevel error messages set to help me determine why it wont' load the filename.gif into the image? I can load it into an graphical editor just fine.
- Bruce
Bookmarks