Add more tests for RGBASM coverage

This commit is contained in:
Rangi42
2025-09-25 12:21:08 -04:00
parent 96b953fe51
commit 0297da4d4c
29 changed files with 112 additions and 19 deletions

View File

@@ -632,7 +632,8 @@ static void verboseOutputConfig() {
fputs("\t]\n", stderr);
}
// -L/--slice
if (options.inputSlice.specified()) {
if (options.inputSlice.width || options.inputSlice.height || options.inputSlice.left
|| options.inputSlice.top) {
fprintf(
stderr,
"\tInput image slice: %" PRIu16 "x%" PRIu16 " pixels starting at (%" PRIu16 ", %" PRIu16