Re: [PATCH 1/3] gdiplus: Store IWICBitmapDecoder inside GpBitmap
As long as we're doing this, we should probably make use of the decoder in GdipImageSelectActiveFrame, and maybe we shouldn't bother when we just have one frame. On Mon, Mar 9, 2015 at 12:33 PM, Piotr Caban <piotr(a)codeweavers.com> wrote:
--- dlls/gdiplus/gdiplus_private.h | 1 + dlls/gdiplus/image.c | 9 +++++++++ 2 files changed, 10 insertions(+)
On 03/10/15 01:56, Vincent Povirk wrote:
As long as we're doing this, we should probably make use of the decoder in GdipImageSelectActiveFrame, and maybe we shouldn't bother when we just have one frame.
I use it in patch 3 in select_image_gif. I'm planning to use it in other formats later. I'll send a fixed version that doesn't store the decoder if we have only one frame. Thanks, Piotr
participants (2)
-
Piotr Caban -
Vincent Povirk