# BEADS for Windows — notices BEADS application code and artwork belong to their respective owners. The sample, application icon, decorative frames, backgrounds and material textures in this package come from the BEADS repository's canonical Shared and macOS resources. Their inclusion does not grant redistribution rights outside BEADS. This application uses the Microsoft .NET runtime and Windows Desktop (WPF and Windows Forms). These components are distributed under the MIT license and other licenses listed in the runtime's bundled LICENSE.txt and THIRD-PARTY-NOTICES.txt. Source: https://github.com/dotnet/runtime and https://github.com/dotnet/wpf. Image decoding uses Windows Imaging Component. H.264 MP4 encoding uses Windows Media Foundation supplied by Windows. The media adapter and desktop hosting approach were adapted from the same owner's FRAME Windows project. Cross-built distributions also include LLVM libc++ / libunwind runtime libraries, licensed under Apache-2.0 with LLVM exceptions and the accompanying notices in licenses/llvm. Windows/MSVC builds use the statically linked Microsoft runtime under the Visual Studio redistribution terms. This Windows application does not bundle OpenCV, FFmpeg, an AI segmentation model, a depth-estimation model, or commercial bead manufacturers' color libraries. Imported material palettes are supplied locally by the user. ## Oklab reference color transforms The linear sRGB / Oklab reference transforms are by Björn Ottosson. The author offers the reference code in the public domain and, alternatively, under MIT. BEADS retains the MIT notice for the Windows adaptation. Application-specific palette selection and matching weights are not part of the reference color-space definition. - Source: https://bottosson.github.io/posts/oklab/ - License: MIT - License text: https://bottosson.github.io/misc/License.txt Copyright (c) 2020 Björn Ottosson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.