圖像處理庫(kù) Accusoft ImageGear for .NET 24.8 零售版

  • A+
所屬分類(lèi):編程開(kāi)發(fā)

ImageGear是一個(gè)巨大的圖像處理庫(kù)。網(wǎng)NET程序員可以在其應(yīng)用程序中利用此庫(kù)的廣泛功能。使用此庫(kù),您可以打開(kāi)100多種不同格式的各種圖像,并對(duì)其應(yīng)用各種效果和圖像處理。這個(gè)庫(kù)有許多類(lèi)和方法,允許您處理任何類(lèi)型的圖像。此外,如果您正在編寫(xiě)一個(gè)需要處理掃描文件的文本字符的程序,使用OCR優(yōu)化引擎,您可以保存大量副本。還可以讀取條形碼以及以DICOM格式存儲(chǔ)的醫(yī)學(xué)圖像。

圖像處理庫(kù) Accusoft ImageGear for .NET 24.8 零售版

Accusoft ImageGear

ImageGear優(yōu)點(diǎn)之一是它的可讀性和編碼良好的編碼方法和函數(shù)。該庫(kù)的精確文檔使我們能夠從大量的庫(kù)函數(shù)中找到并使用適當(dāng)數(shù)量的工作。命名函數(shù)、參數(shù)和適當(dāng)?shù)姆祷仡?lèi)型都選擇得很好,因此最終用戶(hù)可以輕松地使用它們。使用ImageGear,您可以實(shí)現(xiàn)云掃描儀,它在處理后自動(dòng)將圖像發(fā)送到云服務(wù)器,并用于其他目的。此庫(kù)可用于ASP。NET項(xiàng)目,并具有網(wǎng)頁(yè)的特殊功能。當(dāng)涉及到增強(qiáng)可靠性和無(wú)錯(cuò)誤編程,同時(shí)減少開(kāi)發(fā)時(shí)間時(shí),使用這些庫(kù)的必要性變得更加明顯。

圖像處理庫(kù) Accusoft ImageGear for .NET 24.8 零售版

ImageGear

安裝指南

注冊(cè)表軟件使用串口中的串口。txt文件。

Example for licensing in code:

public partial class Form1: Form

{

public Form1 ()

{

InitializeComponent ();

// Create an ImagXpress object for licensing and passing in the IContainer of the form
Accusoft.ImagXpressSdk.ImagXpress imagXpress1 = new Accusoft.ImagXpressSdk.ImagXpress (this.components);

// *** The SetSolutionName, SetSolutionKey and possibly the SetOEMLicenseKey methods must be called to distribute the runtime ***

imagXpress1.Licensing.SetSolutionName (“YourSolutionName”);

imagXpress1.Licensing.SetSolutionKey (12345,12345,12345,12345);

imagXpress1.Licensing.SetOEMLicenseKey

(“1.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation …”);

// Create an ImageXView object and pass it into the ImagXpress workspace component.
Accusoft.ImagXpressSdk.ImageXView imageXView1 = new Accusoft.ImagXpressSdk.ImageXView (imagXpress1);

this.Controls.Add (imageXView1);

}

}

第23版:

將“ImageGear23.Core.dll”中的產(chǎn)品版本從23修補(bǔ)到22后,一切正常。

圖像處理庫(kù) Accusoft ImageGear下載

Accusoft ImageGear for .NET v24.8 x64.zip

Accusoft ImageGear for .NET 23.4 x86.zip

weinxin
下載密碼:526663

發(fā)表評(píng)論

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: