Skip to content

Commit

Permalink
jpeglib.h: Document that JCS_RGB565 is decomp-only
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Sep 11, 2023
1 parent 9b704f9 commit f3c7116
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jpeglib.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* Lossless JPEG Modifications:
* Copyright (C) 1999, Ken Murchison.
* libjpeg-turbo Modifications:
* Copyright (C) 2009-2011, 2013-2014, 2016-2017, 2020, 2022, D. R. Commander.
* Copyright (C) 2009-2011, 2013-2014, 2016-2017, 2020, 2022-2023,
D. R. Commander.
* Copyright (C) 2015, Google, Inc.
* For conditions of distribution and use, see the accompanying README.ijg
* file.
Expand Down Expand Up @@ -270,7 +271,8 @@ typedef enum {
JCS_EXT_BGRA, /* blue/green/red/alpha */
JCS_EXT_ABGR, /* alpha/blue/green/red */
JCS_EXT_ARGB, /* alpha/red/green/blue */
JCS_RGB565 /* 5-bit red/6-bit green/5-bit blue */
JCS_RGB565 /* 5-bit red/6-bit green/5-bit blue
[decompression only] */
} J_COLOR_SPACE;

/* DCT/IDCT algorithm options. */
Expand Down

0 comments on commit f3c7116

Please sign in to comment.