Hi, I'm having the following problem:

I'm creating an object
Qt Code:
  1. QImage image ( 10,10,32 );
To copy to clipboard, switch view to plain text mode 
And tring to save it
Qt Code:
  1. image.save("smth.jpg","JPG");
To copy to clipboard, switch view to plain text mode 

image.save returns NULL - why?

Save function works for images being loaded and doesn't for those I create myself
My operating system is winXP, QT ver 3.3.3, VS.NET 2003...

Sorry if this question is too simple to be posted... still I cant find a solution.
Thanks a lot for your time.
GREG.