[Git][wine/wine][master] 2 commits: windowscodecs/tests: Add a test for big-endian TIFF image data handling.
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(a)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(a)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... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/89f41f573c2d478cede6eec5fb7afe... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)