Skip to content
Snippets Groups Projects
Commit 6090276b authored by Florian Will's avatar Florian Will Committed by Alexandre Julliard
Browse files

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: default avatarFlorian Will <florian.will@gmail.com>
Signed-off-by: default avatarEsme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 513feedf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment