File tree Expand file tree Collapse file tree 10 files changed +0
-14
lines changed Expand file tree Collapse file tree 10 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 99using SixLabors . ImageSharp . Processing . Processors . Dithering ;
1010using SixLabors . ImageSharp . Processing . Processors . Quantization ;
1111using SixLabors . ImageSharp . Processing . Processors . Transforms ;
12- using SixLabors . Primitives ;
1312
1413namespace SixLabors . ImageSharp . Advanced
1514{
Original file line number Diff line number Diff line change 22// Licensed under the Apache License, Version 2.0.
33
44using System ;
5- using System . Collections . Generic ;
65using System . Diagnostics ;
76using System . Runtime . CompilerServices ;
87
Original file line number Diff line number Diff line change 66using System . IO ;
77using System . Runtime . CompilerServices ;
88using System . Runtime . InteropServices ;
9- using System . Text ;
109
1110using SixLabors . ImageSharp . Advanced ;
1211using SixLabors . ImageSharp . Memory ;
Original file line number Diff line number Diff line change 11// Copyright (c) Six Labors and contributors.
22// Licensed under the Apache License, Version 2.0.
33
4- using System . Text ;
5-
64namespace SixLabors . ImageSharp . Formats . Png
75{
86 /// <summary>
Original file line number Diff line number Diff line change 22// Licensed under the Apache License, Version 2.0.
33
44using System . IO ;
5- using System . Text ;
65using SixLabors . ImageSharp . PixelFormats ;
76
87namespace SixLabors . ImageSharp . Formats . Png
Original file line number Diff line number Diff line change 33
44using System . Numerics ;
55using SixLabors . Fonts ;
6- using SixLabors . ImageSharp . PixelFormats ;
76using SixLabors . ImageSharp . Processing ;
87using SixLabors . ImageSharp . Processing . Processors . Text ;
98using SixLabors . Primitives ;
10- using SixLabors . Shapes ;
119using Xunit ;
1210
1311namespace SixLabors . ImageSharp . Tests . Drawing . Text
Original file line number Diff line number Diff line change 44using System ;
55using System . Collections . Generic ;
66using System . IO ;
7- using System . Text ;
87using SixLabors . ImageSharp . Advanced ;
98using SixLabors . ImageSharp . Formats . Gif ;
109using SixLabors . ImageSharp . Metadata ;
Original file line number Diff line number Diff line change 44using System . Collections . Generic ;
55using System . IO ;
66using System . Linq ;
7- using System . Text ;
87
98using SixLabors . ImageSharp . Formats . Gif ;
109using SixLabors . ImageSharp . Metadata ;
Original file line number Diff line number Diff line change 11// Copyright (c) Six Labors and contributors.
22// Licensed under the Apache License, Version 2.0.
33
4- using System . Collections . Generic ;
5-
6- using SixLabors . ImageSharp . Formats . Gif ;
74using SixLabors . ImageSharp . Metadata ;
85using SixLabors . ImageSharp . Metadata . Profiles . Exif ;
96using SixLabors . ImageSharp . PixelFormats ;
Original file line number Diff line number Diff line change 77using System . IO ;
88using System . Linq ;
99using System . Text ;
10- using SixLabors . ImageSharp . Formats . Jpeg . Components . Decoder ;
1110using SixLabors . ImageSharp . Metadata ;
1211using SixLabors . ImageSharp . Metadata . Profiles . Exif ;
1312using SixLabors . ImageSharp . PixelFormats ;
You can’t perform that action at this time.
0 commit comments