-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathTHIRD-PARTY-NOTICES
More file actions
40 lines (28 loc) · 1.62 KB
/
THIRD-PARTY-NOTICES
File metadata and controls
40 lines (28 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
SixLabors.ImageSharp.Drawing uses or incorporates ideas, algorithms, and/or
implementation guidance from third-party projects that are distributed under
licenses different from the Six Labors ImageSharp.Drawing software.
The attached notices are provided for informational purposes only. Please
review the original project repositories and license files for complete terms.
================================================================================
Blaze (https://github.com/aurimasg/blaze)
License: MIT
Portions of this software were developed with reference to the Blaze
project, including rasterization and related implementation techniques.
See also: src/ImageSharp.Drawing/Processing/Backends/DEFAULT_RASTERIZER.MD
Copyright (c) 2023 Aurimas Gasiulis
The Blaze project is distributed under the MIT License. The full license text
is available in the Blaze repository LICENSE file.
================================================================================
Vello (https://github.com/linebender/vello)
License: Apache-2.0 OR MIT
Portions of this software were developed with reference to the Vello project,
including GPU rasterization pipeline structure, shader stages, and related
implementation techniques.
See also:
- src/ImageSharp.Drawing.WebGPU/WEBGPU_BACKEND.md
- src/ImageSharp.Drawing.WebGPU/WEBGPU_RASTERIZER.md
Copyright 2020 the Vello Authors
The Vello project is distributed under the Apache License, Version 2.0, or the
MIT License. The full license texts are available in the Vello repository
LICENSE-APACHE and LICENSE-MIT files.
================================================================================