summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index f8d03a0..e78b827 100644
--- a/helper.h
+++ b/helper.h
@@ -16,6 +16,8 @@
#include <QJsonDocument>
#include <magic.h>
+#include <pictureviewer2.h>
+#include <ImageMagick-6/Magick++.h>
class QString;
class QFileInfo;
@@ -37,6 +39,7 @@ namespace Helper {
QPixmap preview(const QString &path);
QImage snapshot(const QString &path, int where);
QVariant picSize(const QString &path);
+ PicData convertToPng(PicData data);
class Duration {
public:
Duration();