hi,

When i try to save the pixmap it returns false.

1) I checked the pixmap.isNull but it returns false -> pixmap is not null.
2) cross check with pixmap.size also returns valid qsize value.
3) I checked the directory premissions, they are fine too. still i made a system call before save and set the newly created file permissions to 777 via chmod.
(Also I run app as root).

4) Docs do not indicate anything more.

Please help.