--- In [email protected], "mohameddawaina" <mohameddawa...@...> wrote: > > Hi all. > my project is about Quad Tree image compression, the problem is that it > does not succeed to encode large images, it works good for my small 8 by 8 > image
I've tried compiling your code; I had problems with the Qt stuff (couldn't find the header on my system) so I commented it out, and it seems to build and run ok using g++. Is Qt necessary? Anyway, I'm currently reading up on quadtrees here: http://www.gamedev.net/reference/programming/features/quadtrees/ Is that any help to you?
