This commit is contained in:
Kilian Wirl 2025-10-01 17:32:32 +02:00
parent 4d50dc8dd2
commit caa49e3a2a
3 changed files with 1 additions and 2 deletions

View File

@ -310,7 +310,7 @@
<None Include="Resources\Checkmark_blue_16x.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\qrweb.png" />
<Content Include="Resources\QR.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -617,7 +617,6 @@ namespace Deckungsbeitrag
Image qrweb = Image.FromFile(ConfigurationManager.AppSettings["QrPfad"]);
qrweb.RotateFlip(RotateFlipType.Rotate270FlipNone);
Bitmap bitmap = new Bitmap(1200, 350);
//bitmap.SetResolution(100, 100);
Graphics g = Graphics.FromImage(bitmap);

View File

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 153 KiB