Add LIBXISF_COMPRESSION enviroment variable

This commit is contained in:
2023-02-08 18:06:20 +01:00
parent d3559a1ebc
commit d2c264fcc5
2 changed files with 35 additions and 8 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ struct DataBlock
int compressLevel = -1;
QByteArray data;
void decompress(const QByteArray &input, const QString &encoding = "");
void compress();
void compress(int sampleFormatSize);
};
struct LIBXISF_EXPORT Property