Skip to content

Commit

Permalink
Feature/magick.net (#69)
Browse files Browse the repository at this point in the history
* Started to implement MagickImage and removed all FileToVoxCommon namespace

* Heightmap is now working with 16-bit per channel

* Fixed the average which depend on the number of channel per pixel

* Create static method Quantize to centralize all vertifications

* Removed JsonPresets folder

* Removed SimpleSingleton

* Removed dependency to the old Quantizer which depends on Bitmap (not compatible on Mac).
WIP quantizer, not really best results

* Removed folder Quantizer

* Fixed parsing pixel color in MultipleImageToSchematic

* Clean code

* Removed dependency to System.Drawing also in PaletteSchematicConverter
  • Loading branch information
Zarbuz authored Sep 19, 2022
1 parent 25fb211 commit ff1a6c6
Show file tree
Hide file tree
Showing 73 changed files with 324 additions and 5,861 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

21 changes: 6 additions & 15 deletions FileToVox.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileToVox", "SchematicToVoxCore\FileToVox.csproj", "{F24C61D3-C2D6-4208-BB30-79236DA8019E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileToVoxCommon", "FileToVoxCommon\FileToVoxCommon.csproj", "{F0315853-7D9C-43CA-90CB-B30F1639F216}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42D54E36-6326-4537-8827-99C339BC16A2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -29,18 +32,6 @@ Global
{F24C61D3-C2D6-4208-BB30-79236DA8019E}.Release|x64.Build.0 = Release|Any CPU
{F24C61D3-C2D6-4208-BB30-79236DA8019E}.Release|x86.ActiveCfg = Release|Any CPU
{F24C61D3-C2D6-4208-BB30-79236DA8019E}.Release|x86.Build.0 = Release|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|x64.ActiveCfg = Debug|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|x64.Build.0 = Debug|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|x86.ActiveCfg = Debug|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|x86.Build.0 = Debug|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|Any CPU.Build.0 = Release|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|x64.ActiveCfg = Release|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|x64.Build.0 = Release|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|x86.ActiveCfg = Release|Any CPU
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
15 changes: 0 additions & 15 deletions FileToVoxCommon/FileToVoxCommon.csproj

This file was deleted.

6 changes: 0 additions & 6 deletions FileToVoxCommon/FileToVoxCommon.csproj.user

This file was deleted.

123 changes: 0 additions & 123 deletions FileToVoxCommon/Generator/Heightmap/Data/HeightmapData.cs

This file was deleted.

34 changes: 0 additions & 34 deletions FileToVoxCommon/Generator/Shaders/Data/ShaderCase.cs

This file was deleted.

48 changes: 0 additions & 48 deletions FileToVoxCommon/Generator/Shaders/Data/ShaderColorDenoiser.cs

This file was deleted.

57 changes: 0 additions & 57 deletions FileToVoxCommon/Generator/Shaders/Data/ShaderData.cs

This file was deleted.

53 changes: 0 additions & 53 deletions FileToVoxCommon/Generator/Shaders/Data/ShaderFill.cs

This file was deleted.

Loading

0 comments on commit ff1a6c6

Please sign in to comment.