mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
10 lines
148 B
C++
10 lines
148 B
C++
#pragma once
|
|
|
|
#include <QImage>
|
|
#include <vector>
|
|
namespace GdTiff {
|
|
|
|
void tiff2img( std::vector< char > & data, const char * format = "webp" );
|
|
|
|
}
|