File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/ImageSharp/Formats/Jpeg Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 4
4
using System ;
5
5
using System . Runtime . CompilerServices ;
6
6
using System . Runtime . InteropServices ;
7
- using SixLabors . ImageSharp . Advanced ;
8
7
using SixLabors . ImageSharp . Memory ;
9
8
using SixLabors . ImageSharp . PixelFormats ;
10
9
@@ -16,7 +15,7 @@ namespace SixLabors.ImageSharp.Formats.Jpeg.Components
16
15
/// </summary>
17
16
[ StructLayout ( LayoutKind . Sequential ) ]
18
17
internal unsafe partial struct GenericBlock8x8 < T >
19
- where T : struct
18
+ where T : unmanaged
20
19
{
21
20
public const int Size = 64 ;
22
21
Original file line number Diff line number Diff line change 6
6
using System . IO ;
7
7
using System . Linq ;
8
8
using System . Runtime . CompilerServices ;
9
- using System . Threading . Tasks ;
10
9
using SixLabors . ImageSharp . Common . Helpers ;
11
10
using SixLabors . ImageSharp . Formats . Jpeg . Components ;
12
11
using SixLabors . ImageSharp . Formats . Jpeg . Components . Decoder ;
You can’t perform that action at this time.
0 commit comments