InternationalColorConsortium / DemoIccMAX

Demonstration Implementation for iccMAX color profiles
Other
121 stars 37 forks source link

Fixups for URL Refs, Add vcpkg config scripts and docs #98

Closed xsscx closed 3 weeks ago

xsscx commented 3 weeks ago

This PR addresses URL References that were pointed to my development repo. Additionally, vcpkg config scripts and docs are contributed.

Fixup:

Get-ChildItem -Recurse -File | ForEach-Object { Select-String -Path $_.FullName -Pattern "PatchIccMAX" } | Format-Table Path, LineNumber, Line

Replace with proper URL refs to DemoIccMAX Repo

These are the only modifications for this PR.