gdiplus: Implement GdipSaveImageToStream using encoders.
commit9475e3f53bf6351c6e27428e5991477cf34b2fa9
authorNathan Beckmann <nathan.beckmann@gmail.com>
Mon, 10 Mar 2008 15:16:55 +0000 (10 08:16 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Mar 2008 19:22:27 +0000 (10 20:22 +0100)
tree24ff390423263aef19348e501d565c400485923e
parent7900947ce3e1a9d7db9da2dac4d8d472e293c313
gdiplus: Implement GdipSaveImageToStream using encoders.

Add the correct framework for a fully-functional implementation of
image encoding (not a hack like before). Currently, only a stub for
BMP encoding is supported. New tests added as well.
dlls/gdiplus/image.c
dlls/gdiplus/tests/image.c