porymap/include/core/imageexport.h

11 lines
180 B
C
Raw Normal View History

2020-09-13 23:37:55 +01:00
#pragma once
#ifndef IMAGEEXPORT_H
#define IMAGEEXPORT_H
#include <QImage>
#include <QString>
void exportIndexed4BPPPng(QImage image, QString filepath);
#endif // IMAGEEXPORT_H