-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nQuant
updated
18 files
+374 −10 | .gitignore | |
+0 −6 | .nuget/NuGet.Config | |
+ − | .nuget/NuGet.exe | |
+0 −153 | .nuget/NuGet.targets | |
+0 −5 | .nuget/packages.config | |
+4 −2 | nQuant.Core/IWuQuantizer.cs | |
+4 −2 | nQuant.Core/ImageBuffer.cs | |
+0 −18 | nQuant.Core/Nuget/nQuant.nuspec | |
+20 −0 | nQuant.Core/TrueColor/BitmapInput.cs | |
+15 −0 | nQuant.Core/TrueColor/BitmapOutput.cs | |
+84 −0 | nQuant.Core/TrueColor/BitmapQuantizer.cs | |
+385 −0 | nQuant.Core/TrueColor/BitmapQuantizerBase.cs | |
+3 −1 | nQuant.Core/WuQuantizer.cs | |
+4 −2 | nQuant.Core/WuQuantizerBase.cs | |
+15 −4 | nQuant.Core/nQuant.Core.csproj | |
+13 −7 | nQuant.Facts/nQuant.Facts.csproj | |
+5 −11 | nQuant.sln | |
+2 −2 | nQuantShell/nQuant.csproj |