]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/png/pngloader.h
Split image loading into headers and pixels
[libs/gui.git] / source / graphics / png / pngloader.h
index 21c1c72346d23c399dbb08b4a84686f4c0990f75..7c9390f23f79c4222972f211eeb87d1ad4561bd7 100644 (file)
@@ -20,7 +20,8 @@ public:
        static unsigned get_signature_size() { return 8; }
        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