#include"Image/IntelliRasterImage.h" #include #include #include IntelliRasterImage::IntelliRasterImage(int weight, int height) :IntelliImage(weight, height){ } IntelliRasterImage::~IntelliRasterImage(){ } QImage IntelliRasterImage::getDisplayable(int alpha){ return getDisplayable(imageData.size(), alpha); } QImage IntelliRasterImage::getDisplayable(const QSize& displaySize, int alpha){ QImage copy = imageData; for(int y = 0; y& polygonData){ qDebug() << "Raster Image has no polygon data " << polygonData.size() <<"\n"; return; }