60 Commits (bd52eb9be27f647cbec5475a920b79ce61953c8b)

Author SHA1 Message Date
Vladimír Vondruš bd52eb9be2 AnyImageImporter: attempt to detect AVIF files. 5 months ago
Vladimír Vondruš 31381371e8 Any{Image,Scene}Importer: propagate importerState() as well. 11 months ago
Vladimír Vondruš 22ce4a75d2 AnyImageImporter: detect the *.svg and *.svgz extension. 1 year ago
Vladimír Vondruš ac17573961 Any{Image,Scene}Importer: explicitly test all recognized extensions. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 1 year ago
Vladimír Vondruš f91638c461 AnyImageImporter: recognize also the other Radiance HDR file signature. 2 years ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 22c20bee4c AnyImageImporter: properly test level count propagation. 3 years ago
Vladimír Vondruš 6e187518b0 Any*{Importer,Converter}: respect Flag::Quiet in config propagation. 3 years ago
Vladimír Vondruš 569ae5a195 AnyImageImporter: fall back to BasisImporter if KtxImporter isn't found. 4 years ago
Vladimír Vondruš 11cc18486b Any*{Converter,Importer}: clean up ancient log redirection in tests. 4 years ago
Vladimír Vondruš 424d666bab Any*{Importer,Converter}: no, raw string literals make no sense here. 4 years ago
Vladimír Vondruš b9541f7f82 Any*{Importer,Converter}: clean up test file path passing. 4 years ago
Vladimír Vondruš 389ee37843 AnyImageImporter: recognize WebP extension and header magic. 4 years ago
Vladimír Vondruš cdfe668d58 AnyImageImporter: recognize ASTC files and data. 4 years ago
Vladimír Vondruš 602aac8036 AnyImageImporter: remove a TODO for KTX magic recognition. 4 years ago
Vladimír Vondruš cfd0a1a454 AnyImage{Importer,Converter}: recognize OpenVDB file extension. 4 years ago
Vladimír Vondruš be91c51975 Any*{Importer,Converter}: forgot to port these away from std::string. 4 years ago
Vladimír Vondruš f9ae3166a9 Trade: port plugin tests to the new Utility::Path. 4 years ago
Vladimír Vondruš 7a462590ab Any{Scene,Image}Importer: propagate file callbacks as well. 4 years ago
Vladimír Vondruš 6cbc37ecda AnyImageImporter: don't abuse file callbacks to test data opening. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 578baf3168 Any{Image,Scene}{Importer,Converter}: improve plugin checks in tests. 4 years ago
Vladimír Vondruš 9fbc637f76 AnyImageConverter: recognize KTX2 for basically all image types. 4 years ago
Vladimír Vondruš 1f33071b3c AnyImageConverter: support KTX2 also in 3D and 2D/3D levels code paths. 4 years ago
Vladimír Vondruš f989630a09 AnyImageImporter: test 3D image loading code path. 5 years ago
Vladimír Vondruš 3e8627e688 AnyImageImporter: test detection of Basis file data as well. 5 years ago
Vladimír Vondruš f96adfdc37 Doc++, updated changelog. 5 years ago
Pablo Escobar 6e2ff2b707 AnyImageImporter: detect KTX2 5 years ago
Vladimír Vondruš c30bfa76ab AnyImageImporter: proxy 1D and 3D images as well. 5 years ago
Vladimír Vondruš 047c539a17 ÄnyImageImporter: recognize BMP header magic. 5 years ago
Vladimír Vondruš e6d673c279 Propagate configuration options in Any* plugins. 5 years ago
Vladimír Vondruš 22d1484814 Test: rename Any* plugin test cases for clarity. 5 years ago
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš e852277905 AnyImageImporter: fix signature printing in the error message. 6 years ago
Vladimír Vondruš fb1452eca6 AnyImageImporter: recognize TIFF files by magic. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš a66964898f AnyImageImporter: recognize *.ico and *.cur files. 6 years ago
Vladimír Vondruš 3977f0472f Any*{Importer,Converter}: show used plugin in verbose output. 6 years ago
Vladimír Vondruš 1b03e20e3e Any*{Importer,Converter}: propagate flags to the actual plugins. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš 5d9d529010 Any*{Importer,Converter}: less engrish in error messages. 6 years ago
Squareys a1c2c9c6b3 AnyImageImporter: Delegate .basis files to BasisImporter 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš e3fc0d037c Move Trade::ImporterFileCallbackPolicy to InputFileCallbackPolicy. 7 years ago
Max Schwarz a480c70f06 Any*{Importer,Converter}: lowercase() filename before recognizing suffix 7 years ago
Vladimír Vondruš 75b1ced583 Any*{Importer,Converter}: unify the testing. 7 years ago