Commit 62da42d
authored
File tree
Expand file treeCollapse file tree
215 files changed
+3331
-1449
lines changedFilter options
- src/ImageSharp
- Advanced
- Common
- Formats
- Bmp
- Cur
- Gif
- Ico
- Icon
- Png
- Qoi
- Tga
- Tiff
- Webp
- BitReader
- Lossy
- Processing/Processors
- Dithering
- Quantization
- Transforms
- tests
- ImageSharp.Benchmarks/Codecs/Gif
- ImageSharp.Tests
- Formats
- Gif
- Icon/Cur
- Png
- WebP
- Quantization
- TestUtilities
- ReferenceCodecs
- Images
- External/ReferenceOutput
- BmpEncoderTests
- DitherTests
- GifDecoderTests
- Decode_Animated_Rgba32_animated_loop.gif
- Decode_Animated_Rgba32_animated_loop_interlaced.gif
- Decode_Animated_WithTransparency_Rgba32_animated_transparent_firstframerestoreprev_loop.gif
- Decode_Animated_WithTransparency_Rgba32_animated_transparent_frame_norestore_loop.gif
- Decode_Animated_WithTransparency_Rgba32_animated_transparent_frame_restoreprev_loop.gif
- Decode_Animated_WithTransparency_Rgba32_animated_transparent_loop.gif
- IssueTooLargeLzwBits_Rgba32_issue_2743.gif
- GifEncoderTests/GifEncoder_CanDecode_AndEncode_Issue2866_Rgba32_issue_2866.gif
- PngEncoderTests
- Encode_AnimatedFormatTransform_FromGif_Rgba32_issue_2866.gif
- Encode_AnimatedFormatTransform_FromGif_Rgba32_leo.gif
- QuantizerTests
- Input
- Gif
- issues
- Png/issues
- Webp
- issues
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
215 files changed
+3331
-1449
lines changedsrc/ImageSharp/Advanced/AotCompilerTools.cs
Copy file name to clipboardExpand all lines: src/ImageSharp/Advanced/AotCompilerTools.cs+16-1Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
| 141 | + |
141 | 142 |
|
142 | 143 |
|
143 | 144 |
|
144 |
| - |
| 145 | + |
145 | 146 |
|
146 | 147 |
|
147 | 148 |
|
| ||
514 | 515 |
|
515 | 516 |
|
516 | 517 |
|
| 518 | + |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
| 531 | + |
517 | 532 |
|
518 | 533 |
|
519 | 534 |
|
|
src/ImageSharp/Common/InlineArray.cs
Copy file name to clipboard+38Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
src/ImageSharp/Common/InlineArray.tt
Copy file name to clipboard+38Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
src/ImageSharp/Formats/AlphaAwareImageEncoder.cs
Copy file name to clipboardExpand all lines: src/ImageSharp/Formats/AlphaAwareImageEncoder.cs+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| ||
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
| 15 | + |
| 16 | + |
13 | 17 |
|
14 | 18 |
|
15 | 19 |
|
src/ImageSharp/Formats/Bmp/BmpEncoderCore.cs
Copy file name to clipboardExpand all lines: src/ImageSharp/Formats/Bmp/BmpEncoderCore.cs+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
362 | 362 |
|
363 | 363 |
|
364 | 364 |
|
365 |
| - |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
366 | 369 |
|
367 | 370 |
|
368 |
| - |
| 371 | + |
369 | 372 |
|
370 | 373 |
|
371 | 374 |
|
|
src/ImageSharp/Formats/Bmp/BmpMetadata.cs
Copy file name to clipboardExpand all lines: src/ImageSharp/Formats/Bmp/BmpMetadata.cs+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
158 | 158 |
|
159 | 159 |
|
160 | 160 |
|
161 |
| - |
162 |
| - |
| 161 | + |
163 | 162 |
|
src/ImageSharp/Formats/Cur/CurFrameMetadata.cs
Copy file name to clipboardExpand all lines: src/ImageSharp/Formats/Cur/CurFrameMetadata.cs+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
108 | 107 |
|
109 | 108 |
|
110 | 109 |
|
| ||
113 | 112 |
|
114 | 113 |
|
115 | 114 |
|
116 |
| - |
117 | 115 |
|
118 | 116 |
|
119 | 117 |
|
| ||
126 | 124 |
|
127 | 125 |
|
128 | 126 |
|
| 127 | + |
129 | 128 |
|
130 | 129 |
|
131 | 130 |
|
|
src/ImageSharp/Formats/Cur/CurMetadata.cs
Copy file name to clipboardExpand all lines: src/ImageSharp/Formats/Cur/CurMetadata.cs+3-6Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
75 |
| - |
| 74 | + |
76 | 75 |
|
77 | 76 |
|
78 | 77 |
|
| ||
145 | 144 |
|
146 | 145 |
|
147 | 146 |
|
148 |
| - |
149 |
| - |
| 147 | + |
150 | 148 |
|
151 | 149 |
|
152 | 150 |
|
153 | 151 |
|
154 | 152 |
|
155 |
| - |
156 |
| - |
| 153 | + |
157 | 154 |
|
158 | 155 |
|
159 | 156 |
|
|
src/ImageSharp/Formats/EncodingUtilities.cs
Copy file name to clipboardExpand all lines: src/ImageSharp/Formats/EncodingUtilities.cs+105-33Lines changed: 105 additions & 33 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
| ||
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
18 | 35 |
|
19 |
| - |
20 |
| - |
| 36 | + |
21 | 37 |
|
22 | 38 |
|
23 |
| - |
24 |
| - |
| 39 | + |
25 | 40 |
|
26 | 41 |
|
27 |
| - |
28 |
| - |
29 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
30 | 46 |
|
31 | 47 |
|
32 |
| - |
33 |
| - |
| 48 | + |
| 49 | + |
34 | 50 |
|
35 | 51 |
|
36 | 52 |
|
37 |
| - |
38 |
| - |
| 53 | + |
39 | 54 |
|
40 | 55 |
|
41 | 56 |
|
42 |
| - |
43 |
| - |
44 |
| - |
| 57 | + |
| 58 | + |
45 | 59 |
|
46 |
| - |
47 |
| - |
| 60 | + |
48 | 61 |
|
49 | 62 |
|
50 |
| - |
| 63 | + |
51 | 64 |
|
52 |
| - |
53 |
| - |
| 65 | + |
54 | 66 |
|
55 |
| - |
| 67 | + |
56 | 68 |
|
57 |
| - |
| 69 | + |
58 | 70 |
|
59 | 71 |
|
60 | 72 |
|
61 | 73 |
|
62 |
| - |
63 |
| - |
64 |
| - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
65 | 79 |
|
66 |
| - |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
67 | 111 |
|
68 |
| - |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
69 | 122 |
|
70 |
| - |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
71 | 143 |
|
72 |
| - |
| 144 | + |
73 | 145 |
|
74 | 146 |
|
75 | 147 |
|
| ||
80 | 152 |
|
81 | 153 |
|
82 | 154 |
|
83 |
| - |
| 155 | + |
84 | 156 |
|
85 | 157 |
|
86 | 158 |
|
87 | 159 |
|
88 |
| - |
| 160 | + |
89 | 161 |
|
90 |
| - |
| 162 | + |
91 | 163 |
|
92 |
| - |
| 164 | + |
93 | 165 |
|
94 | 166 |
|
95 | 167 |
|
|
0 commit comments