Skip to content

Commit 21a9c97

Browse files
committed
测试加载图片但不支持
1 parent 50261e2 commit 21a9c97

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="IronSoftware.System.Drawing" Version="2025.7.12" />
12+
</ItemGroup>
13+
</Project>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NaynelkenererKeajehalay", "NaynelkenererKeajehalay.csproj", "{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Debug|x64 = Debug|x64
12+
Debug|x86 = Debug|x86
13+
Release|Any CPU = Release|Any CPU
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Debug|x64.ActiveCfg = Debug|Any CPU
21+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Debug|x64.Build.0 = Debug|Any CPU
22+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Debug|x86.ActiveCfg = Debug|Any CPU
23+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Debug|x86.Build.0 = Debug|Any CPU
24+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Release|x64.ActiveCfg = Release|Any CPU
27+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Release|x64.Build.0 = Release|Any CPU
28+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Release|x86.ActiveCfg = Release|Any CPU
29+
{88E40C93-BD17-4210-BB8F-218D6A5ED5EF}.Release|x86.Build.0 = Release|Any CPU
30+
EndGlobalSection
31+
GlobalSection(SolutionProperties) = preSolution
32+
HideSolutionNode = FALSE
33+
EndGlobalSection
34+
EndGlobal
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// See https://aka.ms/new-console-template for more information
2+
3+
using IronSoftware.Drawing;
4+
5+
var file = @"C:\lindexi\wmf公式\image17.wmf";
6+
var bitmap = AnyBitmap.FromFile(file);
7+
Console.WriteLine("Hello, World!");

0 commit comments

Comments
 (0)