Re: [PATCH 6/7] gdiplus: Fix animated gif frames composition (try2)
March 12, 2015
1:54 a.m.
I'm pretty sure you can just cast IWICBitmapFrameDecode to IWICBitmapSource, and you don't need to use QueryInterface.
March 2015
7:56 a.m.
New subject: [PATCH 6/7] gdiplus: Fix animated gif frames composition (try2)
On 03/12/15 02:54, Vincent Povirk wrote:
I'm pretty sure you can just cast IWICBitmapFrameDecode to IWICBitmapSource, and you don't need to use QueryInterface. You're right. I've just copied this code from original decode_image_wic.
Thanks, Piotr
4033
Age (days ago)
4033
Last active (days ago)
1 comments
2 participants
participants (2)
-
Piotr Caban -
Vincent Povirk