Re: [E-devel] [Patch] implement Gif loader's scale down decoding feature

2011-10-13 Thread The Rasterman
On Mon, 03 Oct 2011 01:41:14 +0900 Jiyoun Park said: hmm i smell a bug.. but you cant fix it without actually really changing how you do things. this only happens with animated gifs.. or more specifically gifs where you "paste" a gif image within the gif pixel buffer at a given location and now a

[E-devel] [Patch] implement Gif loader's scale down decoding feature

2011-10-02 Thread Jiyoun Park
Hello. I modify gif loader's code to support scale down decoding. Scale down decoding feature is improve memory efficiency as gif image size is increase. I test this patch using several gif image(including animation gif),it work well. But if some gif image make problem, please let me know it.