Paint.NET

最新版本 Select Version

Select Version

Select Version
Paint.NET 是免費的圖像和照片編輯軟件運行 Windows 的個人電腦。它具有直觀和創新的用戶界面,支持圖層,無限撤消,特殊效果以及各種有用和強大的工具。一個積極發展的在線社區提供友好的幫助,教程和插件.

它開始作為由微軟指導的本科學院高級設計項目開發,目前由一些最初從事這項工作的校友維護。最初意圖作為 Windows 附帶的 Microsoft Paint 軟件的免費替代品,它已經發展成為一個強大而簡單的圖像和照片編輯器工具。它已經與其他數字照片編輯軟件包比如 Adobe® Photoshop®,Corel® Paint Shop Pro® 微軟照片編輯器和 GIMP.

Paint.NET 主要特點:

簡單,直觀,創新的用戶界面
每個功能和用戶界面元素的設計立即直觀,快速學習沒有幫助。為了便於處理多個圖像,Paint.NET 使用標籤式文檔界面.

Performance
大量的工作已經使 Paint.NET 成為最快的圖像編輯器。無論您的筆記本電腦使用的是 Atom CPU,還是雙 Intel Xeon 工作站,擁有 8 顆極快的處理器核心,您都可以快速啟動 Paint.NET,並對每一次鼠標點擊作出響應.

Layers
通常只能在昂貴或複雜的專業設備上找到軟件,圖層構成了豐富的圖像組合體驗的基礎。您可以將它們當作一疊透明幻燈片,在同時觀看時形成一張圖像.

特殊效果
許多特殊效果都包含在內以增強和完善您的圖像。包括模糊,銳化,消除紅眼,失真,噪聲和浮雕等一切。還包括獨特的 3D 旋轉 / 縮放效果,使得添加透視和傾斜變得非常容易.

功能強大的工具
Paint.NET 包括繪製形狀的簡單工具,包括繪製樣條曲線或貝塞爾曲線的易於使用的曲線工具。 3.0 版本的漸變工具被認為是對其他軟件提供的類似工具的創新改進。用於創建和處理選擇的設施非常強大,但仍然很簡單,可以快速提取.

無限制歷史記錄
每個人都會犯錯,每個人都會改變主意。為了適應這種情況,您在圖像上執行的每個操作都會記錄在“歷史記錄”窗口中,並且可能會被撤消。一旦你撤消了一個動作,你也可以重做它。歷史記錄的長度僅受可用磁盤空間的限制.

注意:Paint.NET 還取決於 Microsoft 的.NET Framework 4.6.1,如果它尚未在系統上,則自動安裝它.


ScreenShot

軟體資訊
檔案版本 Select Version

檔案名稱 paint.net.5.0.9.install.anycpu.web.exe
檔案大小
系統 Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 dotPDN LLC
官網 http://www.getpaint.net/
更新日期 2023-08-09
更新日誌

What's new in this version:

Updated:
- Updated the bundled DDSFileTypePlus plugin to v1.12.2.0, which fixes the inability to save on ARM64 systems
- Updated the bundled WebPFileType plugin to v1.3.19.0, which fixes the inability to save on ARM64 systems

Fixed:
- When using Alt+Tab, the internal state of the Alt key could get 'stuck' when the Shapes or Line/Curve tool was active, causing the next shape or line/curve to be drawn from the center
- Sliders were not responding to the mouse wheel (regression in 5.0.8)
- the DeviceEffect.Properties.Min/MaxInputCount properties, which were throwing an ArgumentException (for plugin authors)
- a rare crash at app exit due to a race condition in the auto-updater
- a rare crash when the system resumes from sleep mode, due to a race condition in DWM reporting whether composition is enabled
- a rare crash when using copy+paste due to .NET Runtime

Select Version 相關參考資料
How to Determine Your Postgres Version

Viewing the server version. To determine the server version using an SQL statement, simply issue the SELECT version(); command: =# SELECT version(); version ...

https://www.atlassian.com

How to find the SQL Server version

2019年10月8日 — We can use the @@VERSION function to find out all version details of the SQL Server instance. ... SELECT @@VERSION AS 'SQL Server Version Details' ...

https://www.sqlshack.com

MySQL VERSION() Function

Return the current version of the MySQL database: SELECT VERSION();. Try it Yourself ». Definition and Usage. The VERSION() function returns the current ...

https://www.w3schools.com

Select PHP Version

Select PHP Version 可提供用戶自定義PHP 版本、PHP Extension、PHP.ini 等三種功能。

https://help.url.com.tw

Select Version - 2011 - SOLIDWORKS PDM 說明

Select the version of SolidWorks to which you want to upgrade the files. The SolidWorks version you select must be installed on each workstation ...

https://help.solidworks.com

Understanding the SQL Server SELECT @@VERSION ...

I was recently trying to determine what version of SQL Server was installed on a particular server. I found this tip to determine the version and tried to ...

https://www.mssqltips.com

VERSION (Transact-SQL) - SQL Server

2023年6月21日 — 下列範例會顯示傳回目前安裝架構的版本資訊。 SELECT @@VERSION AS 'SQL Server Version';. 範例:Azure Synapse Analytics 和Analytics Platform ...

https://learn.microsoft.com

VERSION - Amazon Redshift

The VERSION function returns details about the currently installed release, with specific Amazon Redshift version information at the end.

https://docs.aws.amazon.com

判斷資料庫引擎的版本和版本SQL Server

2024年1月30日 — 方法3:連線至SQL Server 的執行個體,然後執行下列查詢:. SQL 複製. Select @@version. 此查詢的輸出範例如下所示:. 輸出 複製. Microsoft SQL Server ...

https://learn.microsoft.com