Fixed wrong assumption of rented array size and added example of using non system.drawing image lib.

This commit is contained in:
Eugene Wang
2023-04-08 18:38:51 -04:00
parent 29a8031817
commit 2474fbf74d
11 changed files with 101 additions and 43 deletions

View File

@@ -13,6 +13,10 @@
<ProjectReference Include="..\..\src\NTwain\NTwain.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Magick.NET-Q8-x64" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\WinForm32\**\*.cs" Exclude="..\WinForm32\**\obj\**;..\WinForm32\**\bin\**">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
@@ -26,7 +30,7 @@
<None Update="platforms\qwindows.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="platforms\TWAINDSM.dll">
<None Update="runtimes\win-x64\native\TWAINDSM.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>