Skip to content

Commit

Permalink
chore(docs): Fix broken link to YIQ NTSC reference paper (#81)
Browse files Browse the repository at this point in the history
## Changes

Link in README.md appears to point to an old address for "Measuring perceived color difference using YIQ NTSC transmission color space in mobile applications" (Kotsarenko & Ramos 2010).

This change substitutes a link to the current journal site.

## Motivation

Here from lucasb-eyer/go-colorful#55.
  • Loading branch information
lukasschwab authored Mar 17, 2023
1 parent fd082e8 commit aa5309b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ODiff is a blazing fast native image comparison tool. Check [benchmarks](#benchm
- ✅ Anti-aliasing detection
- ✅ Ignoring regions
- ✅ Using [YIQ NTSC
transmission algorithm](http://www.progmat.uaem.mx:8080/artVol2Num2/Articulo3Vol2Num2.pdf) to determine visual difference.
transmission algorithm](https://progmat.uaem.mx/progmat/index.php/progmat/article/view/2010-2-2-03/2010-2-2-03) to determine visual difference.

### Coming in the nearest future:

Expand Down

0 comments on commit aa5309b

Please sign in to comment.