Dmitry Timoshkov : windowscodecs: Add initial implementation of the GIF encoder.
Module: wine Branch: master Commit: 7eb1f5d6ad4205c22d933d0bb417fb4ef6a035ae URL: https://source.winehq.org/git/wine.git/?a=commit;h=7eb1f5d6ad4205c22d933d0bb... Author: Dmitry Timoshkov <dmitry(a)baikal.ru> Date: Mon Apr 27 10:32:36 2020 +0800 windowscodecs: Add initial implementation of the GIF encoder. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdiplus/tests/image.c | 14 +- dlls/windowscodecs/clsfactory.c | 1 + dlls/windowscodecs/gifformat.c | 1012 ++++++++++++++++++++++++- dlls/windowscodecs/regsvr.c | 10 + dlls/windowscodecs/wincodecs_private.h | 1 + dlls/windowscodecs/windowscodecs_wincodec.idl | 7 + 6 files changed, 1003 insertions(+), 42 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7eb1f5d6ad4205c22d933...
participants (1)
-
Alexandre Julliard