aboutsummaryrefslogtreecommitdiff
path: root/include/ImageUtils.hpp
blob: f0670d6648ab552c0242e52bb816b130248dc93a (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "Path.hpp"

namespace QuickMedia {
    // Works with jpg, png and gif files
    bool image_get_resolution(const Path &path, int *width, int *height);
}