Skip to content

Commit 757c67a

Browse files
committed
Remove build directories; Add sample images
1 parent d327619 commit 757c67a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+7
-6
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
c-sharp/obj
2+
build
3+
.vs
Binary file not shown.
Binary file not shown.

c-sharp/.vs/TileMerger/FileContentIndex/read.lock

Whitespace-only changes.

c-sharp/.vs/TileMerger/v17/.suo

-67.5 KB
Binary file not shown.

c-sharp/ImageMerger/Program.cs

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
namespace ImageMerger
2-
{
3-
using System;
4-
using System.Diagnostics;
5-
using System.Runtime.InteropServices;
6-
using System.Windows.Forms;
1+
using System;
2+
using System.Runtime.InteropServices;
3+
using System.Windows.Forms;
74

5+
namespace ImageMerger
6+
{
87
internal static class Program
98
{
109
[DllImport("kernel32.dll")]

c-sharp/bin/Release/TileMerger.exe

-20.5 KB
Binary file not shown.

c-sharp/bin/Release/TileMerger.pdb

-35.5 KB
Binary file not shown.

c-sharp/bin/Release/big5.nlp

-65.2 KB
Binary file not shown.

c-sharp/bin/Release/bopomofo.nlp

-80.2 KB
Binary file not shown.

c-sharp/bin/Release/ksc.nlp

-114 KB
Binary file not shown.

c-sharp/bin/Release/mscorlib.dll

-4.35 MB
Binary file not shown.

c-sharp/bin/Release/normidna.nlp

-58 KB
Binary file not shown.

c-sharp/bin/Release/normnfc.nlp

-44.7 KB
Binary file not shown.

c-sharp/bin/Release/normnfd.nlp

-38.4 KB
Binary file not shown.

c-sharp/bin/Release/normnfkc.nlp

-64.8 KB
Binary file not shown.

c-sharp/bin/Release/normnfkd.nlp

-58.9 KB
Binary file not shown.

c-sharp/bin/Release/prc.nlp

-81.8 KB
Binary file not shown.

c-sharp/bin/Release/prcp.nlp

-81.8 KB
Binary file not shown.

c-sharp/bin/Release/sortkey.nlp

-256 KB
Binary file not shown.

c-sharp/bin/Release/sorttbls.nlp

-19.8 KB
Binary file not shown.

c-sharp/bin/Release/xjis.nlp

-27.6 KB
Binary file not shown.
119 KB
120 KB
124 KB
116 KB
118 KB
141 KB
107 KB
105 KB
122 KB
117 KB
113 KB
122 KB
119 KB
119 KB
114 KB
113 KB
116 KB
113 KB
89.8 KB
86 KB

c-sharp/sample-images/pear_00001_.png

129 KB

c-sharp/sample-images/pear_00002_.png

118 KB

c-sharp/sample-images/pear_00003_.png

117 KB

c-sharp/sample-images/pear_00004_.png

104 KB

c-sharp/sample-images/pear_00005_.png

118 KB

c-sharp/sample-images/plum_00001_.png

124 KB

c-sharp/sample-images/plum_00002_.png

110 KB

c-sharp/sample-images/plum_00003_.png

120 KB

c-sharp/sample-images/plum_00004_.png

100 KB

c-sharp/sample-images/plum_00005_.png

113 KB
114 KB
121 KB
113 KB
137 KB
129 KB
102 KB
104 KB
118 KB
92.4 KB
122 KB
116 KB
120 KB
130 KB
127 KB
97.1 KB

c-sharp/sample-outputs/Fruits.png

8.31 MB

0 commit comments

Comments
 (0)