#ifndef _SCALE_H #define _SCALE_H #include QImage scale(const QImage& image, int width, int height); #endif