#ifndef IMAGEEXPORT_H #define IMAGEEXPORT_H #include #include void exportIndexed4BPPPng(QImage image, QString filepath); #endif // IMAGEEXPORT_H