]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/image.h
Split image loading into headers and pixels
[libs/gui.git] / source / graphics / image.h
index 86cfa4589824d9413fbb5996f6e695d4a2e8a93f..7b5236ecd4f30c151c9c42148e955086c73cc17b 100644 (file)
@@ -35,6 +35,7 @@ public:
        void load_file(const std::string &);
        void load_io(IO::Seekable &);
        void load(ImageLoader &);
+       void load_headers(ImageLoader &);
 
        PixelFormat get_format() const { return data.fmt; }
        unsigned get_width() const { return data.width; }