Skip to content

Commit

Permalink
Clarify colorspace & channels header usage; phoboslab#152
Browse files Browse the repository at this point in the history
  • Loading branch information
phoboslab committed Jan 5, 2022
1 parent 6804a74 commit 07116e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qoi.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The colorspace in this qoi_desc is an enum where
1 = all channels are linear
You may use the constants QOI_SRGB or QOI_LINEAR. The colorspace is purely
informative. It will be saved to the file header, but does not affect
en-/decoding in any way. */
how chunks are en-/decoded. */

#define QOI_SRGB 0
#define QOI_LINEAR 1
Expand Down

0 comments on commit 07116e8

Please sign in to comment.