framework icon indicating copy to clipboard operation
framework copied to clipboard

Accord.Imaging outdated packages.

Open dtschatrix opened this issue 5 years ago • 3 comments

What would you like to submit?

  • [ ] question
  • [x] bug report
  • [x] feature request

Issue description

In accord.imaging library referenced to obsolete nuget package such as corecompact. Problem happened on net.core 3.1. Because of corecompact already part of system.drawing.common, could you change the assembly(?). image

dtschatrix avatar Sep 03 '20 10:09 dtschatrix

Cannot use Sauvola Threshold for the same reason. Refering to CoreCompat (obsolete) instead of System.Drawing.Common with .Net Core.

Severity Code Description Project File Line Suppression State Error CS0012 The type 'Bitmap' is defined in an assembly that is not referenced. You must add a reference to assembly 'CoreCompat.System.Drawing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

OlivierDeschuyteneer avatar Nov 01 '20 19:11 OlivierDeschuyteneer

Cannot use Sauvola Threshold for the same reason. Refering to CoreCompat (obsolete) instead of System.Drawing.Common with .Net Core.

Severity Code Description Project File Line Suppression State Error CS0012 The type 'Bitmap' is defined in an assembly that is not referenced. You must add a reference to assembly 'CoreCompat.System.Drawing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

I could only advice use ImageMagick wrapper for .NET. How could you see this project has no support ;(

dtschatrix avatar Nov 02 '20 08:11 dtschatrix

Thanks for your reply @dtschatrix ! It's so sad... This project is so amazing !!!!!

OlivierDeschuyteneer avatar Nov 02 '20 08:11 OlivierDeschuyteneer