You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Imaging.Tests/DirectBitmapCoreTests.cs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
/*
2
2
* COPYRIGHT: See COPYING in the top level directory
3
-
* PROJECT: ImagingTests
3
+
* PROJECT: Imaging.Tests.Tests
4
4
* FILE: DirectBitmapCoreTests.cs
5
5
* PURPOSE: Test for blending in DirectBitmapCore.
6
6
* PROGRAMER: Peter Geinitz (Wayfarer)
7
7
*/
8
8
9
-
usingImaging;
10
-
11
-
namespaceImagingTests
9
+
namespaceImaging.Tests
12
10
{
13
11
/// <summary>
14
12
/// Core tests for DirectBitmapCore, especially the BlendInt method which is critical for correct blending behavior in DirectBitmap and DirectBitmapImage.
Copy file name to clipboardExpand all lines: Imaging.Tests/DirectBitmapTests.cs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/*
2
2
* COPYRIGHT: See COPYING in the top-level directory
3
-
* PROJECT: ImagingTests
3
+
* PROJECT: Imaging.Tests.Tests
4
4
* FILE: DirectBitmapTests.cs
5
5
* PURPOSE: Validate some functions in DirectBitmap
6
6
* PROGRAMMER: Peter Geinitz (Wayfarer)
@@ -9,9 +9,8 @@
9
9
usingSystem.Diagnostics;
10
10
usingSystem.Drawing;
11
11
usingImageCompare;
12
-
usingImaging;
13
12
14
-
namespaceImagingTests
13
+
namespaceImaging.Tests
15
14
{
16
15
/// <summary>
17
16
/// Some basic tests to validate some functions in DirectBitmap, including color matching and performance comparisons with System.Drawing. These tests ensure that DirectBitmap correctly manipulates pixel data and performs efficiently for common drawing operations.
0 commit comments