Sweden-Number/dlls/gdiplus
Florian Will 6090276b3e gdiplus: Disable PNG encoding filters.
This speeds up the encoding process, sometimes at the cost of increased
PNG file sizes. PNGs created using gdiplus on Windows 10 have filters
disabled, too, according to pngcheck.

The application "ZusiDisplay" encodes finished frames in PNG format and
sends them through a named pipe for "Zusi 3" to use as an in-game
texture, so performance matters for that use case to improve "embedded
display" FPS.

Signed-off-by: Florian Will <florian.will@gmail.com>
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-25 09:25:40 +01:00
..
tests gdiplus: Add simple test for bitmap clone from rgb values to indexed. 2021-11-29 23:25:46 +01:00
Makefile.in gdiplus: Disable PNG encoding filters. 2022-01-25 09:25:40 +01:00
brush.c
customlinecap.c
font.c gdiplus: GdipGetFamilyName() should not crash when given a NULL name. 2021-08-27 20:27:22 +02:00
gdiplus.c
gdiplus.manifest
gdiplus.rc
gdiplus.spec
gdiplus11.manifest
gdiplus_private.h gdiplus: Introduce dst palette parameter to convert_pixels(). 2021-11-29 23:25:46 +01:00
graphics.c gdiplus: Introduce dst palette parameter to convert_pixels(). 2021-11-29 23:25:46 +01:00
graphicspath.c
image.c gdiplus: Disable PNG encoding filters. 2022-01-25 09:25:40 +01:00
imageattributes.c
matrix.c
metafile.c gdiplus: Switch to STRETCH_HALFTONE mode before playing a blit record. 2021-10-20 20:11:46 +02:00
pathiterator.c
pen.c
region.c
stringformat.c