56 Commits (bab1559852467e683e2bc2edb5bb72117100ae62)

Author SHA1 Message Date
Vladimír Vondruš bab1559852 Consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš f74e3b5f4e Tga{Importer,ImageConverter}: respect Flag::Quiet. 3 years ago
Vladimír Vondruš 37eec44dfe TgaImporter: fix a copypaste error in a test comment. 4 years ago
Vladimír Vondruš b5d1b6b443 TgaImporter: print a warning for files that are too long. 4 years ago
Vladimír Vondruš 95fbae2483 TgaImporter: recognize and skip TGA 2 file footer. 4 years ago
Vladimír Vondruš cf24c0140d TgaImporter: unify the error test cases. 4 years ago
Vladimír Vondruš acc23724c1 TgaImporter: use a better error message for RLE decoding failures. 4 years ago
Vladimír Vondruš 94c231a646 TgaImporter: explicitly test for empty ImageFlags. 4 years ago
Vladimír Vondruš f024963ff9 {Obj,Tga}Importer: clean up now-unneeded StringStl.h includes. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade changes. 4 years ago
Vladimír Vondruš f9ae3166a9 Trade: port plugin tests to the new Utility::Path. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 27044a4fef Trade: ability to open non-temporary memory. 5 years ago
Vladimír Vondruš e871cabfa6 Adapt plugins to the AbstractImporter interface change. 5 years ago
Vladimír Vondruš d1c91b105c TgaImporter: minor verbosity cleanup in the test. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 42b8ab2d0e TgaImporter,TgaImageConverter: verbose output about channel reordering. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš ab32d6598d TgaImporter: MSVC 2015, you too. 6 years ago
Vladimír Vondruš 350a79d324 TgaImporter: make error messages consistent. 6 years ago
Vladimír Vondruš d01f8ba3fe TgaImporter: minor test cleanup. 6 years ago
Vladimír Vondruš 132359b78f TgaImporter: make expected test output more explicit. 6 years ago
Vladimír Vondruš 440a3f96ad TgaImporter: implement RLE decoding. 6 years ago
Vladimír Vondruš 035642748f TgaImporter: properly handle files with too short data. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš 25ef63ecd7 TgaImporter: report error message on empty file being opened. 7 years ago
Vladimír Vondruš 839a3ed1c2 TgaImporter: test non-constant alpha. 7 years ago
Vladimír Vondruš f9f3df69de Get rid of std::unique_ptr. 7 years ago
Vladimír Vondruš 24b8ff086c Removed std::optional backwards compatibility. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 20799c1b17 TgaImporter, TgaImageConverter: use generic pixel formats. 8 years ago
Vladimír Vondruš be839fc181 TgaImporter: this function was never here. 8 years ago
Vladimír Vondruš 84af73a582 plugins: new testing workflow. 8 years ago
Vladimír Vondruš 799870021e Converting APIs returning std::optional to Containers::Optional. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 46e118879f Test: use Containers::arrayView() and arrayCast() to simplify code. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš ee3afc1bbc Code simplification in plugin tests. 9 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 30fc1411bb Adapted to Corrade changes. 10 years ago
Vladimír Vondruš d4e53f16e8 TgaImporter: drop istream in favor of plain array. 11 years ago
Vladimír Vondruš 3f34bcf580 TgaImporter: adjust pixel storage if row size is not four byte aligned. 11 years ago
Vladimír Vondruš d96e1e3541 Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc. 11 years ago
Vladimír Vondruš e4e1ce289d TgaImporter: test that the image can be loaded twice in a row. 11 years ago
Vladimír Vondruš 6cb4f7d76e TgaImporter: simplified data comparison in test. 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 6b927b97f5 TgaImporter, TgaImageConverter: don't bother with BGR(A). 11 years ago