porymap/include/core/imageexport.h

10 lines
167 B
C
Raw Normal View History

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