Browse Source

consolidate packages

pull/131/head
Scott Williams 9 years ago
parent
commit
509eaf12d5
  1. 111
      ImageSharp.sln
  2. 3
      build/Properties/launchSettings.json
  3. 14
      build/build.csproj
  4. 84
      src/ImageSharp.Drawing.Paths/ImageSharp.Drawing.Paths.csproj
  5. 6
      src/ImageSharp.Drawing.Paths/Properties/AssemblyInfo.cs
  6. 84
      src/ImageSharp.Drawing.Text/ImageSharp.Drawing.Text.csproj
  7. 6
      src/ImageSharp.Drawing.Text/Properties/AssemblyInfo.cs
  8. 20
      src/ImageSharp.Drawing/ImageSharp.Drawing.csproj
  9. 0
      src/ImageSharp.Drawing/Paths/DrawBeziers.cs
  10. 0
      src/ImageSharp.Drawing/Paths/DrawLines.cs
  11. 0
      src/ImageSharp.Drawing/Paths/DrawPath.cs
  12. 0
      src/ImageSharp.Drawing/Paths/DrawPolygon.cs
  13. 0
      src/ImageSharp.Drawing/Paths/DrawRectangle.cs
  14. 0
      src/ImageSharp.Drawing/Paths/FillPaths.cs
  15. 0
      src/ImageSharp.Drawing/Paths/FillPolygon.cs
  16. 0
      src/ImageSharp.Drawing/Paths/FillRectangle.cs
  17. 0
      src/ImageSharp.Drawing/Paths/RectangleExtensions.cs
  18. 0
      src/ImageSharp.Drawing/Paths/ShapePath.cs
  19. 0
      src/ImageSharp.Drawing/Paths/ShapeRegion.cs
  20. 0
      src/ImageSharp.Drawing/Text/DrawText.cs
  21. 0
      src/ImageSharp.Drawing/Text/GlyphBuilder.cs
  22. 0
      src/ImageSharp.Drawing/Text/TextGraphicsOptions.cs
  23. 61
      src/ImageSharp.Formats.Bmp/ImageSharp.Formats.Bmp.csproj
  24. 6
      src/ImageSharp.Formats.Bmp/Properties/AssemblyInfo.cs
  25. 61
      src/ImageSharp.Formats.Gif/ImageSharp.Formats.Gif.csproj
  26. 6
      src/ImageSharp.Formats.Gif/Properties/AssemblyInfo.cs
  27. 61
      src/ImageSharp.Formats.Jpeg/ImageSharp.Formats.Jpeg.csproj
  28. 6
      src/ImageSharp.Formats.Jpeg/Properties/AssemblyInfo.cs
  29. 61
      src/ImageSharp.Formats.Png/ImageSharp.Formats.Png.csproj
  30. 6
      src/ImageSharp.Formats.Png/Properties/AssemblyInfo.cs
  31. 61
      src/ImageSharp.Processing/ImageSharp.Processing.csproj
  32. 6
      src/ImageSharp.Processing/Properties/AssemblyInfo.cs
  33. 8
      src/ImageSharp/Configuration.cs
  34. 0
      src/ImageSharp/Drawing/Brushes/Brushes.cs
  35. 0
      src/ImageSharp/Drawing/Brushes/Brushes{TColor}.cs
  36. 0
      src/ImageSharp/Drawing/Brushes/IBrush.cs
  37. 0
      src/ImageSharp/Drawing/Brushes/ImageBrush.cs
  38. 0
      src/ImageSharp/Drawing/Brushes/ImageBrush{TColor}.cs
  39. 0
      src/ImageSharp/Drawing/Brushes/PatternBrush.cs
  40. 0
      src/ImageSharp/Drawing/Brushes/PatternBrush{TColor}.cs
  41. 0
      src/ImageSharp/Drawing/Brushes/Processors/BrushApplicator.cs
  42. 0
      src/ImageSharp/Drawing/Brushes/RecolorBrush.cs
  43. 0
      src/ImageSharp/Drawing/Brushes/RecolorBrush{TColor}.cs
  44. 0
      src/ImageSharp/Drawing/Brushes/SolidBrush.cs
  45. 0
      src/ImageSharp/Drawing/Brushes/SolidBrush{TColor}.cs
  46. 0
      src/ImageSharp/Drawing/DrawImage.cs
  47. 0
      src/ImageSharp/Drawing/DrawPath.cs
  48. 0
      src/ImageSharp/Drawing/Drawable.cs
  49. 0
      src/ImageSharp/Drawing/FillRegion.cs
  50. 0
      src/ImageSharp/Drawing/GraphicsOptions.cs
  51. 0
      src/ImageSharp/Drawing/Pens/IPen.cs
  52. 0
      src/ImageSharp/Drawing/Pens/Pen.cs
  53. 0
      src/ImageSharp/Drawing/Pens/Pens.cs
  54. 0
      src/ImageSharp/Drawing/Pens/Pens{TColor}.cs
  55. 0
      src/ImageSharp/Drawing/Pens/Pen{TColor}.cs
  56. 0
      src/ImageSharp/Drawing/Pens/Processors/ColoredPointInfo.cs
  57. 0
      src/ImageSharp/Drawing/Pens/Processors/PenApplicator.cs
  58. 0
      src/ImageSharp/Drawing/PointInfo.cs
  59. 0
      src/ImageSharp/Drawing/Processors/DrawImageProcessor.cs
  60. 0
      src/ImageSharp/Drawing/Processors/DrawPathProcessor.cs
  61. 0
      src/ImageSharp/Drawing/Processors/FillProcessor.cs
  62. 0
      src/ImageSharp/Drawing/Processors/FillRegionProcessor.cs
  63. 0
      src/ImageSharp/Drawing/Region.cs
  64. 0
      src/ImageSharp/Formats/Bmp/BmpBitsPerPixel.cs
  65. 0
      src/ImageSharp/Formats/Bmp/BmpCompression.cs
  66. 0
      src/ImageSharp/Formats/Bmp/BmpDecoder.cs
  67. 0
      src/ImageSharp/Formats/Bmp/BmpDecoderCore.cs
  68. 0
      src/ImageSharp/Formats/Bmp/BmpEncoder.cs
  69. 0
      src/ImageSharp/Formats/Bmp/BmpEncoderCore.cs
  70. 0
      src/ImageSharp/Formats/Bmp/BmpEncoderOptions.cs
  71. 0
      src/ImageSharp/Formats/Bmp/BmpFileHeader.cs
  72. 0
      src/ImageSharp/Formats/Bmp/BmpFormat.cs
  73. 0
      src/ImageSharp/Formats/Bmp/BmpInfoHeader.cs
  74. 0
      src/ImageSharp/Formats/Bmp/IBmpEncoderOptions.cs
  75. 0
      src/ImageSharp/Formats/Bmp/ImageExtensions.cs
  76. 0
      src/ImageSharp/Formats/Bmp/README.md
  77. 0
      src/ImageSharp/Formats/Gif/DisposalMethod.cs
  78. 0
      src/ImageSharp/Formats/Gif/GifConstants.cs
  79. 0
      src/ImageSharp/Formats/Gif/GifDecoder.cs
  80. 0
      src/ImageSharp/Formats/Gif/GifDecoderCore.cs
  81. 0
      src/ImageSharp/Formats/Gif/GifDecoderOptions.cs
  82. 0
      src/ImageSharp/Formats/Gif/GifEncoder.cs
  83. 0
      src/ImageSharp/Formats/Gif/GifEncoderCore.cs
  84. 0
      src/ImageSharp/Formats/Gif/GifEncoderOptions.cs
  85. 0
      src/ImageSharp/Formats/Gif/GifFormat.cs
  86. 0
      src/ImageSharp/Formats/Gif/IGifDecoderOptions.cs
  87. 0
      src/ImageSharp/Formats/Gif/IGifEncoderOptions.cs
  88. 0
      src/ImageSharp/Formats/Gif/ImageExtensions.cs
  89. 0
      src/ImageSharp/Formats/Gif/LzwDecoder.cs
  90. 0
      src/ImageSharp/Formats/Gif/LzwEncoder.cs
  91. 0
      src/ImageSharp/Formats/Gif/PackedField.cs
  92. 0
      src/ImageSharp/Formats/Gif/README.md
  93. 0
      src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs
  94. 0
      src/ImageSharp/Formats/Gif/Sections/GifImageDescriptor.cs
  95. 0
      src/ImageSharp/Formats/Gif/Sections/GifLogicalScreenDescriptor.cs
  96. 0
      src/ImageSharp/Formats/Jpeg/Components/Block8x8F.Generated.cs
  97. 0
      src/ImageSharp/Formats/Jpeg/Components/Block8x8F.Generated.tt
  98. 0
      src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs
  99. 0
      src/ImageSharp/Formats/Jpeg/Components/BlockQuad.cs
  100. 0
      src/ImageSharp/Formats/Jpeg/Components/DCT.cs

111
ImageSharp.sln

@ -39,36 +39,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Drawing", "src\I
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "build", "build\build.csproj", "{575A5002-DD9F-4335-AA47-1DD87FA13645}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "build", "build\build.csproj", "{575A5002-DD9F-4335-AA47-1DD87FA13645}"
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Formats.Bmp", "src\ImageSharp.Formats.Bmp\ImageSharp.Formats.Bmp.csproj", "{C77661B9-F793-422E-8E27-AC60ECC5F215}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Formats.Gif", "src\ImageSharp.Formats.Gif\ImageSharp.Formats.Gif.csproj", "{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Formats.Jpeg", "src\ImageSharp.Formats.Jpeg\ImageSharp.Formats.Jpeg.csproj", "{7213767C-0003-41CA-AB18-0223CFA7CE4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Formats.Png", "src\ImageSharp.Formats.Png\ImageSharp.Formats.Png.csproj", "{556ABDCF-ED93-4327-BE98-F6815F78B9B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Processing", "src\ImageSharp.Processing\ImageSharp.Processing.csproj", "{A623CFE9-9D2B-4528-AD1F-2E834B061134}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageSharp.Sandbox46", "tests\ImageSharp.Sandbox46\ImageSharp.Sandbox46.csproj", "{96188137-5FA6-4924-AB6E-4EFF79C6E0BB}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageSharp.Sandbox46", "tests\ImageSharp.Sandbox46\ImageSharp.Sandbox46.csproj", "{96188137-5FA6-4924-AB6E-4EFF79C6E0BB}"
ProjectSection(ProjectDependencies) = postProject ProjectSection(ProjectDependencies) = postProject
{2E33181E-6E28-4662-A801-E2E7DC206029} = {2E33181E-6E28-4662-A801-E2E7DC206029} {2E33181E-6E28-4662-A801-E2E7DC206029} = {2E33181E-6E28-4662-A801-E2E7DC206029}
{2AA31A1F-142C-43F4-8687-09ABCA4B3A26} = {2AA31A1F-142C-43F4-8687-09ABCA4B3A26} {2AA31A1F-142C-43F4-8687-09ABCA4B3A26} = {2AA31A1F-142C-43F4-8687-09ABCA4B3A26}
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F} = {27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}
{7213767C-0003-41CA-AB18-0223CFA7CE4B} = {7213767C-0003-41CA-AB18-0223CFA7CE4B}
{E5BD4F96-28A8-410C-8B63-1C5731948549} = {E5BD4F96-28A8-410C-8B63-1C5731948549}
{C77661B9-F793-422E-8E27-AC60ECC5F215} = {C77661B9-F793-422E-8E27-AC60ECC5F215}
{556ABDCF-ED93-4327-BE98-F6815F78B9B8} = {556ABDCF-ED93-4327-BE98-F6815F78B9B8}
{A623CFE9-9D2B-4528-AD1F-2E834B061134} = {A623CFE9-9D2B-4528-AD1F-2E834B061134}
EndProjectSection EndProjectSection
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Tests", "tests\ImageSharp.Tests\ImageSharp.Tests.csproj", "{EA3000E9-2A91-4EC4-8A68-E566DEBDC4F6}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Tests", "tests\ImageSharp.Tests\ImageSharp.Tests.csproj", "{EA3000E9-2A91-4EC4-8A68-E566DEBDC4F6}"
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Benchmarks", "tests\ImageSharp.Benchmarks\ImageSharp.Benchmarks.csproj", "{2BF743D8-2A06-412D-96D7-F448F00C5EA5}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Benchmarks", "tests\ImageSharp.Benchmarks\ImageSharp.Benchmarks.csproj", "{2BF743D8-2A06-412D-96D7-F448F00C5EA5}"
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Drawing.Paths", "src\ImageSharp.Drawing.Paths\ImageSharp.Drawing.Paths.csproj", "{E5BD4F96-28A8-410C-8B63-1C5731948549}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.Drawing.Text", "src\ImageSharp.Drawing.Text\ImageSharp.Drawing.Text.csproj", "{329D7698-65BC-48AD-A16F-428682964493}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@ -115,66 +95,6 @@ Global
{575A5002-DD9F-4335-AA47-1DD87FA13645}.Release|x64.Build.0 = Release|Any CPU {575A5002-DD9F-4335-AA47-1DD87FA13645}.Release|x64.Build.0 = Release|Any CPU
{575A5002-DD9F-4335-AA47-1DD87FA13645}.Release|x86.ActiveCfg = Release|Any CPU {575A5002-DD9F-4335-AA47-1DD87FA13645}.Release|x86.ActiveCfg = Release|Any CPU
{575A5002-DD9F-4335-AA47-1DD87FA13645}.Release|x86.Build.0 = Release|Any CPU {575A5002-DD9F-4335-AA47-1DD87FA13645}.Release|x86.Build.0 = Release|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Debug|x64.ActiveCfg = Debug|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Debug|x64.Build.0 = Debug|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Debug|x86.ActiveCfg = Debug|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Debug|x86.Build.0 = Debug|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Release|Any CPU.Build.0 = Release|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Release|x64.ActiveCfg = Release|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Release|x64.Build.0 = Release|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Release|x86.ActiveCfg = Release|Any CPU
{C77661B9-F793-422E-8E27-AC60ECC5F215}.Release|x86.Build.0 = Release|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Debug|x64.ActiveCfg = Debug|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Debug|x64.Build.0 = Debug|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Debug|x86.ActiveCfg = Debug|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Debug|x86.Build.0 = Debug|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Release|Any CPU.Build.0 = Release|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Release|x64.ActiveCfg = Release|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Release|x64.Build.0 = Release|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Release|x86.ActiveCfg = Release|Any CPU
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F}.Release|x86.Build.0 = Release|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Debug|x64.ActiveCfg = Debug|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Debug|x64.Build.0 = Debug|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Debug|x86.ActiveCfg = Debug|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Debug|x86.Build.0 = Debug|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Release|Any CPU.Build.0 = Release|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Release|x64.ActiveCfg = Release|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Release|x64.Build.0 = Release|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Release|x86.ActiveCfg = Release|Any CPU
{7213767C-0003-41CA-AB18-0223CFA7CE4B}.Release|x86.Build.0 = Release|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Debug|x64.ActiveCfg = Debug|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Debug|x64.Build.0 = Debug|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Debug|x86.ActiveCfg = Debug|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Debug|x86.Build.0 = Debug|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Release|Any CPU.Build.0 = Release|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Release|x64.ActiveCfg = Release|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Release|x64.Build.0 = Release|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Release|x86.ActiveCfg = Release|Any CPU
{556ABDCF-ED93-4327-BE98-F6815F78B9B8}.Release|x86.Build.0 = Release|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Debug|x64.ActiveCfg = Debug|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Debug|x64.Build.0 = Debug|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Debug|x86.ActiveCfg = Debug|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Debug|x86.Build.0 = Debug|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Release|Any CPU.Build.0 = Release|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Release|x64.ActiveCfg = Release|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Release|x64.Build.0 = Release|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Release|x86.ActiveCfg = Release|Any CPU
{A623CFE9-9D2B-4528-AD1F-2E834B061134}.Release|x86.Build.0 = Release|Any CPU
{96188137-5FA6-4924-AB6E-4EFF79C6E0BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {96188137-5FA6-4924-AB6E-4EFF79C6E0BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96188137-5FA6-4924-AB6E-4EFF79C6E0BB}.Debug|Any CPU.Build.0 = Debug|Any CPU {96188137-5FA6-4924-AB6E-4EFF79C6E0BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96188137-5FA6-4924-AB6E-4EFF79C6E0BB}.Debug|x64.ActiveCfg = Debug|Any CPU {96188137-5FA6-4924-AB6E-4EFF79C6E0BB}.Debug|x64.ActiveCfg = Debug|Any CPU
@ -211,30 +131,6 @@ Global
{2BF743D8-2A06-412D-96D7-F448F00C5EA5}.Release|x64.Build.0 = Release|Any CPU {2BF743D8-2A06-412D-96D7-F448F00C5EA5}.Release|x64.Build.0 = Release|Any CPU
{2BF743D8-2A06-412D-96D7-F448F00C5EA5}.Release|x86.ActiveCfg = Release|Any CPU {2BF743D8-2A06-412D-96D7-F448F00C5EA5}.Release|x86.ActiveCfg = Release|Any CPU
{2BF743D8-2A06-412D-96D7-F448F00C5EA5}.Release|x86.Build.0 = Release|Any CPU {2BF743D8-2A06-412D-96D7-F448F00C5EA5}.Release|x86.Build.0 = Release|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Debug|x64.ActiveCfg = Debug|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Debug|x64.Build.0 = Debug|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Debug|x86.ActiveCfg = Debug|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Debug|x86.Build.0 = Debug|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Release|Any CPU.Build.0 = Release|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Release|x64.ActiveCfg = Release|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Release|x64.Build.0 = Release|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Release|x86.ActiveCfg = Release|Any CPU
{E5BD4F96-28A8-410C-8B63-1C5731948549}.Release|x86.Build.0 = Release|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Debug|Any CPU.Build.0 = Debug|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Debug|x64.ActiveCfg = Debug|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Debug|x64.Build.0 = Debug|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Debug|x86.ActiveCfg = Debug|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Debug|x86.Build.0 = Debug|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Release|Any CPU.ActiveCfg = Release|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Release|Any CPU.Build.0 = Release|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Release|x64.ActiveCfg = Release|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Release|x64.Build.0 = Release|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Release|x86.ActiveCfg = Release|Any CPU
{329D7698-65BC-48AD-A16F-428682964493}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
@ -244,15 +140,8 @@ Global
{2AA31A1F-142C-43F4-8687-09ABCA4B3A26} = {815C0625-CD3D-440F-9F80-2D83856AB7AE} {2AA31A1F-142C-43F4-8687-09ABCA4B3A26} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
{2E33181E-6E28-4662-A801-E2E7DC206029} = {815C0625-CD3D-440F-9F80-2D83856AB7AE} {2E33181E-6E28-4662-A801-E2E7DC206029} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
{575A5002-DD9F-4335-AA47-1DD87FA13645} = {E919DF0B-2607-4462-8FC0-5C98FE50F8C9} {575A5002-DD9F-4335-AA47-1DD87FA13645} = {E919DF0B-2607-4462-8FC0-5C98FE50F8C9}
{C77661B9-F793-422E-8E27-AC60ECC5F215} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
{27AD4B5F-ECC4-4C63-9ECB-04EC772FDB6F} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
{7213767C-0003-41CA-AB18-0223CFA7CE4B} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
{556ABDCF-ED93-4327-BE98-F6815F78B9B8} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
{A623CFE9-9D2B-4528-AD1F-2E834B061134} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
{96188137-5FA6-4924-AB6E-4EFF79C6E0BB} = {56801022-D71A-4FBE-BC5B-CBA08E2284EC} {96188137-5FA6-4924-AB6E-4EFF79C6E0BB} = {56801022-D71A-4FBE-BC5B-CBA08E2284EC}
{EA3000E9-2A91-4EC4-8A68-E566DEBDC4F6} = {56801022-D71A-4FBE-BC5B-CBA08E2284EC} {EA3000E9-2A91-4EC4-8A68-E566DEBDC4F6} = {56801022-D71A-4FBE-BC5B-CBA08E2284EC}
{2BF743D8-2A06-412D-96D7-F448F00C5EA5} = {56801022-D71A-4FBE-BC5B-CBA08E2284EC} {2BF743D8-2A06-412D-96D7-F448F00C5EA5} = {56801022-D71A-4FBE-BC5B-CBA08E2284EC}
{E5BD4F96-28A8-410C-8B63-1C5731948549} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
{329D7698-65BC-48AD-A16F-428682964493} = {815C0625-CD3D-440F-9F80-2D83856AB7AE}
EndGlobalSection EndGlobalSection
EndGlobal EndGlobal

3
build/Properties/launchSettings.json

@ -1,7 +1,8 @@
{ {
"profiles": { "profiles": {
"build": { "build": {
"commandName": "Project" "commandName": "Project",
"commandLineArgs": "reset"
} }
} }
} }

14
build/build.csproj

@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net46</TargetFramework> <TargetFrameworks>netcoreapp1.0</TargetFrameworks>
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<DebugType>portable</DebugType> <DebugType>portable</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>build</AssemblyName> <AssemblyName>build</AssemblyName>
@ -10,12 +9,7 @@
<CodeAnalysisRuleSet>..\ImageSharp.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>..\ImageSharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.DotNet.ProjectModel" Version="1.0.0-rc3-003121" /> <PackageReference Include="Microsoft.Build" Version="15.1.548" />
<PackageReference Include="Microsoft.Build" Version="15.1.0-preview-000523-01" /> <PackageReference Include="LibGit2Sharp.Portable" Version="0.24.10" />
<PackageReference Include="LibGit2Sharp" Version="0.23.0" />
</ItemGroup> </ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' "> </Project>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>

84
src/ImageSharp.Drawing.Paths/ImageSharp.Drawing.Paths.csproj

@ -1,84 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A cross-platform library for the processing of image files; written in C#</Description>
<AssemblyTitle>ImageSharp.Drawing.Paths</AssemblyTitle>
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
<Authors>James Jackson-South and contributors</Authors>
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>ImageSharp.Drawing.Paths</AssemblyName>
<PackageId>ImageSharp.Drawing.Paths</PackageId>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Png Core</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/JimBobSquarePants/ImageSharp/master/build/icons/imagesharp-logo-128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/JimBobSquarePants/ImageSharp</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JimBobSquarePants/ImageSharp</RepositoryUrl>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
<ProjectReference Include="..\ImageSharp.Drawing\ImageSharp.Drawing.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SixLabors.Shapes" Version="0.1.0-alpha0007" />
<PackageReference Include="System.Buffers" Version="4.0.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Collections" Version="4.0.11" />
<PackageReference Include="System.Diagnostics.Debug" Version="4.0.11" />
<PackageReference Include="System.Diagnostics.Tools" Version="4.0.1" />
<PackageReference Include="System.IO" Version="4.1.0" />
<PackageReference Include="System.IO.Compression" Version="4.1.0" />
<PackageReference Include="System.Linq" Version="4.1.0" />
<PackageReference Include="System.Numerics.Vectors" Version="4.1.1" />
<PackageReference Include="System.ObjectModel" Version="4.0.12" />
<PackageReference Include="System.Resources.ResourceManager" Version="4.0.1" />
<PackageReference Include="System.Runtime.Extensions" Version="4.1.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.1.0" />
<PackageReference Include="System.Runtime.Numerics" Version="4.0.1" />
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.0.11" />
<PackageReference Include="System.Threading" Version="4.0.11" />
<PackageReference Include="System.Threading.Tasks" Version="4.0.11" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.0.1" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.1.1" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.0.1" />
<Reference Include="System.Runtime" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.0.1" />
<Reference Include="System.Runtime" />
<Reference Include="System.Numerics" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>

6
src/ImageSharp.Drawing.Paths/Properties/AssemblyInfo.cs

@ -1,6 +0,0 @@
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// Common values read from `AssemblyInfo.Common.cs`

84
src/ImageSharp.Drawing.Text/ImageSharp.Drawing.Text.csproj

@ -1,84 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A cross-platform library for the processing of image files; written in C#</Description>
<AssemblyTitle>ImageSharp.Drawing.Text</AssemblyTitle>
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
<Authors>James Jackson-South and contributors</Authors>
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>ImageSharp.Drawing.Text</AssemblyName>
<PackageId>ImageSharp.Drawing.Text</PackageId>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Png Core</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/JimBobSquarePants/ImageSharp/master/build/icons/imagesharp-logo-128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/JimBobSquarePants/ImageSharp</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JimBobSquarePants/ImageSharp</RepositoryUrl>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
<ProjectReference Include="..\ImageSharp.Drawing.Paths\ImageSharp.Drawing.Paths.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SixLabors.Fonts" Version="0.1.0-alpha0001" />
<PackageReference Include="System.Buffers" Version="4.0.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Collections" Version="4.0.11" />
<PackageReference Include="System.Diagnostics.Debug" Version="4.0.11" />
<PackageReference Include="System.Diagnostics.Tools" Version="4.0.1" />
<PackageReference Include="System.IO" Version="4.1.0" />
<PackageReference Include="System.IO.Compression" Version="4.1.0" />
<PackageReference Include="System.Linq" Version="4.1.0" />
<PackageReference Include="System.Numerics.Vectors" Version="4.1.1" />
<PackageReference Include="System.ObjectModel" Version="4.0.12" />
<PackageReference Include="System.Resources.ResourceManager" Version="4.0.1" />
<PackageReference Include="System.Runtime.Extensions" Version="4.1.0" />
<PackageReference Include="System.Runtime.InteropServices" Version="4.1.0" />
<PackageReference Include="System.Runtime.Numerics" Version="4.0.1" />
<PackageReference Include="System.Text.Encoding.Extensions" Version="4.0.11" />
<PackageReference Include="System.Threading" Version="4.0.11" />
<PackageReference Include="System.Threading.Tasks" Version="4.0.11" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.0.1" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.1.1" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.0.1" />
<Reference Include="System.Runtime" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.0.1" />
<Reference Include="System.Runtime" />
<Reference Include="System.Numerics" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>

6
src/ImageSharp.Drawing.Text/Properties/AssemblyInfo.cs

@ -1,6 +0,0 @@
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// Common values read from `AssemblyInfo.Common.cs`

20
src/ImageSharp.Drawing/ImageSharp.Drawing.csproj

@ -4,7 +4,7 @@
<AssemblyTitle>ImageSharp.Drawing</AssemblyTitle> <AssemblyTitle>ImageSharp.Drawing</AssemblyTitle>
<VersionPrefix>1.0.0-alpha2</VersionPrefix> <VersionPrefix>1.0.0-alpha2</VersionPrefix>
<Authors>James Jackson-South and contributors</Authors> <Authors>James Jackson-South and contributors</Authors>
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks> <TargetFramework>netstandard1.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>ImageSharp.Drawing</AssemblyName> <AssemblyName>ImageSharp.Drawing</AssemblyName>
@ -30,21 +30,14 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" /> <ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
<ProjectReference Include="..\ImageSharp.Processing\ImageSharp.Processing.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SixLabors.Fonts" Version="0.1.0-alpha0001" />
<PackageReference Include="SixLabors.Shapes" Version="0.1.0-alpha0007" />
<PackageReference Include="System.Buffers" Version="4.3.0" /> <PackageReference Include="System.Buffers" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" /> <PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" /> <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" /> <PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
<Reference Include="System.Runtime" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet>
@ -52,11 +45,4 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System.Runtime" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project> </Project>

0
src/ImageSharp.Drawing.Paths/DrawBeziers.cs → src/ImageSharp.Drawing/Paths/DrawBeziers.cs

0
src/ImageSharp.Drawing.Paths/DrawLines.cs → src/ImageSharp.Drawing/Paths/DrawLines.cs

0
src/ImageSharp.Drawing.Paths/DrawPath.cs → src/ImageSharp.Drawing/Paths/DrawPath.cs

0
src/ImageSharp.Drawing.Paths/DrawPolygon.cs → src/ImageSharp.Drawing/Paths/DrawPolygon.cs

0
src/ImageSharp.Drawing.Paths/DrawRectangle.cs → src/ImageSharp.Drawing/Paths/DrawRectangle.cs

0
src/ImageSharp.Drawing.Paths/FillPaths.cs → src/ImageSharp.Drawing/Paths/FillPaths.cs

0
src/ImageSharp.Drawing.Paths/FillPolygon.cs → src/ImageSharp.Drawing/Paths/FillPolygon.cs

0
src/ImageSharp.Drawing.Paths/FillRectangle.cs → src/ImageSharp.Drawing/Paths/FillRectangle.cs

0
src/ImageSharp.Drawing.Paths/RectangleExtensions.cs → src/ImageSharp.Drawing/Paths/RectangleExtensions.cs

0
src/ImageSharp.Drawing.Paths/ShapePath.cs → src/ImageSharp.Drawing/Paths/ShapePath.cs

0
src/ImageSharp.Drawing.Paths/ShapeRegion.cs → src/ImageSharp.Drawing/Paths/ShapeRegion.cs

0
src/ImageSharp.Drawing.Text/DrawText.cs → src/ImageSharp.Drawing/Text/DrawText.cs

0
src/ImageSharp.Drawing.Text/GlyphBuilder.cs → src/ImageSharp.Drawing/Text/GlyphBuilder.cs

0
src/ImageSharp.Drawing.Text/TextGraphicsOptions.cs → src/ImageSharp.Drawing/Text/TextGraphicsOptions.cs

61
src/ImageSharp.Formats.Bmp/ImageSharp.Formats.Bmp.csproj

@ -1,61 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A cross-platform library for the processing of image files; written in C#</Description>
<AssemblyTitle>ImageSharp.Formats.Bmp</AssemblyTitle>
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
<Authors>James Jackson-South and contributors</Authors>
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>ImageSharp.Formats.Bmp</AssemblyName>
<PackageId>ImageSharp.Formats.Bmp</PackageId>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Png Core</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/JimBobSquarePants/ImageSharp/master/build/icons/imagesharp-logo-128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/JimBobSquarePants/ImageSharp</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JimBobSquarePants/ImageSharp</RepositoryUrl>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
<Reference Include="System.Runtime" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System.Runtime" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>

6
src/ImageSharp.Formats.Bmp/Properties/AssemblyInfo.cs

@ -1,6 +0,0 @@
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// Common values read from `AssemblyInfo.Common.cs`

61
src/ImageSharp.Formats.Gif/ImageSharp.Formats.Gif.csproj

@ -1,61 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A cross-platform library for the processing of image files; written in C#</Description>
<AssemblyTitle>ImageSharp.Formats.Gif</AssemblyTitle>
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
<Authors>James Jackson-South and contributors</Authors>
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>ImageSharp.Formats.Gif</AssemblyName>
<PackageId>ImageSharp.Formats.Gif</PackageId>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Png Core</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/JimBobSquarePants/ImageSharp/master/build/icons/imagesharp-logo-128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/JimBobSquarePants/ImageSharp</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JimBobSquarePants/ImageSharp</RepositoryUrl>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
<Reference Include="System.Runtime" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System.Runtime" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>

6
src/ImageSharp.Formats.Gif/Properties/AssemblyInfo.cs

@ -1,6 +0,0 @@
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// Common values read from `AssemblyInfo.Common.cs`

61
src/ImageSharp.Formats.Jpeg/ImageSharp.Formats.Jpeg.csproj

@ -1,61 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A cross-platform library for the processing of image files; written in C#</Description>
<AssemblyTitle>ImageSharp.Formats.Jpeg</AssemblyTitle>
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
<Authors>James Jackson-South and contributors</Authors>
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>ImageSharp.Formats.Jpeg</AssemblyName>
<PackageId>ImageSharp.Formats.Jpeg</PackageId>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Png Core</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/JimBobSquarePants/ImageSharp/master/build/icons/imagesharp-logo-128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/JimBobSquarePants/ImageSharp</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JimBobSquarePants/ImageSharp</RepositoryUrl>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
<Reference Include="System.Runtime" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System.Runtime" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>

6
src/ImageSharp.Formats.Jpeg/Properties/AssemblyInfo.cs

@ -1,6 +0,0 @@
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// Common values read from `AssemblyInfo.Common.cs`

61
src/ImageSharp.Formats.Png/ImageSharp.Formats.Png.csproj

@ -1,61 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A cross-platform library for the processing of image files; written in C#</Description>
<AssemblyTitle>ImageSharp.Formats.Png</AssemblyTitle>
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
<Authors>James Jackson-South and contributors</Authors>
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>ImageSharp.Formats.Png</AssemblyName>
<PackageId>ImageSharp.Formats.Png</PackageId>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Png Core</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/JimBobSquarePants/ImageSharp/master/build/icons/imagesharp-logo-128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/JimBobSquarePants/ImageSharp</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JimBobSquarePants/ImageSharp</RepositoryUrl>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
<Reference Include="System.Runtime" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System.Runtime" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>

6
src/ImageSharp.Formats.Png/Properties/AssemblyInfo.cs

@ -1,6 +0,0 @@
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// Common values read from `AssemblyInfo.Common.cs`

61
src/ImageSharp.Processing/ImageSharp.Processing.csproj

@ -1,61 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>A cross-platform library for the processing of image files; written in C#</Description>
<AssemblyTitle>ImageSharp.Processing</AssemblyTitle>
<VersionPrefix>1.0.0-alpha2</VersionPrefix>
<Authors>James Jackson-South and contributors</Authors>
<TargetFrameworks>netstandard1.1;net45;net461</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>ImageSharp.Processing</AssemblyName>
<PackageId>ImageSharp.Processing</PackageId>
<PackageTags>Image Resize Crop Gif Jpg Jpeg Bitmap Png Core</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/JimBobSquarePants/ImageSharp/master/build/icons/imagesharp-logo-128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/JimBobSquarePants/ImageSharp</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JimBobSquarePants/ImageSharp</RepositoryUrl>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateNeutralResourcesLanguageAttribute>false</GenerateNeutralResourcesLanguageAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageSharp\ImageSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.3.0" />
<PackageReference Include="System.Threading.Tasks.Parallel" Version="4.3.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<PackageReference Include="System.Numerics.Vectors" Version="4.3.0" />
<Reference Include="System.Runtime" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>..\..\ImageSharp.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System.Runtime" />
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>

6
src/ImageSharp.Processing/Properties/AssemblyInfo.cs

@ -1,6 +0,0 @@
// <copyright file="AssemblyInfo.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// Common values read from `AssemblyInfo.Common.cs`

8
src/ImageSharp/Configuration.cs

@ -78,10 +78,10 @@ namespace ImageSharp
Configuration config = new Configuration(); Configuration config = new Configuration();
// lets try auto loading the known image formats // lets try auto loading the known image formats
config.TryAddImageFormat("ImageSharp.Formats.PngFormat, ImageSharp.Formats.Png"); config.AddImageFormat(new Formats.PngFormat());
config.TryAddImageFormat("ImageSharp.Formats.JpegFormat, ImageSharp.Formats.Jpeg"); config.AddImageFormat(new Formats.JpegFormat());
config.TryAddImageFormat("ImageSharp.Formats.GifFormat, ImageSharp.Formats.Gif"); config.AddImageFormat(new Formats.GifFormat());
config.TryAddImageFormat("ImageSharp.Formats.BmpFormat, ImageSharp.Formats.Bmp"); config.AddImageFormat(new Formats.BmpFormat());
return config; return config;
} }

0
src/ImageSharp.Drawing/Brushes/Brushes.cs → src/ImageSharp/Drawing/Brushes/Brushes.cs

0
src/ImageSharp.Drawing/Brushes/Brushes{TColor}.cs → src/ImageSharp/Drawing/Brushes/Brushes{TColor}.cs

0
src/ImageSharp.Drawing/Brushes/IBrush.cs → src/ImageSharp/Drawing/Brushes/IBrush.cs

0
src/ImageSharp.Drawing/Brushes/ImageBrush.cs → src/ImageSharp/Drawing/Brushes/ImageBrush.cs

0
src/ImageSharp.Drawing/Brushes/ImageBrush{TColor}.cs → src/ImageSharp/Drawing/Brushes/ImageBrush{TColor}.cs

0
src/ImageSharp.Drawing/Brushes/PatternBrush.cs → src/ImageSharp/Drawing/Brushes/PatternBrush.cs

0
src/ImageSharp.Drawing/Brushes/PatternBrush{TColor}.cs → src/ImageSharp/Drawing/Brushes/PatternBrush{TColor}.cs

0
src/ImageSharp.Drawing/Brushes/Processors/BrushApplicator.cs → src/ImageSharp/Drawing/Brushes/Processors/BrushApplicator.cs

0
src/ImageSharp.Drawing/Brushes/RecolorBrush.cs → src/ImageSharp/Drawing/Brushes/RecolorBrush.cs

0
src/ImageSharp.Drawing/Brushes/RecolorBrush{TColor}.cs → src/ImageSharp/Drawing/Brushes/RecolorBrush{TColor}.cs

0
src/ImageSharp.Drawing/Brushes/SolidBrush.cs → src/ImageSharp/Drawing/Brushes/SolidBrush.cs

0
src/ImageSharp.Drawing/Brushes/SolidBrush{TColor}.cs → src/ImageSharp/Drawing/Brushes/SolidBrush{TColor}.cs

0
src/ImageSharp.Drawing/DrawImage.cs → src/ImageSharp/Drawing/DrawImage.cs

0
src/ImageSharp.Drawing/DrawPath.cs → src/ImageSharp/Drawing/DrawPath.cs

0
src/ImageSharp.Drawing/Drawable.cs → src/ImageSharp/Drawing/Drawable.cs

0
src/ImageSharp.Drawing/FillRegion.cs → src/ImageSharp/Drawing/FillRegion.cs

0
src/ImageSharp.Drawing/GraphicsOptions.cs → src/ImageSharp/Drawing/GraphicsOptions.cs

0
src/ImageSharp.Drawing/Pens/IPen.cs → src/ImageSharp/Drawing/Pens/IPen.cs

0
src/ImageSharp.Drawing/Pens/Pen.cs → src/ImageSharp/Drawing/Pens/Pen.cs

0
src/ImageSharp.Drawing/Pens/Pens.cs → src/ImageSharp/Drawing/Pens/Pens.cs

0
src/ImageSharp.Drawing/Pens/Pens{TColor}.cs → src/ImageSharp/Drawing/Pens/Pens{TColor}.cs

0
src/ImageSharp.Drawing/Pens/Pen{TColor}.cs → src/ImageSharp/Drawing/Pens/Pen{TColor}.cs

0
src/ImageSharp.Drawing/Pens/Processors/ColoredPointInfo.cs → src/ImageSharp/Drawing/Pens/Processors/ColoredPointInfo.cs

0
src/ImageSharp.Drawing/Pens/Processors/PenApplicator.cs → src/ImageSharp/Drawing/Pens/Processors/PenApplicator.cs

0
src/ImageSharp.Drawing/PointInfo.cs → src/ImageSharp/Drawing/PointInfo.cs

0
src/ImageSharp.Drawing/Processors/DrawImageProcessor.cs → src/ImageSharp/Drawing/Processors/DrawImageProcessor.cs

0
src/ImageSharp.Drawing/Processors/DrawPathProcessor.cs → src/ImageSharp/Drawing/Processors/DrawPathProcessor.cs

0
src/ImageSharp.Drawing/Processors/FillProcessor.cs → src/ImageSharp/Drawing/Processors/FillProcessor.cs

0
src/ImageSharp.Drawing/Processors/FillRegionProcessor.cs → src/ImageSharp/Drawing/Processors/FillRegionProcessor.cs

0
src/ImageSharp.Drawing/Region.cs → src/ImageSharp/Drawing/Region.cs

0
src/ImageSharp.Formats.Bmp/BmpBitsPerPixel.cs → src/ImageSharp/Formats/Bmp/BmpBitsPerPixel.cs

0
src/ImageSharp.Formats.Bmp/BmpCompression.cs → src/ImageSharp/Formats/Bmp/BmpCompression.cs

0
src/ImageSharp.Formats.Bmp/BmpDecoder.cs → src/ImageSharp/Formats/Bmp/BmpDecoder.cs

0
src/ImageSharp.Formats.Bmp/BmpDecoderCore.cs → src/ImageSharp/Formats/Bmp/BmpDecoderCore.cs

0
src/ImageSharp.Formats.Bmp/BmpEncoder.cs → src/ImageSharp/Formats/Bmp/BmpEncoder.cs

0
src/ImageSharp.Formats.Bmp/BmpEncoderCore.cs → src/ImageSharp/Formats/Bmp/BmpEncoderCore.cs

0
src/ImageSharp.Formats.Bmp/BmpEncoderOptions.cs → src/ImageSharp/Formats/Bmp/BmpEncoderOptions.cs

0
src/ImageSharp.Formats.Bmp/BmpFileHeader.cs → src/ImageSharp/Formats/Bmp/BmpFileHeader.cs

0
src/ImageSharp.Formats.Bmp/BmpFormat.cs → src/ImageSharp/Formats/Bmp/BmpFormat.cs

0
src/ImageSharp.Formats.Bmp/BmpInfoHeader.cs → src/ImageSharp/Formats/Bmp/BmpInfoHeader.cs

0
src/ImageSharp.Formats.Bmp/IBmpEncoderOptions.cs → src/ImageSharp/Formats/Bmp/IBmpEncoderOptions.cs

0
src/ImageSharp.Formats.Bmp/ImageExtensions.cs → src/ImageSharp/Formats/Bmp/ImageExtensions.cs

0
src/ImageSharp.Formats.Bmp/README.md → src/ImageSharp/Formats/Bmp/README.md

0
src/ImageSharp.Formats.Gif/DisposalMethod.cs → src/ImageSharp/Formats/Gif/DisposalMethod.cs

0
src/ImageSharp.Formats.Gif/GifConstants.cs → src/ImageSharp/Formats/Gif/GifConstants.cs

0
src/ImageSharp.Formats.Gif/GifDecoder.cs → src/ImageSharp/Formats/Gif/GifDecoder.cs

0
src/ImageSharp.Formats.Gif/GifDecoderCore.cs → src/ImageSharp/Formats/Gif/GifDecoderCore.cs

0
src/ImageSharp.Formats.Gif/GifDecoderOptions.cs → src/ImageSharp/Formats/Gif/GifDecoderOptions.cs

0
src/ImageSharp.Formats.Gif/GifEncoder.cs → src/ImageSharp/Formats/Gif/GifEncoder.cs

0
src/ImageSharp.Formats.Gif/GifEncoderCore.cs → src/ImageSharp/Formats/Gif/GifEncoderCore.cs

0
src/ImageSharp.Formats.Gif/GifEncoderOptions.cs → src/ImageSharp/Formats/Gif/GifEncoderOptions.cs

0
src/ImageSharp.Formats.Gif/GifFormat.cs → src/ImageSharp/Formats/Gif/GifFormat.cs

0
src/ImageSharp.Formats.Gif/IGifDecoderOptions.cs → src/ImageSharp/Formats/Gif/IGifDecoderOptions.cs

0
src/ImageSharp.Formats.Gif/IGifEncoderOptions.cs → src/ImageSharp/Formats/Gif/IGifEncoderOptions.cs

0
src/ImageSharp.Formats.Gif/ImageExtensions.cs → src/ImageSharp/Formats/Gif/ImageExtensions.cs

0
src/ImageSharp.Formats.Gif/LzwDecoder.cs → src/ImageSharp/Formats/Gif/LzwDecoder.cs

0
src/ImageSharp.Formats.Gif/LzwEncoder.cs → src/ImageSharp/Formats/Gif/LzwEncoder.cs

0
src/ImageSharp.Formats.Gif/PackedField.cs → src/ImageSharp/Formats/Gif/PackedField.cs

0
src/ImageSharp.Formats.Gif/README.md → src/ImageSharp/Formats/Gif/README.md

0
src/ImageSharp.Formats.Gif/Sections/GifGraphicsControlExtension.cs → src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs

0
src/ImageSharp.Formats.Gif/Sections/GifImageDescriptor.cs → src/ImageSharp/Formats/Gif/Sections/GifImageDescriptor.cs

0
src/ImageSharp.Formats.Gif/Sections/GifLogicalScreenDescriptor.cs → src/ImageSharp/Formats/Gif/Sections/GifLogicalScreenDescriptor.cs

0
src/ImageSharp.Formats.Jpeg/Components/Block8x8F.Generated.cs → src/ImageSharp/Formats/Jpeg/Components/Block8x8F.Generated.cs

0
src/ImageSharp.Formats.Jpeg/Components/Block8x8F.Generated.tt → src/ImageSharp/Formats/Jpeg/Components/Block8x8F.Generated.tt

0
src/ImageSharp.Formats.Jpeg/Components/Block8x8F.cs → src/ImageSharp/Formats/Jpeg/Components/Block8x8F.cs

0
src/ImageSharp.Formats.Jpeg/Components/BlockQuad.cs → src/ImageSharp/Formats/Jpeg/Components/BlockQuad.cs

0
src/ImageSharp.Formats.Jpeg/Components/DCT.cs → src/ImageSharp/Formats/Jpeg/Components/DCT.cs

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save