goldendict-ng/src/tiff.hh
2023-04-17 17:17:36 -04:00

14 lines
213 B
C++

#ifndef __TIFF_HH_INCLUDED__
#define __TIFF_HH_INCLUDED__
#include <QImage>
#include <vector>
namespace GdTiff {
void tiff2img( std::vector< char > & data, const char * format = "webp" );
}
#endif // TIFF_HH