Alexandre Julliard pushed to branch master at wine / wine
Commits: 3d5a4984 by Nikolay Sivov at 2025-04-28T16:32:04+02:00 windowscodecs/tests: Add a test for big-endian TIFF image data handling.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - 9f3b0a5a by Nikolay Sivov at 2025-04-28T16:32:04+02:00 windowscodecs/tiff: Remove unnecessary image data byte-swaping.
This is handled automatically by libtiff when loading big-endian tiffs on little-endian build. It's implemented as a 'postdecode' hook and depends on TIFFTAG_BITSPERSAMPLE tag.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - -
2 changed files:
- dlls/windowscodecs/libtiff.c - dlls/windowscodecs/tests/tiffformat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/89f41f573c2d478cede6eec5fb7afe...