We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7751536 commit 959bab5Copy full SHA for 959bab5
src/utils/image_delegate.c
@@ -324,10 +324,11 @@ tst_usage()
324
PRINTF("\nOptions:\n"
325
"\t- c_<CS> - color space\n"
326
"\t- p_<PF> - pixel format\n"
327
+ "\tpatterns:\n"
328
"\t- blank - use blank pattern\n"
329
"\t- gradient - use gradient pattern (default)\n"
330
"\t- noise - use white noise\n"
- "\t- random[=seed] - same as noise, but use deterministic pattern\n"
331
+ "\t- random[_<seed>] - same as noise, but use deterministic pattern (seed is int)\n"
332
);
333
PRINTF("\nExamples:\n"
334
"\t- 1920x1080.tst - use FullHD image\n"
0 commit comments