]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/jpeg/jpegloader.h
Split image loading into headers and pixels
[libs/gui.git] / source / graphics / jpeg / jpegloader.h
index bf902d64c5b9b90f0ef95d241c6f4a7f7e28efde..a18d37e81bb10a8de2225ef8c686fa631576bda7 100644 (file)
@@ -20,7 +20,8 @@ public:
        static unsigned get_signature_size() { return 3; }
        static bool detect(const std::string &);
 
-       virtual void load_(Image::Data &);
+       virtual void load_headers_(Image::Data &);
+       virtual void load_pixels_(Image::Data &);
 };
 
 } // namespace Graphics