aboutsummaryrefslogtreecommitdiff
path: root/include/ImageUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ImageUtils.hpp')
-rw-r--r--include/ImageUtils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ImageUtils.hpp b/include/ImageUtils.hpp
index f0670d6..58eb197 100644
--- a/include/ImageUtils.hpp
+++ b/include/ImageUtils.hpp
@@ -5,4 +5,5 @@
namespace QuickMedia {
// Works with jpg, png and gif files
bool image_get_resolution(const Path &path, int *width, int *height);
+ bool is_image_ext(const char *ext);
} \ No newline at end of file