Skip to content

Commit

Permalink
gpujpegtool: added examples to pixel formats
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Feb 15, 2024
1 parent 0e09b9d commit 698c1a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ print_help(void)
"\n");
printf(" -s, --size set input image size in pixels, e.g. 1920x1080\n"
" -f, --pixel-format set input/output image pixel format, one of the\n"
" following:\n"
" u8 444-u8-p0p1p2\n"
" 444-u8-p012 422-u8-p1020\n"
" 444-u8-p012a 422-u8-p0p1p2\n"
" 444-u8-p012z 420-u8-p0p1p2\n"
" following (example in parenthesis):\n"
" u8 (grayscale) 444-u8-p0p1p2 (planar 4:4:4)\n"
" 444-u8-p012 (eg. RGB) 422-u8-p1020 (eg. UYVY)\n"
" 444-u8-p012a 422-u8-p0p1p2 (planar 4:2:2)\n"
" 444-u8-p012z 420-u8-p0p1p2 (planar 4:2:0)\n"
"\n"
" -c, --colorspace set input/output image colorspace, e.g. rgb, ycbcr-jpeg (full\n"
" range BT.601), ycbcr-bt601 (limited 601), ycbcr-bt709 (limited)\n"
Expand Down

0 comments on commit 698c1a1

Please sign in to comment.