Qimage transformé

QImage QImage::transformed(const QTransform &matrix, 
                           Qt::TransformationMode mode = Qt::FastTransformation) const

//Returns a copy of the image that is transformed using the given
//transformation matrix and transformation mode.
Sorann