]> git.tdb.fi Git - libs/gui.git/commit
Change the ImageLoader API to use IO::Seekable
authorMikko Rasa <tdb@tdb.fi>
Mon, 7 Oct 2013 11:08:19 +0000 (14:08 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 7 Oct 2013 16:42:36 +0000 (19:42 +0300)
commit8e403dbbcde6efee1862f6d501ce30a3e7ba81c4
tree11a07942e77eb009ce2bddd763e7f5766a79257d
parent010c91931c89fe2b6271a7395a0cb17279c704a2
Change the ImageLoader API to use IO::Seekable

Trying to operate on purely streamed I/O turns out to be more headache
than it's worth.  I'll implement a generic adaptor in the IO namespace
if it's needed at a later point.
source/graphics/devil/devilloader.cpp
source/graphics/devil/devilloader.h
source/graphics/image.cpp
source/graphics/image.h
source/graphics/imageloader.cpp
source/graphics/imageloader.h
source/graphics/png/pngloader.cpp
source/graphics/png/pngloader.h