mirror of
https://github.com/huderlem/porymap.git
synced 2026-03-22 01:54:46 -05:00
10 lines
167 B
C
10 lines
167 B
C
#ifndef IMAGEEXPORT_H
|
|
#define IMAGEEXPORT_H
|
|
|
|
#include <QImage>
|
|
#include <QString>
|
|
|
|
void exportIndexed4BPPPng(QImage image, QString filepath);
|
|
|
|
#endif // IMAGEEXPORT_H
|