Hi. I searched hardly something like gdk-pixbuf on QT, but failed. I need real-time image manipulations (like zoom, smooth zoom, rotation, etc.) to work fine in my image viewer (like gqview). Can use gdk-pixbuf in my QT app ?
Try QCanvas, it has zoom, scroll etc....
You could also try QImage; it has scale and xForm functions.