Skip to content

Commit

Permalink
Merge pull request #119 from catgofire/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
omahlama authored Aug 17, 2021
2 parents 9f8a0a5 + f15dbe0 commit 142966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ you calculate the following for each of R, G and B:
The `C00` component is the DC component, while the others are the AC components. The DC component must first be converted
from sRGB to linear RGB space. AC components are already linear.

Once the R, G and B values have been calculated, the must be converted from linear to your output colourspace, usually sRGB.
Once the R, G and B values have been calculated, they must be converted from linear to your output colourspace, usually sRGB.

0 comments on commit 142966b

Please sign in to comment.