timmyse2 / VeganNewWorld

草食系新世界 (使用ASP.NET MVC Core2.x製作的蔬食商品展示網站)
1 stars 0 forks source link

Graphic Captcha - 但Bitmap等class無法使用 #28

Open timmyse2 opened 1 month ago

timmyse2 commented 1 month ago
  1. System.Drawing.Common 不相容, 安裝但run time error (platform不相容)

  2. SixLabors.ImageSharp不相容, syntax error: 降級為2.1.4可達到部份功能, 但缺drawing.

  3. SixLabors.ImageSharp.Drawing.Processing 不相容 .net 2.1. (平台要升級.net 6)

timmyse2 commented 1 month ago

Login - Graphic Captcha: try to use SixLabors.ImageSharp but get FAIL result;

  1. Just make backup, do not use it; We might improve it in the furtune;
  2. SixLabors.ImageSharp v2.1.4 for platform netcoreapp2.1, lost .Drawming;
  3. GenerateImage() for view to show image with background blue only;