mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
Remove .NET adapter (moved to its own repository)
The .NET adapter has been moved to its own repository at https://github.com/team-charls/charls-native-dotnet The .NET adapter in this repository was for .NET standard 2.0, which has been replaced by .net5.0 Having the .NET adapter in its own repository makes releasing easier and many uses case only require the "pure" C++ native library.
This commit is contained in:
parent
7af44b40b8
commit
fa363837e0
@ -21,44 +21,4 @@ insert_final_newline = true
|
||||
indent_size = 2
|
||||
|
||||
[*.manifest]
|
||||
indent_size = 2
|
||||
|
||||
[*.cs]
|
||||
indent_size = 4
|
||||
|
||||
# New line preferences
|
||||
csharp_new_line_before_catch = true
|
||||
csharp_new_line_before_else = true
|
||||
csharp_new_line_before_open_brace = control_blocks, types, methods, object_collection, accessors, properties
|
||||
|
||||
# Indentation preferences
|
||||
csharp_indent_case_contents = true
|
||||
csharp_indent_switch_labels = true
|
||||
|
||||
# Space preferences
|
||||
csharp_space_after_cast = false
|
||||
csharp_space_after_colon_in_inheritance_clause = true
|
||||
csharp_space_after_keywords_in_control_flow_statements = true
|
||||
csharp_space_before_colon_in_inheritance_clause = true
|
||||
csharp_space_between_method_call_empty_parameter_list_parentheses = false
|
||||
csharp_space_between_method_call_name_and_opening_parenthesis = false
|
||||
csharp_space_between_method_call_parameter_list_parentheses = false
|
||||
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
|
||||
csharp_space_between_method_declaration_parameter_list_parentheses = false
|
||||
|
||||
csharp_preserve_single_line_blocks = true
|
||||
|
||||
csharp_style_expression_bodied_constructors = false:suggestion
|
||||
csharp_style_expression_bodied_methods = false:suggestion
|
||||
csharp_style_expression_bodied_properties = true:suggestion
|
||||
csharp_style_inlined_variable_declaration = false:suggestion
|
||||
csharp_style_var_for_built_in_types = true:suggestion
|
||||
csharp_style_var_when_type_is_apparent = true:suggestion
|
||||
|
||||
dotnet_sort_system_directives_first = true
|
||||
|
||||
dotnet_style_predefined_type_for_member_access = true:suggestion
|
||||
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
|
||||
dotnet_style_qualification_for_field = false:suggestion
|
||||
dotnet_style_qualification_for_method = false:suggestion
|
||||
dotnet_style_qualification_for_property = false:suggestion
|
||||
indent_size = 2
|
32
CharLS.sln
32
CharLS.sln
@ -9,8 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{BE73
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Native", "Native", "{1C1CF63C-A53A-449F-90D3-63321015FD65}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".NET", ".NET", "{A81B52AC-655D-4D1F-B21B-9BC4529AB447}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CharLS", "src\CharLS.vcxproj", "{1E31F9F1-F175-4082-B3E2-B1F0ECA3F44C}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F4C6204-36F8-4D63-BF33-ECFCB5D1D114}"
|
||||
@ -26,14 +24,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CharLSNetTest", "dotnet\test\CharLSNetTest.csproj", "{002B897F-9D96-4A99-853F-53806C39559D}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "convert-c", "samples\convert.c\convert-c.vcxproj", "{F42C0547-FEB3-40F4-9379-0FF87B44FA0F}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CharLSUnitTest", "unittest\CharLSUnitTest.vcxproj", "{4A912445-1E83-41FA-8B80-C0A9BD4E9289}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CharLSNet", "dotnet\src\CharLSNet.csproj", "{CFC22FDD-A405-486A-AEFE-4231424B0AE5}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "convert-cpp", "samples\convert.cpp\convert-cpp.vcxproj", "{E09F024E-A125-48AA-8E9D-7D1302BEAC97}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FuzzTest", "fuzztest\FuzzTest.vcxproj", "{5637C116-ABF5-4274-A71F-34433713A538}"
|
||||
@ -72,18 +66,6 @@ Global
|
||||
{1E31F9F1-F175-4082-B3E2-B1F0ECA3F44C}.Release|x64.Build.0 = Release|x64
|
||||
{1E31F9F1-F175-4082-B3E2-B1F0ECA3F44C}.Release|x86.ActiveCfg = Release|Win32
|
||||
{1E31F9F1-F175-4082-B3E2-B1F0ECA3F44C}.Release|x86.Build.0 = Release|Win32
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Checked|x64.ActiveCfg = Checked|x64
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Checked|x64.Build.0 = Checked|x64
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Checked|x86.ActiveCfg = Checked|x86
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Checked|x86.Build.0 = Checked|x86
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Debug|x64.Build.0 = Debug|x64
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Debug|x86.Build.0 = Debug|x86
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Release|x64.ActiveCfg = Release|x64
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Release|x64.Build.0 = Release|x64
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Release|x86.ActiveCfg = Release|x86
|
||||
{002B897F-9D96-4A99-853F-53806C39559D}.Release|x86.Build.0 = Release|x86
|
||||
{F42C0547-FEB3-40F4-9379-0FF87B44FA0F}.Checked|x64.ActiveCfg = Checked|x64
|
||||
{F42C0547-FEB3-40F4-9379-0FF87B44FA0F}.Checked|x64.Build.0 = Checked|x64
|
||||
{F42C0547-FEB3-40F4-9379-0FF87B44FA0F}.Checked|x86.ActiveCfg = Checked|Win32
|
||||
@ -108,18 +90,6 @@ Global
|
||||
{4A912445-1E83-41FA-8B80-C0A9BD4E9289}.Release|x64.Build.0 = Release|x64
|
||||
{4A912445-1E83-41FA-8B80-C0A9BD4E9289}.Release|x86.ActiveCfg = Release|Win32
|
||||
{4A912445-1E83-41FA-8B80-C0A9BD4E9289}.Release|x86.Build.0 = Release|Win32
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Checked|x64.ActiveCfg = Checked|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Checked|x64.Build.0 = Checked|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Checked|x86.ActiveCfg = Checked|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Checked|x86.Build.0 = Checked|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Release|x64.Build.0 = Release|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5}.Release|x86.Build.0 = Release|Any CPU
|
||||
{E09F024E-A125-48AA-8E9D-7D1302BEAC97}.Checked|x64.ActiveCfg = Checked|x64
|
||||
{E09F024E-A125-48AA-8E9D-7D1302BEAC97}.Checked|x64.Build.0 = Checked|x64
|
||||
{E09F024E-A125-48AA-8E9D-7D1302BEAC97}.Checked|x86.ActiveCfg = Checked|Win32
|
||||
@ -151,10 +121,8 @@ Global
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{7185AD7F-57BA-42C7-A715-239CEA8ADC31} = {1C1CF63C-A53A-449F-90D3-63321015FD65}
|
||||
{1E31F9F1-F175-4082-B3E2-B1F0ECA3F44C} = {1C1CF63C-A53A-449F-90D3-63321015FD65}
|
||||
{002B897F-9D96-4A99-853F-53806C39559D} = {A81B52AC-655D-4D1F-B21B-9BC4529AB447}
|
||||
{F42C0547-FEB3-40F4-9379-0FF87B44FA0F} = {BE733144-010D-4F7F-A619-0B73D8461D60}
|
||||
{4A912445-1E83-41FA-8B80-C0A9BD4E9289} = {1C1CF63C-A53A-449F-90D3-63321015FD65}
|
||||
{CFC22FDD-A405-486A-AEFE-4231424B0AE5} = {A81B52AC-655D-4D1F-B21B-9BC4529AB447}
|
||||
{E09F024E-A125-48AA-8E9D-7D1302BEAC97} = {BE733144-010D-4F7F-A619-0B73D8461D60}
|
||||
{5637C116-ABF5-4274-A71F-34433713A538} = {1C1CF63C-A53A-449F-90D3-63321015FD65}
|
||||
EndGlobalSection
|
||||
|
@ -5,11 +5,7 @@
|
||||
<OutDir>$(MSBuildThisFileDirectory)bin\$(Configuration)\$(Platform)\</OutDir>
|
||||
<OutDir Condition="'$(Platform)'=='Win32'">$(MSBuildThisFileDirectory)bin\$(Configuration)\x86\</OutDir>
|
||||
|
||||
<!-- C# Projects require the legagy OutputPath variable. -->
|
||||
<OutputPath>$(OutDir)</OutputPath>
|
||||
|
||||
<!-- C++ temp files can be redirected. -->
|
||||
<!-- C# project files can also be redirected, but this causes rebuilds inside VS2015. -->
|
||||
<IntDir>$(MSBuildThisFileDirectory)intermediate\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
||||
|
||||
<!-- The C runtime is provided by the OS on the Windows platform (Universal C Runtime (CRT)),
|
||||
|
@ -16,7 +16,7 @@ JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 co
|
||||
|
||||
* C++14 library implementation with a binary C interface for maximum interoperability.
|
||||
* Supports Windows, Linux and macOS for x86, x64, arm and arm64.
|
||||
* Includes an adapter assembly for .NET based languages.
|
||||
* Adapters for .NET, JavaScript (WebAssembly) and Python available.
|
||||
* Excellent compression and decompression performance.
|
||||
|
||||
## About JPEG-LS
|
||||
@ -43,7 +43,7 @@ The following JPEG-LS options are not supported by the CharLS implementation. Mo
|
||||
or in multiple scans, but not use a mix of these in one file.
|
||||
* No support for oversize image dimension. Maximum supported image dimensions are [1, 65535] by [1, 65535].
|
||||
* No support for JPEG-LS mapping tables.
|
||||
* No support Point transform.
|
||||
* No support for point transform.
|
||||
Point transform is a lossly encoding mechanism and not used in lossless scenarios.
|
||||
|
||||
#### Note about JPEG-LS part 2
|
||||
|
@ -1,12 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
[assembly: CLSCompliant(true)]
|
||||
[assembly: ComVisible(false)]
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RuleSet Name="CharLS Rules" Description="This rule set contains the rules for CharLS .NET projects (excluding unittests)." ToolsVersion="14.0">
|
||||
<IncludeAll Action="Error" />
|
||||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
|
||||
<Rule Id="CA1026" Action="None" />
|
||||
<Rule Id="CA1062" Action="None" />
|
||||
<Rule Id="CA1303" Action="None" />
|
||||
</Rules>
|
||||
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
|
||||
<Rule Id="IDE0018" Action="None" />
|
||||
</Rules>
|
||||
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
|
||||
<Rule Id="SA1101" Action="None" />
|
||||
<Rule Id="SA1116" Action="None" />
|
||||
<Rule Id="SA1117" Action="None" />
|
||||
<Rule Id="SA1120" Action="None" />
|
||||
<Rule Id="SA1413" Action="None" />
|
||||
<Rule Id="SA1503" Action="None" />
|
||||
<Rule Id="SA1600" Action="None" />
|
||||
<Rule Id="SA1633" Action="None" />
|
||||
<Rule Id="SX1101" Action="Warning" />
|
||||
</Rules>
|
||||
</RuleSet>
|
Binary file not shown.
@ -1,29 +0,0 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
|
||||
<Description>".NET interop layer for the CharLS JPEG-LS codec"</Description>
|
||||
<Company>Team-CharLS</Company>
|
||||
<Authors>Team-CharLS</Authors>
|
||||
<Version>2.1.1</Version>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
<FileVersion>2.1.1.0</FileVersion>
|
||||
<Copyright>Copyright 2019 Team CharLS</Copyright>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<Configurations>Debug;Release;Checked</Configurations>
|
||||
<CodeAnalysisRuleSet>CharLS.ruleset</CodeAnalysisRuleSet>
|
||||
<DocumentationFile>$(OutDir)CharLSNet.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="All" />
|
||||
<AdditionalFiles Include="stylecop.json" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Dictionary>
|
||||
<Words>
|
||||
<Unrecognized>
|
||||
</Unrecognized>
|
||||
<Recognized>
|
||||
<Word>lossy</Word>
|
||||
<Word>jfif</Word>
|
||||
<Word>bgr</Word>
|
||||
<Word>jls</Word>
|
||||
<Word>BitsPerSample</Word>
|
||||
<Word>Rgb</Word>
|
||||
</Recognized>
|
||||
<Deprecated>
|
||||
</Deprecated>
|
||||
</Words>
|
||||
<Acronyms>
|
||||
<CasingExceptions>
|
||||
</CasingExceptions>
|
||||
</Acronyms>
|
||||
</Dictionary>
|
@ -1,10 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
[assembly: SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "CharLS", Justification = "At least 1 main namespace is needed.")]
|
||||
[assembly: SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope = "member", Target = "CharLS.JpegLSMetadataInfo.#ObjectInvariant()", Justification = "Needed for Code Contracts")]
|
||||
[assembly: SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic", Scope = "member", Target = "CharLS.JpegLSMetadataInfo.#ObjectInvariant()", Justification = "Needed for Code Contracts")]
|
||||
[assembly: SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1202:Elements must be ordered by access", Justification = "Not possible for StructLayout tagged classes", Scope = "member", Target = "~F:CharLS.JlsParameters.OutputBgr")]
|
||||
[assembly: SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1202:Elements must be ordered by access", Justification = "Not possible for StructLayout tagged classes", Scope = "member", Target = "~F:CharLS.JlsParameters.Jfif")]
|
@ -1,43 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace CharLS
|
||||
{
|
||||
/// <summary>
|
||||
/// Encapsulates the parameters that will be written to the JFIF header.
|
||||
/// Since JFIF 1.02 thumbnails should preferable be created in extended segments.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Some fields are not used but defined to ensure memory layout and size is identical with the native structure.
|
||||
/// </remarks>
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 8)]
|
||||
internal struct JfifParameters
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicates the JFIF version. First byte is major version (currently 0x01), Second byte is minor version (currently 0x02).
|
||||
/// </summary>
|
||||
internal int Version;
|
||||
|
||||
/// <summary>
|
||||
/// Units for pixel density fields. 0 - No units, aspect ratio only specified. 1 - Pixels per inch. 2 - Pixels per centimeter.
|
||||
/// </summary>
|
||||
internal int Units;
|
||||
|
||||
/// <summary>
|
||||
/// Integer horizontal pixel density.
|
||||
/// </summary>
|
||||
internal int DensityX;
|
||||
|
||||
/// <summary>
|
||||
/// Integer vertical pixel density.
|
||||
/// </summary>
|
||||
internal int DensityY;
|
||||
|
||||
private readonly int thumbX; // note: passing a thumbnail to add to the byte stream is currently not supported in the .NET layer.
|
||||
private readonly int thumbY;
|
||||
private readonly IntPtr dataThumbnail; // user must set buffer which size is thumbX * thumbY * 3(RGB) before JpegLsDecode()
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace CharLS
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 8)]
|
||||
internal struct JlsParameters
|
||||
{
|
||||
internal int Width;
|
||||
internal int Height;
|
||||
internal int BitsPerSample;
|
||||
internal int BytesPerLine;
|
||||
internal int Components;
|
||||
internal int AllowedLossyError;
|
||||
internal JpegLSInterleaveMode InterleaveMode;
|
||||
private readonly int colorTransform; // note: not used in this adapter interface.
|
||||
internal bool OutputBgr;
|
||||
private readonly JpegLSPresetCodingParameters custom; // note: not used in this adapter interface.
|
||||
internal JfifParameters Jfif;
|
||||
}
|
||||
}
|
@ -1,326 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace CharLS
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides methods and for compressing and decompressing arrays using the JPEG-LS algorithm.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This class represents the JPEG-LS algorithm, an industry standard algorithm for lossless and near-lossless
|
||||
/// image data compression and decompression.
|
||||
/// </remarks>
|
||||
public static class JpegLSCodec
|
||||
{
|
||||
// Design notes:
|
||||
// - The words compress/decompress are used as these are the terms used by the .NET BCLs (System.IO.Compression namespace)
|
||||
// The CharLS C API uses the terms encode/decode.
|
||||
// - The input/output buffers parameters are using the common .NET order, which is different the CharLS C API.
|
||||
|
||||
/// <summary>
|
||||
/// Compresses the specified image passed in the source pixel buffer.
|
||||
/// </summary>
|
||||
/// <param name="info">The meta info that describes the format and type of the pixels.</param>
|
||||
/// <param name="pixels">An array of bytes that represents the content of a bitmap image.</param>
|
||||
/// <param name="jfifHeader">if set to <c>true</c> a JFIF header will be added to the encoded byte stream.</param>
|
||||
/// <returns>An arraySegment with a reference to the byte array with the compressed data in the JPEG-LS format.</returns>
|
||||
/// <exception cref="ArgumentNullException">info -or- pixels is null.</exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException">info.Width -or- info.Height contains an invalid value.</exception>
|
||||
/// <exception cref="InvalidDataException">The compressed output doesn't fit into the maximum defined output buffer.</exception>
|
||||
public static ArraySegment<byte> Compress(JpegLSMetadataInfo info, byte[] pixels, bool jfifHeader = false)
|
||||
{
|
||||
if (pixels == null)
|
||||
throw new ArgumentNullException(nameof(pixels));
|
||||
|
||||
var pixelCount = pixels.Length;
|
||||
return Compress(info, pixels, pixelCount, jfifHeader);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Compresses the specified image passed in the source pixel buffer.
|
||||
/// </summary>
|
||||
/// <param name="info">The meta info that describes the format and type of the pixels.</param>
|
||||
/// <param name="pixels">An array of bytes that represents the content of a bitmap image.</param>
|
||||
/// <param name="pixelCount">The number of pixel in the pixel array.</param>
|
||||
/// <param name="jfifHeader">if set to <c>true</c> a JFIF header will be added to the encoded byte stream.</param>
|
||||
/// <returns>An arraySegment with a reference to the byte array with the compressed data in the JPEG-LS format.</returns>
|
||||
/// <exception cref="ArgumentNullException">info -or- pixels is null.</exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException">info.Width -or- info.Height -or- pixelCount contains an invalid value.</exception>
|
||||
/// <exception cref="InvalidDataException">The compressed output doesn't fit into the maximum defined output buffer.</exception>
|
||||
public static ArraySegment<byte> Compress(JpegLSMetadataInfo info, byte[] pixels, int pixelCount, bool jfifHeader = false)
|
||||
{
|
||||
if (info == null)
|
||||
throw new ArgumentNullException(nameof(info));
|
||||
if (pixels == null)
|
||||
throw new ArgumentNullException(nameof(pixels));
|
||||
if (pixelCount <= 0 || pixelCount > pixels.Length)
|
||||
throw new ArgumentOutOfRangeException(nameof(pixelCount), "pixelCount <= 0 || pixelCount > pixels.Length");
|
||||
|
||||
const int JpegLSHeaderLength = 100;
|
||||
|
||||
// Assume compressed size <= uncompressed size (covers 99% of the cases).
|
||||
var buffer = new byte[pixels.Length + JpegLSHeaderLength];
|
||||
|
||||
if (!TryCompress(info, pixels, pixels.Length, jfifHeader, buffer, buffer.Length, out var compressedCount))
|
||||
{
|
||||
// Increase output buffer to hold compressed data.
|
||||
buffer = new byte[(int)(pixels.Length * 1.5) + JpegLSHeaderLength];
|
||||
|
||||
if (!TryCompress(info, pixels, pixels.Length, jfifHeader, buffer, buffer.Length, out compressedCount))
|
||||
throw new InvalidDataException("Compression failed: compressed output larger then 1.5 * input.");
|
||||
}
|
||||
|
||||
return new ArraySegment<byte>(buffer, 0, compressedCount);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Tries the compress the array with pixels into the provided buffer.
|
||||
/// </summary>
|
||||
/// <param name="info">The meta info that describes the format and type of the pixels.</param>
|
||||
/// <param name="pixels">An array of bytes that represents the content of a bitmap image.</param>
|
||||
/// <param name="pixelCount">The number of pixel in the pixel array.</param>
|
||||
/// <param name="jfifHeader">if set to <c>true</c> a JFIF header will be added to the encoded byte stream.</param>
|
||||
/// <param name="destination">The destination buffer that will hold the JPEG-LS compressed (encoded) bit stream.</param>
|
||||
/// <param name="destinationLength">Length of the destination buffer that can be used (can be less then the length of the destination array).</param>
|
||||
/// <param name="compressedCount">The number of bytes that have been compressed (encoded) into the destination array.</param>
|
||||
/// <returns><c>true</c> when the compressed bit stream fits into the destination array, otherwise <c>false</c>.</returns>
|
||||
/// <exception cref="ArgumentNullException">info -or- pixels is null.</exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException">info.Width -or- info.Height -or- pixelCount -or- destinationLength contains an invalid value.</exception>
|
||||
public static bool TryCompress(JpegLSMetadataInfo info, byte[] pixels, int pixelCount, bool jfifHeader, byte[] destination, int destinationLength, out int compressedCount)
|
||||
{
|
||||
if (info == null)
|
||||
throw new ArgumentNullException(nameof(info));
|
||||
if (pixels == null)
|
||||
throw new ArgumentNullException(nameof(pixels));
|
||||
if (pixelCount <= 0 || pixelCount > pixels.Length)
|
||||
throw new ArgumentOutOfRangeException(nameof(pixelCount), "pixelCount <= 0 || pixelCount > pixels.Length");
|
||||
if (destination == null)
|
||||
throw new ArgumentNullException(nameof(destination));
|
||||
if (destinationLength <= 0 || destinationLength > destination.Length)
|
||||
throw new ArgumentOutOfRangeException(nameof(destinationLength), "destination <= 0 || destinationCount > destination.Length");
|
||||
|
||||
var parameters = default(JlsParameters);
|
||||
info.CopyTo(ref parameters);
|
||||
if (jfifHeader)
|
||||
{
|
||||
parameters.Jfif.Version = (1 << 8) + 2; // JFIF version 1.02
|
||||
parameters.Jfif.Units = 0; // No units, aspect ratio only specified
|
||||
parameters.Jfif.DensityX = 1; // use standard 1:1 aspect ratio. (density should always be set to non-zero values).
|
||||
parameters.Jfif.DensityY = 1;
|
||||
}
|
||||
|
||||
JpegLSError result;
|
||||
if (Environment.Is64BitProcess)
|
||||
{
|
||||
result = SafeNativeMethods.JpegLsEncodeX64(destination, destinationLength, out var count, pixels, pixelCount, ref parameters, IntPtr.Zero);
|
||||
compressedCount = (int)count;
|
||||
}
|
||||
else
|
||||
{
|
||||
result = SafeNativeMethods.JpegLsEncodeX86(destination, destinationLength, out compressedCount, pixels, pixelCount, ref parameters, IntPtr.Zero);
|
||||
}
|
||||
|
||||
if (result == JpegLSError.SourceBufferTooSmall)
|
||||
return false;
|
||||
|
||||
HandleResult(result);
|
||||
return true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the metadata info as stored in a JPEG-LS compressed bit stream.
|
||||
/// </summary>
|
||||
/// <param name="source">The JPEG-LS compressed bit stream.</param>
|
||||
/// <returns>An JpegLSMetadataInfo instance.</returns>
|
||||
/// <exception cref="ArgumentNullException">source is null.</exception>
|
||||
/// <exception cref="InvalidDataException">Thrown when the source array contains invalid compressed data.</exception>
|
||||
public static JpegLSMetadataInfo GetMetadataInfo(byte[] source)
|
||||
{
|
||||
if (source == null)
|
||||
throw new ArgumentNullException(nameof(source));
|
||||
|
||||
return GetMetadataInfo(source, source.Length);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the metadata info as stored in a JPEG-LS compressed bit stream.
|
||||
/// </summary>
|
||||
/// <param name="source">The JPEG-LS compressed bit stream.</param>
|
||||
/// <param name="count">The count of bytes that are valid in the array.</param>
|
||||
/// <returns>An JpegLSMetadataInfo instance.</returns>
|
||||
/// <exception cref="ArgumentNullException">source is null.</exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException">count contains an invalid value.</exception>
|
||||
/// <exception cref="InvalidDataException">Thrown when the source array contains invalid compressed data.</exception>
|
||||
public static JpegLSMetadataInfo GetMetadataInfo(byte[] source, int count)
|
||||
{
|
||||
if (source == null)
|
||||
throw new ArgumentNullException(nameof(source));
|
||||
if (count < 0 || count > source.Length)
|
||||
throw new ArgumentOutOfRangeException(nameof(count), "count < 0 || count > source.Length");
|
||||
|
||||
JpegLsReadHeaderThrowWhenError(source, count, out var info);
|
||||
return new JpegLSMetadataInfo(ref info);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Decompresses the JPEG-LS encoded data passed in the source byte array.
|
||||
/// </summary>
|
||||
/// <param name="source">The byte array that contains the JPEG-LS encoded data to decompress.</param>
|
||||
/// <returns>A byte array with the pixel data.</returns>
|
||||
/// <exception cref="ArgumentNullException">source is null.</exception>
|
||||
/// <exception cref="InvalidDataException">Thrown when the source array contains invalid compressed data.</exception>
|
||||
public static byte[] Decompress(byte[] source)
|
||||
{
|
||||
if (source == null)
|
||||
throw new ArgumentNullException(nameof(source));
|
||||
|
||||
return Decompress(source, source.Length);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Decompresses the JPEG-LS encoded data passed in the source byte array.
|
||||
/// </summary>
|
||||
/// <param name="source">The byte array that contains the JPEG-LS encoded data to decompress.</param>
|
||||
/// <param name="count">The number of bytes of the array to decompress.</param>
|
||||
/// <returns>A byte array with the pixel data.</returns>
|
||||
/// <exception cref="ArgumentNullException">source is null.</exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException">count contains an invalid value.</exception>
|
||||
/// <exception cref="InvalidDataException">Thrown when the source array contains invalid compressed data.</exception>
|
||||
public static byte[] Decompress(byte[] source, int count)
|
||||
{
|
||||
if (source == null)
|
||||
throw new ArgumentNullException(nameof(source));
|
||||
if (count < 0 || count > source.Length)
|
||||
throw new ArgumentOutOfRangeException(nameof(count), "count < 0 || count > source.Length");
|
||||
|
||||
JpegLsReadHeaderThrowWhenError(source, count, out var info);
|
||||
|
||||
var destination = new byte[GetUncompressedSize(ref info)];
|
||||
Decompress(source, count, destination);
|
||||
return destination;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Decompresses the JPEG-LS encoded data passed in the source byte array into the destination array.
|
||||
/// </summary>
|
||||
/// <param name="source">The byte array that contains the JPEG-LS encoded data to decompress.</param>
|
||||
/// <param name="count">The number of bytes of the array to decompress.</param>
|
||||
/// <param name="pixels">The byte array that will hold the pixels when the function returns.</param>
|
||||
/// <exception cref="ArgumentNullException">source -or- pixels is null.</exception>
|
||||
/// <exception cref="ArgumentOutOfRangeException">count contains an invalid value.</exception>
|
||||
/// <exception cref="ArgumentException">Thrown when the destination array is too small to hold the decompressed pixel data.</exception>
|
||||
/// <exception cref="InvalidDataException">Thrown when the source array contains an invalid encoded JPEG-LS bit stream.</exception>
|
||||
public static void Decompress(byte[] source, int count, byte[] pixels)
|
||||
{
|
||||
if (source == null)
|
||||
throw new ArgumentNullException(nameof(source));
|
||||
if (count < 0 || count > source.Length)
|
||||
throw new ArgumentOutOfRangeException(nameof(count), "count < 0 || count > source.Length");
|
||||
if (pixels == null)
|
||||
throw new ArgumentNullException(nameof(pixels));
|
||||
|
||||
var error = Environment.Is64BitProcess ?
|
||||
SafeNativeMethods.JpegLsDecodeX64(pixels, pixels.Length, source, count, IntPtr.Zero, IntPtr.Zero) :
|
||||
SafeNativeMethods.JpegLsDecodeX86(pixels, pixels.Length, source, count, IntPtr.Zero, IntPtr.Zero);
|
||||
HandleResult(error);
|
||||
}
|
||||
|
||||
private static void JpegLsReadHeaderThrowWhenError(byte[] source, int length, out JlsParameters info)
|
||||
{
|
||||
var result = Environment.Is64BitProcess ?
|
||||
SafeNativeMethods.JpegLsReadHeaderX64(source, length, out info, IntPtr.Zero) :
|
||||
SafeNativeMethods.JpegLsReadHeaderX86(source, length, out info, IntPtr.Zero);
|
||||
HandleResult(result);
|
||||
}
|
||||
|
||||
private static int GetUncompressedSize(ref JlsParameters info)
|
||||
{
|
||||
var size = info.Width * info.Height * info.Components * ((info.BitsPerSample + 7) / 8);
|
||||
return size;
|
||||
}
|
||||
|
||||
private static void HandleResult(JpegLSError result)
|
||||
{
|
||||
Exception exception;
|
||||
|
||||
switch (result)
|
||||
{
|
||||
case JpegLSError.None:
|
||||
return;
|
||||
|
||||
case JpegLSError.TooMuchEncodedData:
|
||||
case JpegLSError.ParameterValueNotSupported:
|
||||
case JpegLSError.InvalidEncodedData:
|
||||
case JpegLSError.SourceBufferTooSmall:
|
||||
case JpegLSError.BitDepthForTransformNotSupported:
|
||||
case JpegLSError.ColorTransformNotSupported:
|
||||
case JpegLSError.EncodingNotSupported:
|
||||
case JpegLSError.UnknownJpegMarkerFound:
|
||||
case JpegLSError.JpegMarkerStartByteNotFound:
|
||||
case JpegLSError.StartOfImageMarkerNotFound:
|
||||
case JpegLSError.StartOfFrameMarkerNotFound:
|
||||
case JpegLSError.InvalidMarkerSegmentSize:
|
||||
case JpegLSError.DuplicateStartOfImageMarker:
|
||||
case JpegLSError.DuplicateStartOfFrameMarker:
|
||||
case JpegLSError.DuplicateComponentIdInStartOfFrameSegment:
|
||||
case JpegLSError.UnexpectedEndOfImageMarker:
|
||||
case JpegLSError.InvalidJpeglsPresetParameterType:
|
||||
case JpegLSError.JpeglsPresetExtendedParameterTypeNotSupported:
|
||||
case JpegLSError.MissingEndOfSpiffDirectory:
|
||||
case JpegLSError.InvalidParameterWidth:
|
||||
case JpegLSError.InvalidParameterHeight:
|
||||
case JpegLSError.InvalidParameterComponentCount:
|
||||
case JpegLSError.InvalidParameterBitsPerSample:
|
||||
case JpegLSError.InvalidParameterInterleaveMode:
|
||||
case JpegLSError.UnexpectedFailure:
|
||||
case JpegLSError.NotEnoughMemory:
|
||||
exception = new InvalidDataException(GetErrorMessage(result));
|
||||
break;
|
||||
|
||||
case JpegLSError.InvalidArgument:
|
||||
case JpegLSError.DestinationBufferTooSmall:
|
||||
case JpegLSError.InvalidArgumentWidth:
|
||||
case JpegLSError.InvalidArgumentHeight:
|
||||
case JpegLSError.InvalidArgumentComponentCount:
|
||||
case JpegLSError.InvalidArgumentBitsPerSample:
|
||||
case JpegLSError.InvalidArgumentInterleaveMode:
|
||||
case JpegLSError.InvalidArgumentNearLossless:
|
||||
case JpegLSError.InvalidArgumentPresetCodingParameters:
|
||||
case JpegLSError.InvalidArgumentSpiffEntrySize:
|
||||
case JpegLSError.InvalidArgumentColorTransformation:
|
||||
exception = new ArgumentException(GetErrorMessage(result));
|
||||
break;
|
||||
|
||||
case JpegLSError.InvalidOperation:
|
||||
exception = new InvalidOperationException(GetErrorMessage(result));
|
||||
break;
|
||||
|
||||
default:
|
||||
Debug.Assert(false, "C# and native implementation mismatch");
|
||||
|
||||
// ReSharper disable once HeuristicUnreachableCode
|
||||
exception = new InvalidOperationException(GetErrorMessage(result));
|
||||
break;
|
||||
}
|
||||
|
||||
var data = exception.Data;
|
||||
|
||||
// ReSharper disable once PossibleNullReferenceException
|
||||
data.Add(nameof(JpegLSError), result);
|
||||
throw exception;
|
||||
}
|
||||
|
||||
private static string GetErrorMessage(JpegLSError result)
|
||||
{
|
||||
var message = Environment.Is64BitProcess ?
|
||||
SafeNativeMethods.CharLSGetErrorMessageX64((int)result) :
|
||||
SafeNativeMethods.CharLSGetErrorMessageX86((int)result);
|
||||
return Marshal.PtrToStringAnsi(message);
|
||||
}
|
||||
}
|
||||
}
|
@ -1,207 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
namespace CharLS
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the result codes that the native CharLS implementation can return (see enumeration charls::jpegls_errc in public_types.h).
|
||||
/// </summary>
|
||||
public enum JpegLSError
|
||||
{
|
||||
/// <summary>
|
||||
/// The operation completed without errors.
|
||||
/// </summary>
|
||||
None = 0,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when one of the arguments is invalid and no specific reason is available.
|
||||
/// </summary>
|
||||
InvalidArgument = 1,
|
||||
|
||||
/// <summary>
|
||||
/// The parameter value not supported.
|
||||
/// </summary>
|
||||
ParameterValueNotSupported = 2,
|
||||
|
||||
/// <summary>
|
||||
/// The destination buffer is too small to hold all the output.
|
||||
/// </summary>
|
||||
DestinationBufferTooSmall = 3,
|
||||
|
||||
/// <summary>
|
||||
/// The source buffer is too small, more input data was expected.
|
||||
/// </summary>
|
||||
SourceBufferTooSmall = 4,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the encoded bit stream contains a general structural problem.
|
||||
/// </summary>
|
||||
InvalidEncodedData = 5,
|
||||
|
||||
/// <summary>
|
||||
/// Too much compressed data. The decoding process is ready but the input buffer still contains encoded data.
|
||||
/// </summary>
|
||||
TooMuchEncodedData = 6,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when a method call is invalid for the current state.
|
||||
/// </summary>
|
||||
InvalidOperation = 7,
|
||||
|
||||
/// <summary>
|
||||
/// The bit depth for transformation is not supported.
|
||||
/// </summary>
|
||||
BitDepthForTransformNotSupported = 8,
|
||||
|
||||
/// <summary>
|
||||
/// The color transform is not supported.
|
||||
/// </summary>
|
||||
ColorTransformNotSupported = 9,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when an encoded frame is found that is not encoded with the JPEG-LS algorithm.
|
||||
/// </summary>
|
||||
EncodingNotSupported = 10,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when an unknown JPEG marker code is detected in the encoded bit stream.
|
||||
/// </summary>
|
||||
UnknownJpegMarkerFound = 11,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the algorithm expect a 0xFF code (indicates start of a JPEG marker) but none was found.
|
||||
/// </summary>
|
||||
JpegMarkerStartByteNotFound = 12,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the implementation could not allocate memory for its internal buffers.
|
||||
/// </summary>
|
||||
NotEnoughMemory = 13,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the implementation encountered a failure it didn't expect. No guarantees can be given for the state after this error.
|
||||
/// </summary>
|
||||
UnexpectedFailure = 14,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the first JPEG marker is not the SOI (Start Of Image) marker.
|
||||
/// </summary>
|
||||
StartOfImageMarkerNotFound = 15,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the SOF JPEG marker is not found before the SOS (Start of Scan) marker.
|
||||
/// </summary>
|
||||
StartOfFrameMarkerNotFound = 16,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the segment size of a marker segment is invalid.
|
||||
/// </summary>
|
||||
InvalidMarkerSegmentSize = 17,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains more then one SOI (Start Of Image) marker.
|
||||
/// </summary>
|
||||
DuplicateStartOfImageMarker = 18,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains more then one SOF (Start Of Frame) marker.
|
||||
/// </summary>
|
||||
DuplicateStartOfFrameMarker = 19,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains duplicate component identifiers in the SOF segment.
|
||||
/// </summary>
|
||||
DuplicateComponentIdInStartOfFrameSegment = 20,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains an unexpected EOI marker.
|
||||
/// </summary>
|
||||
UnexpectedEndOfImageMarker = 21,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains an invalid type parameter in the JPEG-LS segment.
|
||||
/// </summary>
|
||||
InvalidJpeglsPresetParameterType = 22,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains an unsupported type parameter in the JPEG-LS segment.
|
||||
/// </summary>
|
||||
JpeglsPresetExtendedParameterTypeNotSupported = 23,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains a SPIFF header but not an SPIFF end-of-directory entry.
|
||||
/// </summary>
|
||||
MissingEndOfSpiffDirectory = 24,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the width parameter is outside the range [1, 65535].
|
||||
/// </summary>
|
||||
InvalidArgumentWidth = 100,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the height parameter is outside the range [1, 65535].
|
||||
/// </summary>
|
||||
InvalidArgumentHeight = 101,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the component count parameter is outside the range [1, 255].
|
||||
/// </summary>
|
||||
InvalidArgumentComponentCount = 102,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the bit per sample parameter is outside the range [2, 16].
|
||||
/// </summary>
|
||||
InvalidArgumentBitsPerSample = 103,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the interleave mode is not (None, Sample, Line) or invalid in combination with component count.
|
||||
/// </summary>
|
||||
InvalidArgumentInterleaveMode = 104,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the near lossless parameter is outside the range [0, 255].
|
||||
/// </summary>
|
||||
InvalidArgumentNearLossless = 105,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the JPEG-LS preset coding parameters is not valid, see ISO/IEC 14495-1,
|
||||
/// C.2.4.1.1, Table C.1 for the ranges of valid values.
|
||||
/// </summary>
|
||||
InvalidArgumentPresetCodingParameters = 106,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the entry size parameter is outside the range [0, 65528].
|
||||
/// </summary>
|
||||
InvalidArgumentSpiffEntrySize = 110,
|
||||
|
||||
/// <summary>
|
||||
/// The argument for the color component is not (None, Hp1, Hp2, Hp3) or invalid in combination with component count.
|
||||
/// </summary>
|
||||
InvalidArgumentColorTransformation = 111,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the width parameter is defined more then once in an incompatible way.
|
||||
/// </summary>
|
||||
InvalidParameterWidth = 200,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the height parameter is defined more then once in an incompatible way.
|
||||
/// </summary>
|
||||
InvalidParameterHeight = 201,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains a component count parameter outside the range [1,255]
|
||||
/// </summary>
|
||||
InvalidParameterComponentCount = 202,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains a bits per sample (sample precision) parameter outside the range [2,16]
|
||||
/// </summary>
|
||||
InvalidParameterBitsPerSample = 203,
|
||||
|
||||
/// <summary>
|
||||
/// This error is returned when the stream contains an interleave mode (ILV) parameter outside the range [0, 2]
|
||||
/// </summary>
|
||||
InvalidParameterInterleaveMode = 204
|
||||
}
|
||||
}
|
@ -1,28 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
namespace CharLS
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the interleave mode for multi-component (color) pixel data.
|
||||
/// </summary>
|
||||
public enum JpegLSInterleaveMode
|
||||
{
|
||||
/// <summary>
|
||||
/// The encoded pixel data is not interleaved but stored as component for component: RRRGGGBBB.
|
||||
/// Also default option for pixel data with only 1 component.
|
||||
/// </summary>
|
||||
None = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The interleave mode is by line. A full line of each
|
||||
/// component is encoded before moving to the next line.
|
||||
/// </summary>
|
||||
Line = 1,
|
||||
|
||||
/// <summary>
|
||||
/// The data is stored by sample (pixel). For color image this is the format like RGBRGBRGB.
|
||||
/// </summary>
|
||||
Sample = 2
|
||||
}
|
||||
}
|
@ -1,208 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
|
||||
namespace CharLS
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Contains meta information about a compressed JPEG-LS stream or info how to compress.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This 'info' class is used for 2 purposes:
|
||||
/// 1) The JPEG-LS algorithm needs information which type of bitmap is stored in an array bytes.
|
||||
/// This information is needed to correctly compress (encode) the pixels to a JPEG-LS byte stream.
|
||||
/// 2) Information which kind of bitmap is stored in a JPEG-LS byte stream is stored in the JPEG-LS byte stream.
|
||||
/// This information can be extracted without decompressing (decoding) the byte stream. This information is often
|
||||
/// required to prepare output buffers to received the decompressed byte stream.
|
||||
/// </remarks>
|
||||
public sealed class JpegLSMetadataInfo : IEquatable<JpegLSMetadataInfo>
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="JpegLSMetadataInfo"/> class.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Initializes a minimal <see cref="JpegLSMetadataInfo" /> instance with:
|
||||
/// Width = 1
|
||||
/// Height = 1
|
||||
/// BitsPerComponent = 2
|
||||
/// ComponentCount = 1.
|
||||
/// </remarks>
|
||||
public JpegLSMetadataInfo()
|
||||
: this(1, 1, 2, 1)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="JpegLSMetadataInfo"/> class.
|
||||
/// </summary>
|
||||
/// <param name="width">The width of the bitmap.</param>
|
||||
/// <param name="height">The height of the bitmap.</param>
|
||||
/// <param name="bitsPerComponent">The number of bits per component. Typical 8 for color and 2 to 16 for monochrome bitmaps.</param>
|
||||
/// <param name="componentCount">The component count. Typical 1 for monochrome images and 3 for color images.</param>
|
||||
public JpegLSMetadataInfo(int width, int height, int bitsPerComponent, int componentCount)
|
||||
{
|
||||
Width = width;
|
||||
Height = height;
|
||||
BitsPerComponent = bitsPerComponent;
|
||||
ComponentCount = componentCount;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="JpegLSMetadataInfo"/> class.
|
||||
/// </summary>
|
||||
/// <param name="parameters">The parameters.</param>
|
||||
/// <exception cref="InvalidDataException">Thrown when one the values are out of bounds.</exception>
|
||||
internal JpegLSMetadataInfo(ref JlsParameters parameters)
|
||||
{
|
||||
if (parameters.BitsPerSample < 2)
|
||||
throw new InvalidDataException("parameters.BitsPerSample < 2");
|
||||
if (parameters.Components < 1)
|
||||
throw new InvalidDataException("parameters.Components < 1");
|
||||
|
||||
Width = parameters.Width;
|
||||
Height = parameters.Height;
|
||||
ComponentCount = parameters.Components;
|
||||
BitsPerComponent = parameters.BitsPerSample;
|
||||
AllowedLossyError = parameters.AllowedLossyError;
|
||||
InterleaveMode = parameters.InterleaveMode;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the width of the image in pixels.
|
||||
/// </summary>
|
||||
/// <value>The width.</value>
|
||||
public int Width { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the height of the image in pixels.
|
||||
/// </summary>
|
||||
/// <value>The height.</value>
|
||||
public int Height { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the bits per component.
|
||||
/// Typical 8 for a color component and between 2 and 16 for a monochrome component.
|
||||
/// </summary>
|
||||
/// <value>The bits per sample.</value>
|
||||
public int BitsPerComponent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the bytes per line.
|
||||
/// </summary>
|
||||
/// <value>The bytes per line.</value>
|
||||
public int BytesPerLine { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the component count per pixel.
|
||||
/// Typical 1 for monochrome images and 3 for color images.
|
||||
/// </summary>
|
||||
/// <value>The component count.</value>
|
||||
public int ComponentCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the allowed error value for non-lossless compression.
|
||||
/// </summary>
|
||||
/// <value>The allowed error value.</value>
|
||||
public int AllowedLossyError { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the interleave mode.
|
||||
/// </summary>
|
||||
/// <value>The interleave mode.</value>
|
||||
public JpegLSInterleaveMode InterleaveMode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether CharLS will perform a RGB to BGR conversion.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// <c>true</c> if CharLS should perform a conversion; otherwise, <c>false</c>.
|
||||
/// </value>
|
||||
public bool OutputBgr { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the size of an byte array needed to hold the uncompressed pixels.
|
||||
/// </summary>
|
||||
/// <value>The size of byte array.</value>
|
||||
public int UncompressedSize => Width * Height * ComponentCount * ((BitsPerComponent + 7) / 8);
|
||||
|
||||
/// <summary>
|
||||
/// Returns a <see cref="string"/> that represents this instance.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// A <see cref="string"/> that represents this instance.
|
||||
/// </returns>
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format(CultureInfo.InvariantCulture, "Width = {0}, Height = {1}, BitsPerSample = {2}, ComponentCount = {3}, AllowedLossyError = {4}",
|
||||
Width, Height, BitsPerComponent, ComponentCount, AllowedLossyError);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines whether the specified <see cref="object"/> is equal to this instance.
|
||||
/// </summary>
|
||||
/// <param name="obj">The <see cref="object"/> to compare with this instance.</param>
|
||||
/// <returns>
|
||||
/// <c>true</c> if the specified <see cref="object"/> is equal to this instance; otherwise, <c>false</c>.
|
||||
/// </returns>
|
||||
public override bool Equals(object obj)
|
||||
{
|
||||
return Equals(obj as JpegLSMetadataInfo);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Determines whether the specified <see cref="JpegLSMetadataInfo" /> is equal to this instance.
|
||||
/// </summary>
|
||||
/// <param name="other">The <see cref="JpegLSMetadataInfo" /> to compare with this instance.</param>
|
||||
/// <returns>
|
||||
/// <c>true</c> if the specified <see cref="object" /> is equal to this instance; otherwise, <c>false</c>.
|
||||
/// </returns>
|
||||
public bool Equals(JpegLSMetadataInfo other)
|
||||
{
|
||||
if (other == null)
|
||||
return false;
|
||||
|
||||
return Width == other.Width &&
|
||||
Height == other.Height &&
|
||||
ComponentCount == other.ComponentCount &&
|
||||
BitsPerComponent == other.BitsPerComponent &&
|
||||
AllowedLossyError == other.AllowedLossyError &&
|
||||
InterleaveMode == other.InterleaveMode &&
|
||||
OutputBgr == other.OutputBgr;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Serves as a hash function for a particular type.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// A hash code for the current <see cref="JpegLSMetadataInfo"/>.
|
||||
/// </returns>
|
||||
public override int GetHashCode()
|
||||
{
|
||||
unchecked
|
||||
{
|
||||
var result = Width;
|
||||
result = (result * 397) ^ Height;
|
||||
result = (result * 397) ^ BitsPerComponent;
|
||||
result = (result * 397) ^ ComponentCount;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
internal void CopyTo(ref JlsParameters parameters)
|
||||
{
|
||||
parameters.Width = Width;
|
||||
parameters.Height = Height;
|
||||
parameters.BitsPerSample = BitsPerComponent;
|
||||
parameters.BytesPerLine = BytesPerLine;
|
||||
parameters.Components = ComponentCount;
|
||||
parameters.AllowedLossyError = AllowedLossyError;
|
||||
parameters.InterleaveMode = InterleaveMode;
|
||||
parameters.OutputBgr = OutputBgr;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace CharLS
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 8)]
|
||||
internal struct JpegLSPresetCodingParameters
|
||||
{
|
||||
internal int MaximumSampleValue;
|
||||
internal int Threshold1;
|
||||
internal int Threshold2;
|
||||
internal int Threshold3;
|
||||
internal int ResetValue;
|
||||
}
|
||||
}
|
@ -1,64 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace CharLS
|
||||
{
|
||||
internal static class SafeNativeMethods
|
||||
{
|
||||
private const string NativeX86Library = "charls-2-x86.dll";
|
||||
private const string NativeX64Library = "charls-2-x64.dll";
|
||||
|
||||
[DllImport(NativeX86Library, SetLastError = false, CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true, EntryPoint = "JpegLsReadHeader")]
|
||||
internal static extern JpegLSError JpegLsReadHeaderX86([In] byte[] compressedSource, int compressedLength, out JlsParameters info, IntPtr reserved);
|
||||
|
||||
[DllImport(NativeX64Library, SetLastError = false, CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true, EntryPoint = "JpegLsReadHeader")]
|
||||
internal static extern JpegLSError JpegLsReadHeaderX64([In] byte[] compressedSource, long compressedLength, out JlsParameters info, IntPtr reserved);
|
||||
|
||||
[DllImport(NativeX86Library, SetLastError = false, CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true, EntryPoint = "JpegLsDecode")]
|
||||
internal static extern JpegLSError JpegLsDecodeX86(
|
||||
[Out] byte[] uncompressedData,
|
||||
int uncompressedLength,
|
||||
[In] byte[] compressedData,
|
||||
int compressedLength,
|
||||
IntPtr info,
|
||||
IntPtr reserved);
|
||||
|
||||
[DllImport(NativeX64Library, SetLastError = false, CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true, EntryPoint = "JpegLsDecode")]
|
||||
internal static extern JpegLSError JpegLsDecodeX64(
|
||||
[Out] byte[] uncompressedData,
|
||||
long uncompressedLength,
|
||||
[In] byte[] compressedData,
|
||||
long compressedLength,
|
||||
IntPtr info,
|
||||
IntPtr reserved);
|
||||
|
||||
[DllImport(NativeX86Library, SetLastError = false, CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true, EntryPoint = "JpegLsEncode")]
|
||||
internal static extern JpegLSError JpegLsEncodeX86(
|
||||
[Out] byte[] compressedData,
|
||||
int compressedLength,
|
||||
out int byteCountWritten,
|
||||
[In] byte[] uncompressedData,
|
||||
int uncompressedLength,
|
||||
[In] ref JlsParameters info,
|
||||
IntPtr reserved);
|
||||
|
||||
[DllImport(NativeX64Library, SetLastError = false, CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true, EntryPoint = "JpegLsEncode")]
|
||||
internal static extern JpegLSError JpegLsEncodeX64(
|
||||
[Out] byte[] compressedData,
|
||||
long compressedLength,
|
||||
out long byteCountWritten,
|
||||
[In] byte[] uncompressedData,
|
||||
long uncompressedLength,
|
||||
[In] ref JlsParameters info,
|
||||
IntPtr reserved);
|
||||
|
||||
[DllImport(NativeX86Library, SetLastError = false, CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true, EntryPoint = "charls_get_error_message")]
|
||||
internal static extern IntPtr CharLSGetErrorMessageX86(int errorValue);
|
||||
|
||||
[DllImport(NativeX64Library, SetLastError = false, CharSet = CharSet.Ansi, BestFitMapping = false, ThrowOnUnmappableChar = true, EntryPoint = "charls_get_error_message")]
|
||||
internal static extern IntPtr CharLSGetErrorMessageX64(int errorValue);
|
||||
}
|
||||
}
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
||||
"settings": {
|
||||
"documentationRules": {
|
||||
"companyName": "CharLS Team",
|
||||
"copyrightText": "Copyright (c) Team CharLS.\nSPDX-License-Identifier: BSD-3-Clause",
|
||||
"xmlHeader": false,
|
||||
"documentInterfaces": true,
|
||||
"documentInternalElements": false
|
||||
},
|
||||
"orderingRules": {
|
||||
"usingDirectivesPlacement": "outsideNamespace"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,115 +0,0 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- Cannot use .NET Core as dotnet core runtime can only test x64 or x86 but not both. -->
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
|
||||
<Platforms>x86;x64</Platforms>
|
||||
|
||||
<Configurations>Debug;Release;Checked</Configurations>
|
||||
<CodeAnalysisRuleSet>CharLSNetTest.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="nunit" Version="3.12.0" />
|
||||
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\..\test\conformance\t16e0.jls">
|
||||
<Link>DataFiles\t16e0.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t16e3.jls">
|
||||
<Link>DataFiles\t16e3.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t16e3.pgm">
|
||||
<Link>DataFiles\t16e3.pgm</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8c0e0.jls">
|
||||
<Link>DataFiles\t8c0e0.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8c0e3.jls">
|
||||
<Link>DataFiles\t8c0e3.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8c1e0.jls">
|
||||
<Link>DataFiles\t8c1e0.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8c1e3.jls">
|
||||
<Link>DataFiles\t8c1e3.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8c2e0.jls">
|
||||
<Link>DataFiles\t8c2e0.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8c2e3.jls">
|
||||
<Link>DataFiles\t8c2e3.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8nde0.jls">
|
||||
<Link>DataFiles\t8nde0.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8nde3.jls">
|
||||
<Link>DataFiles\t8nde3.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8sse0.jls">
|
||||
<Link>DataFiles\t8sse0.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\t8sse3.jls">
|
||||
<Link>DataFiles\t8sse3.jls</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\test16.pgm">
|
||||
<Link>DataFiles\test16.pgm</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\test8.ppm">
|
||||
<Link>DataFiles\test8.ppm</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\test8b.pgm">
|
||||
<Link>DataFiles\test8b.pgm</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\test8bs2.pgm">
|
||||
<Link>DataFiles\test8bs2.pgm</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\test8g.pgm">
|
||||
<Link>DataFiles\test8g.pgm</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\test8gr4.pgm">
|
||||
<Link>DataFiles\test8gr4.pgm</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="..\..\test\conformance\test8r.pgm">
|
||||
<Link>DataFiles\test8r.pgm</Link>
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\src\CharLSNet.csproj">
|
||||
<Project>{6f9955c1-a285-4de0-b3e6-f69eb08bbd7b}</Project>
|
||||
<Name>CharLSNet</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RuleSet Name="CharLS Rules" Description="This rule set contains the rules for CharLS .NET projects (excluding unittests)." ToolsVersion="14.0">
|
||||
<IncludeAll Action="Error" />
|
||||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
|
||||
<Rule Id="CA1014" Action="None" />
|
||||
<Rule Id="CA1026" Action="None" />
|
||||
<Rule Id="CA1062" Action="None" />
|
||||
<Rule Id="CA1806" Action="None" />
|
||||
<Rule Id="CA1822" Action="None" />
|
||||
<Rule Id="CA2210" Action="None" />
|
||||
</Rules>
|
||||
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
|
||||
<Rule Id="SA1101" Action="None" />
|
||||
<Rule Id="SA1120" Action="None" />
|
||||
<Rule Id="SA1200" Action="None" />
|
||||
<Rule Id="SA1503" Action="None" />
|
||||
<Rule Id="SA1600" Action="None" />
|
||||
<Rule Id="SA1633" Action="None" />
|
||||
</Rules>
|
||||
</RuleSet>
|
@ -1,202 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace CharLS.Test
|
||||
{
|
||||
[TestFixture]
|
||||
public class JpegLSCodecTest
|
||||
{
|
||||
[Test]
|
||||
public void GetMetadataInfoFromLosslessEncodedColorImage()
|
||||
{
|
||||
var source = ReadAllBytes("t8c0e0.jls");
|
||||
var info = JpegLSCodec.GetMetadataInfo(source);
|
||||
var expected = new JpegLSMetadataInfo { Height = 256, Width = 256, BitsPerComponent = 8, ComponentCount = 3 };
|
||||
|
||||
Assert.AreEqual(expected, info);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void GetMetadataInfoFromNearLosslessEncodedColorImage()
|
||||
{
|
||||
var source = ReadAllBytes("t8c0e3.jls");
|
||||
var info = JpegLSCodec.GetMetadataInfo(source);
|
||||
var expected = new JpegLSMetadataInfo { Height = 256, Width = 256, BitsPerComponent = 8, ComponentCount = 3, AllowedLossyError = 3 };
|
||||
|
||||
Assert.AreEqual(expected, info);
|
||||
|
||||
info = JpegLSCodec.GetMetadataInfo(source, source.Length);
|
||||
Assert.AreEqual(expected, info);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Decompress()
|
||||
{
|
||||
var source = ReadAllBytes("t8c0e0.jls");
|
||||
var expected = ReadAllBytes("test8.ppm", 15);
|
||||
var uncompressed = JpegLSCodec.Decompress(source);
|
||||
|
||||
var info = JpegLSCodec.GetMetadataInfo(source);
|
||||
if (info.InterleaveMode == JpegLSInterleaveMode.None && info.ComponentCount == 3)
|
||||
{
|
||||
expected = TripletToPlanar(expected, info.Width, info.Height);
|
||||
}
|
||||
|
||||
Assert.AreEqual(expected, uncompressed);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Compress()
|
||||
{
|
||||
var info = new JpegLSMetadataInfo(256, 256, 8, 3);
|
||||
|
||||
var uncompressedOriginal = ReadAllBytes("test8.ppm", 15);
|
||||
uncompressedOriginal = TripletToPlanar(uncompressedOriginal, info.Width, info.Height);
|
||||
|
||||
var compressedSegment = JpegLSCodec.Compress(info, uncompressedOriginal);
|
||||
var compressed = new byte[compressedSegment.Count];
|
||||
Array.Copy(compressedSegment.Array, compressed, compressed.Length);
|
||||
|
||||
var compressedInfo = JpegLSCodec.GetMetadataInfo(compressed);
|
||||
Assert.AreEqual(info, compressedInfo);
|
||||
|
||||
var uncompressed = JpegLSCodec.Decompress(compressed);
|
||||
Assert.AreEqual(info.UncompressedSize, uncompressed.Length);
|
||||
Assert.AreEqual(uncompressedOriginal, uncompressed);
|
||||
}
|
||||
|
||||
|
||||
[Test]
|
||||
public void CompressPartOfInputBuffer()
|
||||
{
|
||||
var info = new JpegLSMetadataInfo(256, 256, 8, 3);
|
||||
|
||||
var uncompressedOriginal = ReadAllBytes("test8.ppm", 15);
|
||||
uncompressedOriginal = TripletToPlanar(uncompressedOriginal, info.Width, info.Height);
|
||||
|
||||
var compressedSegment = JpegLSCodec.Compress(info, uncompressedOriginal, uncompressedOriginal.Length);
|
||||
var compressed = new byte[compressedSegment.Count];
|
||||
Array.Copy(compressedSegment.Array, compressed, compressed.Length);
|
||||
|
||||
var compressedInfo = JpegLSCodec.GetMetadataInfo(compressed);
|
||||
Assert.AreEqual(info, compressedInfo);
|
||||
|
||||
var uncompressed = JpegLSCodec.Decompress(compressed);
|
||||
Assert.AreEqual(info.UncompressedSize, uncompressed.Length);
|
||||
Assert.AreEqual(uncompressedOriginal, uncompressed);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void CompressOneByOneColor()
|
||||
{
|
||||
var info = new JpegLSMetadataInfo(1, 1, 8, 3);
|
||||
var uncompressedOriginal = new byte[] { 77, 33, 255 };
|
||||
|
||||
var compressedSegment = JpegLSCodec.Compress(info, uncompressedOriginal);
|
||||
var compressed = new byte[compressedSegment.Count];
|
||||
Array.Copy(compressedSegment.Array, compressed, compressed.Length);
|
||||
|
||||
var uncompressed = JpegLSCodec.Decompress(compressed);
|
||||
Assert.AreEqual(info.UncompressedSize, uncompressed.Length);
|
||||
Assert.AreEqual(uncompressedOriginal, uncompressed);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Compress2BitMonochrome()
|
||||
{
|
||||
var info = new JpegLSMetadataInfo(1, 1, 2, 1);
|
||||
var uncompressedOriginal = new byte[] { 1 };
|
||||
|
||||
var compressedSegment = JpegLSCodec.Compress(info, uncompressedOriginal);
|
||||
var compressed = new byte[compressedSegment.Count];
|
||||
Array.Copy(compressedSegment.Array, compressed, compressed.Length);
|
||||
|
||||
var uncompressed = JpegLSCodec.Decompress(compressed);
|
||||
Assert.AreEqual(info.UncompressedSize, uncompressed.Length);
|
||||
Assert.AreEqual(uncompressedOriginal, uncompressed);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void DecompressBitStreamWithNoMarkerStart()
|
||||
{
|
||||
var compressed = new byte[] { 0x33, 0x33 };
|
||||
|
||||
var exception = Assert.Throws<InvalidDataException>(() => JpegLSCodec.Decompress(compressed));
|
||||
Assert.AreEqual(JpegLSError.JpegMarkerStartByteNotFound, exception.Data["JpegLSError"]);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void DecodeBitStreamWithUnsupportedEncoding()
|
||||
{
|
||||
var compressed = new byte[]
|
||||
{
|
||||
0xFF, 0xD8, // Start Of Image (JPEG_SOI)
|
||||
0xFF, 0xC3, // Start Of Frame (lossless, Huffman) (JPEG_SOF_3)
|
||||
0x00, 0x00 // Length of data of the marker
|
||||
};
|
||||
var exception = Assert.Throws<InvalidDataException>(() => JpegLSCodec.Decompress(compressed));
|
||||
Assert.AreEqual(JpegLSError.EncodingNotSupported, exception.Data["JpegLSError"]);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestDecodeBitStreamWithUnknownJpegMarker()
|
||||
{
|
||||
var compressed = new byte[]
|
||||
{
|
||||
0xFF, 0xD8, // Start Of Image (JPEG_SOI)
|
||||
0xFF, 0x01, // Undefined marker
|
||||
0x00, 0x00 // Length of data of the marker
|
||||
};
|
||||
|
||||
var exception = Assert.Throws<InvalidDataException>(() => JpegLSCodec.Decompress(compressed));
|
||||
Assert.AreEqual(JpegLSError.UnknownJpegMarkerFound, exception.Data["JpegLSError"]);
|
||||
}
|
||||
|
||||
private static byte[] TripletToPlanar(IList<byte> buffer, int width, int height)
|
||||
{
|
||||
var result = new byte[buffer.Count];
|
||||
|
||||
int bytePlaneCount = width * height;
|
||||
for (int i = 0; i < bytePlaneCount; i++)
|
||||
{
|
||||
result[i] = buffer[i * 3];
|
||||
result[i + bytePlaneCount] = buffer[(i * 3) + 1];
|
||||
result[i + (2 * bytePlaneCount)] = buffer[(i * 3) + 2];
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
private static byte[] ReadAllBytes(string path, int bytesToSkip = 0)
|
||||
{
|
||||
var fullPath = DataFileDirectory + path;
|
||||
|
||||
if (bytesToSkip == 0)
|
||||
return File.ReadAllBytes(fullPath);
|
||||
|
||||
using (var stream = File.OpenRead(fullPath))
|
||||
{
|
||||
var result = new byte[new FileInfo(fullPath).Length - bytesToSkip];
|
||||
|
||||
stream.Seek(bytesToSkip, SeekOrigin.Begin);
|
||||
stream.Read(result, 0, result.Length);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
private static string DataFileDirectory
|
||||
{
|
||||
get
|
||||
{
|
||||
var assemblyLocation = new Uri(Assembly.GetExecutingAssembly().CodeBase);
|
||||
return Path.GetDirectoryName(assemblyLocation.LocalPath) + @"\DataFiles\";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,76 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace CharLS.Test
|
||||
{
|
||||
[TestFixture]
|
||||
public class JpegLSMetadataInfoTest
|
||||
{
|
||||
[Test]
|
||||
public void ConstructDefault()
|
||||
{
|
||||
var info = new JpegLSMetadataInfo();
|
||||
|
||||
Assert.AreEqual(1, info.Width);
|
||||
Assert.AreEqual(1, info.Height);
|
||||
Assert.AreEqual(1, info.ComponentCount);
|
||||
Assert.AreEqual(2, info.BitsPerComponent);
|
||||
Assert.AreEqual(0, info.AllowedLossyError);
|
||||
Assert.AreEqual(0, info.BytesPerLine);
|
||||
Assert.IsFalse(info.OutputBgr);
|
||||
Assert.AreEqual(JpegLSInterleaveMode.None, info.InterleaveMode);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void ConstructAndModify()
|
||||
{
|
||||
var info = new JpegLSMetadataInfo
|
||||
{
|
||||
BytesPerLine = 2,
|
||||
InterleaveMode = JpegLSInterleaveMode.Sample,
|
||||
OutputBgr = true
|
||||
};
|
||||
|
||||
Assert.AreEqual(2, info.BytesPerLine);
|
||||
Assert.AreEqual(JpegLSInterleaveMode.Sample, info.InterleaveMode);
|
||||
Assert.IsTrue(info.OutputBgr);
|
||||
|
||||
info.InterleaveMode = JpegLSInterleaveMode.Line;
|
||||
Assert.AreEqual(JpegLSInterleaveMode.Line, info.InterleaveMode);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void EquatableSameObjects()
|
||||
{
|
||||
var a = new JpegLSMetadataInfo();
|
||||
var b = new JpegLSMetadataInfo();
|
||||
|
||||
Assert.IsTrue(a.Equals(b));
|
||||
Assert.IsTrue(a.Equals((object)b));
|
||||
Assert.AreEqual(a, b);
|
||||
Assert.AreEqual(b, a);
|
||||
Assert.AreEqual(a.GetHashCode(), b.GetHashCode());
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void EquatableDifferentObjects()
|
||||
{
|
||||
var a = new JpegLSMetadataInfo();
|
||||
var b = new JpegLSMetadataInfo { Height = 2 };
|
||||
|
||||
Assert.IsFalse(a.Equals(b));
|
||||
Assert.IsFalse(a.Equals((object)b));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void EquatableWithNull()
|
||||
{
|
||||
var a = new JpegLSMetadataInfo();
|
||||
|
||||
Assert.IsFalse(a.Equals(null));
|
||||
Assert.IsFalse(a.Equals((object)null));
|
||||
}
|
||||
}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyCopyright("Copyright (c) Team CharLS")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
[assembly: ComVisible(false)]
|
@ -1,75 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{19337FF7-ADE8-4D18-8998-6B03C8B6A630}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Convert</RootNamespace>
|
||||
<AssemblyName>Convert</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\..\Win32\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Checked|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x86\Checked\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisLogFile>..\..\..\Win32\Debug\Convert.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xaml" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="WindowsBase" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\net\CharLSNet.csproj">
|
||||
<Project>{4EDED401-1B63-4989-BF3F-2875B6C9203D}</Project>
|
||||
<Name>CharLSNet</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
@ -1,112 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using CharLS;
|
||||
|
||||
namespace Convert
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
private const int Success = 0;
|
||||
private const int Failure = 1;
|
||||
|
||||
private static int Main(string[] args)
|
||||
{
|
||||
// This sample demonstrates how to convert 8 bit monochrome images and 24 bit color images to a .jls
|
||||
// The input path should be a absolute path to a file format .NET can read (.bmp, .png, etc).
|
||||
string inputPath;
|
||||
if (!TryParseArguments(args, out inputPath))
|
||||
{
|
||||
Console.WriteLine("Usage: Converter <path to image file>");
|
||||
return Failure;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
// Load the image file and get the first frame.
|
||||
var decoder = BitmapDecoder.Create(new Uri(inputPath, UriKind.Absolute),
|
||||
BitmapCreateOptions.PreservePixelFormat, BitmapCacheOption.Default);
|
||||
|
||||
var frame = decoder.Frames[0];
|
||||
int componentCount;
|
||||
if (!TryGetComponentCount(frame.Format, out componentCount))
|
||||
{
|
||||
Console.WriteLine("Input has format: {0}, which is not supported", frame.Format);
|
||||
return Failure;
|
||||
}
|
||||
|
||||
var uncompressedPixels = new byte[frame.PixelWidth * frame.PixelHeight * componentCount];
|
||||
frame.CopyPixels(uncompressedPixels, frame.PixelWidth * componentCount, 0);
|
||||
|
||||
// Prepare the 'info' metadata that describes the pixels in the byte buffer.
|
||||
var info = new JpegLSMetadataInfo(frame.PixelWidth, frame.PixelHeight, 8, componentCount);
|
||||
if (componentCount == 3)
|
||||
{
|
||||
info.InterleaveMode = JpegLSInterleaveMode.Line;
|
||||
|
||||
// PixelFormat is Bgr24. CharLS expects RGB byte stream.
|
||||
// By enabling this CharLS will transform input before decoding.
|
||||
info.OutputBgr = true;
|
||||
}
|
||||
|
||||
// Compress.
|
||||
var compressedPixels = JpegLSCodec.Compress(info, uncompressedPixels, true);
|
||||
|
||||
Save(compressedPixels.Array, compressedPixels.Count, GetOutputPath(inputPath));
|
||||
}
|
||||
catch (FileNotFoundException e)
|
||||
{
|
||||
Console.WriteLine("Error: " + e.Message);
|
||||
}
|
||||
|
||||
return Success;
|
||||
}
|
||||
|
||||
private static bool TryParseArguments(string[] args, out string inputPath)
|
||||
{
|
||||
inputPath = string.Empty;
|
||||
|
||||
if (args.Length != 1)
|
||||
return false;
|
||||
|
||||
inputPath = args[0];
|
||||
return true;
|
||||
}
|
||||
|
||||
private static bool TryGetComponentCount(PixelFormat format, out int componentCount)
|
||||
{
|
||||
// For this sample: only RGB color and 8 bit monochrome images are supported.
|
||||
if (format == PixelFormats.Bgr24)
|
||||
{
|
||||
componentCount = 3;
|
||||
}
|
||||
else if (format == PixelFormats.Gray8)
|
||||
{
|
||||
componentCount = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
componentCount = 0;
|
||||
}
|
||||
|
||||
return componentCount != 0;
|
||||
}
|
||||
|
||||
private static string GetOutputPath(string inputPath)
|
||||
{
|
||||
return Path.ChangeExtension(inputPath, ".jls");
|
||||
}
|
||||
|
||||
private static void Save(byte[] pixels, int count, string path)
|
||||
{
|
||||
using (var output = new FileStream(path, FileMode.OpenOrCreate))
|
||||
{
|
||||
output.Write(pixels, 0, count);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Convert")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Microsoft")]
|
||||
[assembly: AssemblyProduct("Convert")]
|
||||
[assembly: AssemblyCopyright("Copyright (c) Team CharLS")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("8cb88f0e-291d-49ce-9f9d-20e2cbb7f300")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
|
||||
</startup>
|
||||
</configuration>
|
@ -1,8 +0,0 @@
|
||||
<Application x:Class="Viewer_VS2013.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
</Application.Resources>
|
||||
</Application>
|
@ -1,14 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System.Windows;
|
||||
|
||||
namespace Viewer
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
public class App : Application
|
||||
{
|
||||
}
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
<Window x:Class="Viewer.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="MainWindow" Height="350" Width="525">
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="50"></RowDefinition>
|
||||
<RowDefinition Height="50"></RowDefinition>
|
||||
<RowDefinition></RowDefinition>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<TextBox Grid.Row="0" Height="23" Margin="11,19,82,0" Name="textBoxPath" VerticalAlignment="Top" />
|
||||
<Button Grid.Row="0" Height="23" HorizontalAlignment="Right" Margin="0,19,1,0" Name="buttonBrowse" VerticalAlignment="Top" Width="75" Click="buttonBrowse_Click">Browse</Button>
|
||||
<Button Grid.Row="1" Height="23" HorizontalAlignment="Left" Margin="11,0,0,5" Name="buttonView" Width="75" Click="buttonView_Click">View</Button>
|
||||
<Image Grid.Row="2" ClipToBounds="True" Name="image"/>
|
||||
</Grid>
|
||||
</Window>
|
@ -1,56 +0,0 @@
|
||||
// Copyright (c) Team CharLS.
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
using CharLS;
|
||||
using Microsoft.Win32;
|
||||
|
||||
namespace Viewer
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for MainWindow.xaml
|
||||
/// </summary>
|
||||
public partial class MainWindow
|
||||
{
|
||||
// Cache the File dialog to allow it to remember the last used directory.
|
||||
private OpenFileDialog openFileDialog;
|
||||
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void buttonBrowse_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (openFileDialog == null)
|
||||
{
|
||||
openFileDialog = new OpenFileDialog
|
||||
{
|
||||
InitialDirectory = "c:\\",
|
||||
Filter = "JPEG-LS files (*.jls)|*.jls|All files (*.*)|*.*"
|
||||
};
|
||||
}
|
||||
|
||||
if (!openFileDialog.ShowDialog().Value)
|
||||
return;
|
||||
|
||||
textBoxPath.Text = openFileDialog.FileName;
|
||||
}
|
||||
|
||||
private void buttonView_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
using (var stream = new FileStream(textBoxPath.Text, FileMode.Open, FileAccess.Read))
|
||||
{
|
||||
image.Source = new JpegLSBitmapDecoder(stream).Frames[0];
|
||||
}
|
||||
}
|
||||
catch (FileFormatException error)
|
||||
{
|
||||
MessageBox.Show("Error: " + error.Message, Title, MessageBoxButton.OK, MessageBoxImage.Error);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,53 +0,0 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Windows;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("Viewer_VS2013")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Viewer_VS2013")]
|
||||
[assembly: AssemblyCopyright("Copyright (c) Team CharLS")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
//In order to begin building localizable applications, set
|
||||
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
|
||||
//inside a <PropertyGroup>. For example, if you are using US english
|
||||
//in your source files, set the <UICulture> to en-US. Then uncomment
|
||||
//the NeutralResourceLanguage attribute below. Update the "en-US" in
|
||||
//the line below to match the UICulture setting in the project file.
|
||||
|
||||
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
|
||||
|
||||
|
||||
[assembly: ThemeInfo(
|
||||
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
|
||||
//(used if a resource is not found in the page,
|
||||
// or application resource dictionaries)
|
||||
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
|
||||
//(used if a resource is not found in the page,
|
||||
// app, or any theme specific resource dictionaries)
|
||||
)]
|
||||
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
63
samples/viewer/Properties/Resources.Designer.cs
generated
63
samples/viewer/Properties/Resources.Designer.cs
generated
@ -1,63 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Viewer.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Viewer.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,117 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
26
samples/viewer/Properties/Settings.Designer.cs
generated
26
samples/viewer/Properties/Settings.Designer.cs
generated
@ -1,26 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Viewer.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
@ -1,354 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="..\..\Common_VS2015.props" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{62B47821-5105-49A2-A157-5FAE1AEA0686}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Viewer</RootNamespace>
|
||||
<AssemblyName>Viewer</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<TargetFrameworkProfile />
|
||||
<CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
|
||||
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
|
||||
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
|
||||
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
|
||||
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
|
||||
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
|
||||
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
|
||||
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
|
||||
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
|
||||
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
|
||||
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
|
||||
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
|
||||
<CodeContractsInferRequires>True</CodeContractsInferRequires>
|
||||
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
|
||||
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
|
||||
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
|
||||
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
|
||||
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
|
||||
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
|
||||
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
|
||||
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
|
||||
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
|
||||
<CodeContractsCustomRewriterAssembly />
|
||||
<CodeContractsCustomRewriterClass />
|
||||
<CodeContractsLibPaths />
|
||||
<CodeContractsExtraRewriteOptions />
|
||||
<CodeContractsExtraAnalysisOptions />
|
||||
<CodeContractsSQLServerOption />
|
||||
<CodeContractsBaseLineFile />
|
||||
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
|
||||
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
|
||||
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
|
||||
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
|
||||
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
|
||||
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
|
||||
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
|
||||
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
|
||||
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
|
||||
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
|
||||
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
|
||||
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
|
||||
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
|
||||
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
|
||||
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
|
||||
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
|
||||
<CodeContractsInferRequires>True</CodeContractsInferRequires>
|
||||
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
|
||||
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
|
||||
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
|
||||
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
|
||||
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
|
||||
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
|
||||
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
|
||||
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
|
||||
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
|
||||
<CodeContractsCustomRewriterAssembly />
|
||||
<CodeContractsCustomRewriterClass />
|
||||
<CodeContractsLibPaths />
|
||||
<CodeContractsExtraRewriteOptions />
|
||||
<CodeContractsExtraAnalysisOptions />
|
||||
<CodeContractsSQLServerOption />
|
||||
<CodeContractsBaseLineFile />
|
||||
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
|
||||
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
|
||||
<CodeContractsRuntimeCheckingLevel>ReleaseRequires</CodeContractsRuntimeCheckingLevel>
|
||||
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
|
||||
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
|
||||
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
|
||||
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
|
||||
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
|
||||
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
|
||||
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
|
||||
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
|
||||
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
|
||||
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
|
||||
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
|
||||
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
|
||||
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
|
||||
<CodeContractsInferRequires>True</CodeContractsInferRequires>
|
||||
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
|
||||
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
|
||||
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
|
||||
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
|
||||
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
|
||||
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
|
||||
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
|
||||
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
|
||||
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
|
||||
<CodeContractsCustomRewriterAssembly />
|
||||
<CodeContractsCustomRewriterClass />
|
||||
<CodeContractsLibPaths />
|
||||
<CodeContractsExtraRewriteOptions />
|
||||
<CodeContractsExtraAnalysisOptions />
|
||||
<CodeContractsSQLServerOption />
|
||||
<CodeContractsBaseLineFile />
|
||||
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
|
||||
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
|
||||
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
|
||||
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
|
||||
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
|
||||
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
|
||||
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
|
||||
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
|
||||
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
|
||||
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
|
||||
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
|
||||
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
|
||||
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
|
||||
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
|
||||
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
|
||||
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
|
||||
<CodeContractsInferRequires>True</CodeContractsInferRequires>
|
||||
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
|
||||
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
|
||||
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
|
||||
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
|
||||
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
|
||||
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
|
||||
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
|
||||
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
|
||||
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
|
||||
<CodeContractsCustomRewriterAssembly />
|
||||
<CodeContractsCustomRewriterClass />
|
||||
<CodeContractsLibPaths />
|
||||
<CodeContractsExtraRewriteOptions />
|
||||
<CodeContractsExtraAnalysisOptions />
|
||||
<CodeContractsSQLServerOption />
|
||||
<CodeContractsBaseLineFile />
|
||||
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
|
||||
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
|
||||
<CodeContractsRuntimeCheckingLevel>ReleaseRequires</CodeContractsRuntimeCheckingLevel>
|
||||
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
|
||||
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Checked|x64'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
|
||||
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
|
||||
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
|
||||
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
|
||||
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
|
||||
<CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
|
||||
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
|
||||
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
|
||||
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
|
||||
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
|
||||
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
|
||||
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
|
||||
<CodeContractsInferRequires>True</CodeContractsInferRequires>
|
||||
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
|
||||
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
|
||||
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
|
||||
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
|
||||
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
|
||||
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
|
||||
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
|
||||
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
|
||||
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
|
||||
<CodeContractsCustomRewriterAssembly />
|
||||
<CodeContractsCustomRewriterClass />
|
||||
<CodeContractsLibPaths />
|
||||
<CodeContractsExtraRewriteOptions />
|
||||
<CodeContractsExtraAnalysisOptions />
|
||||
<CodeContractsSQLServerOption />
|
||||
<CodeContractsBaseLineFile />
|
||||
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
|
||||
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
|
||||
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
|
||||
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
|
||||
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Checked|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
|
||||
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
|
||||
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
|
||||
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
|
||||
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
|
||||
<CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
|
||||
<CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
|
||||
<CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
|
||||
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
|
||||
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
|
||||
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
|
||||
<CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
|
||||
<CodeContractsInferRequires>True</CodeContractsInferRequires>
|
||||
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
|
||||
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
|
||||
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
|
||||
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
|
||||
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
|
||||
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
|
||||
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
|
||||
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
|
||||
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
|
||||
<CodeContractsCustomRewriterAssembly />
|
||||
<CodeContractsCustomRewriterClass />
|
||||
<CodeContractsLibPaths />
|
||||
<CodeContractsExtraRewriteOptions />
|
||||
<CodeContractsExtraAnalysisOptions />
|
||||
<CodeContractsSQLServerOption />
|
||||
<CodeContractsBaseLineFile />
|
||||
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
|
||||
<CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
|
||||
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
|
||||
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
|
||||
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xaml" />
|
||||
<Reference Include="WindowsBase" />
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ApplicationDefinition Include="App.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="MainWindow.xaml.cs">
|
||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<AppDesigner Include="Properties\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\net\CharLSNet_VS2015.csproj">
|
||||
<Project>{4eded401-1b63-4989-bf3f-2875b6c9203d}</Project>
|
||||
<Name>CharLSNet_VS2015</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user