Paint.NET

最新版本 Paint.NET 4.3

Paint.NET 4.3

Paint.NET 4.3
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

軟體資訊
檔案版本 Paint.NET 4.3

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

What's new in this version:

- This version has been migrated from .NET Framework to .NET 5, includes major performance optimizations across the entire app, and adds native support for ARM64 devices such as the Microsoft Surface Pro X.
- New: The app has been migrated to .NET 5, and performance has been greatly improved as a result.
- New: ARM64 is now natively supported, which improves performance on devices such as the Surface Pro X.
- New: .NET no longer needs to be installed on the system because the app now uses self-contained deployment.
- New: Portable ZIPs are now available. Please note that portable installations do not currently update automatically.
- Improved performance of most effects and other compute-intensive tasks by about 20% on average, due to .NET 5's improved code generation (JIT).
- Improved startup performance for the Microsoft Store release. Previously, .NET Framework's NGEN was unavailable for Store apps, but now .NET 5 enables self-contained deployment along with ReadyToRun + crossgen, which serves the same purpose.
- Improved performance: Many areas of the app have been optimized to use SIMD (SSE2/3/4.1, AVX2) on x86/x64:
- Drawing on an image with a large number of layers is faster
- Drawing with the Gradient Tool's alpha mode is faster
- Drawing with the Recolor tool is faster
- Drawing with the Eraser or Clone Stamp tool is faster when using a color whose alpha value is less than 255
- Drawing with the Overwrite blend mode is faster
- Drawing with the Shapes tool is faster, due to improved compositing performance
- Drawing with a brush tool without antialiasing is faster
- Tile compression has lower overhead due to being optimized for SSE2 and AVX2
- Working with complex selections is faster
- Many other optimizations all throughout the application and rendering engine
- Improved performance of loading custom Shapes by ~16x on 2nd and subsequent app starts.
- Improved performance of the Magic Wand tool by a substantial amount.
- Improved performance of the Paint Bucket tool by a substantial amount.
- Improved performance of the Paint Bucket when changing the color or certain other toolbar settings by not recalculating the stencil buffer for the filled area. Changes should now be visible immediately.
- Improved performance of Polar Inversion by 3x, mostly as a corollary to fixing a bug that was causing hangs, and a little bit due to .NET 5.
- Improved performance on systems without HyperThreading by reserving 1 core for the UI. Performance is also improved on systems with it by utilizing more of the logical cores.
- Improved performance while installing or updating the app, due to no longer needing the "Optimizing performance for your system" stage (NGEN has been replaced with ReadyToRun via crossgen).
- Improved memory usage when custom shapes are installed so they don't litter the heap with hundreds of thousands of boxed value types (e.g. floats and points).
- Improved selection antialiasing quality by using a 4x4 super sampling filter instead of a 3x3 super sampling filter. The code has also been optimized to use SSSE3 on x86/x64.
- Improved: Effect and File Type plugins can now be organized into folders. The plugin loader will recursively search for DLLs up to 1 folder deep.
- Fixed a bug when saving with "Auto Detect" bit-depth which was causing fidelity loss on some images that already had 256 colors or less.
- Fixed: There were some issues with zooming in/out using the keyboard, where the anchoring point was not calculated correctly, causing the canvas to drift in the wrong direction.
- Fixed the inability to use middle-mouse panning after using a selection tool and pressing delete before releasing the mouse button.
- Improved: Plugins are now loaded into isolated AssemblyLoadContexts, which improves stability and resiliency to various problems with versioning, loading dependencies, plugin bugs, and incorrect plugin installation.
- Fixed a crash when trying to draw a fixed-size rectangle selection that was larger than the image.
- Fixed a bug with the Tolerance slider where both 58% and 59% would be displayed as 58%, due to a rounding issue. The correct value was actually being used, it just wasn't being displayed correctly.
- Added a /disablePlugins command-line argument to aid in troubleshooting various issues with app startup and incorrect plugin installation.
- New: Additional directories can now be specified for plugin discovery, which (e.g.) enables the use of OneDrive for storing plugins.
- Note that this does not work with the portable version of the app, but you can install plugins next to the app so it isn't necessary.
- Updated the bundled AvifFileType plugin to v1.1.15.0, courtesy of @null54, which includes support for multi-layer AVIF files, and adds native support for ARM64. See the project's GitHub Releases page for more information.
- Updated the bundled DdsFileTypePlus plugin to v1.10.10.0, courtesy of @null54, which adds native support for ARM64. See the project's GitHub Releases page for more information.
- Updated the bundled WebPFileType plugin to v1.3.7.0, courtesy of @null54, which adds native support for ARM64. See the project's GitHub Releases page for more information.
- Changed: FileType.IsReflexive() is now deprecated via [Obsolete], and is no longer honored. However, the Save Configuration dialog will no longer try to generate previews for FileTypes that do not specify any file extensions for loading, which is what this method was being used for.
- Known Issue: Due to crashing, GPU accelerated effects (Gaussian Blur, Motion Blur, Radial Blur) on ARM64 will actually use the CPU for rendering.

Paint.NET 4.3 相關參考資料
Download - Paint.NET

Paint.NET is free image and photo editing software for computers that run Windows. ... 4.3.2. Oct 4 2021. English, Belarusian, Chinese (Simplified),

https://www.getpaint.net

Paint.NET - Free Software for Digital Photo Editing

Paint.NET is free image and photo editing software for computers that run Windows.

https://www.getpaint.net

Paint.NET 4.3.2 Download | TechSpot

2021年10月4日 — Download Paint.NET - Image and photo manipulation software designed to be used on computers that run Windows.

https://www.techspot.com

Paint.NET 4.3.2 for Windows - Download

Download the latest version of Paint.NET for Windows. A free photo editing and retouching tool with layers. Paint.Net can't even be compared to the famous ...

https://paintnet.en.uptodown.c

paint.net 4.3.2 is now available!

2021年10月4日 — I used 'paint.net.4.3.2.install.x64.zip' from GitHub, and it took a crazy amount of time with 100% disk load! That was really worrisome!!

https://forums.getpaint.net

Paint.NET 4.3.2 免安裝中文版- 免費繪圖相片編輯工具 - 就是酷 ...

2021年10月6日 — NET 則發展成支援圖層、顏色彩現、透明度及擴充元件的小畫家替代品。 而現在Paint.NET 則已經被視為Adobe Photoshop 的免費替代品。

http://blog.just-cool.net

Paint.NET Portable 4.3.2 多國語言免安裝- 圖像和照片處理軟體

Paint.NET 是一個圖像和照片處理軟體,它由華盛頓州立大學的學生開發和維護並由微軟公司提供項目指導,早期定位於微軟小畫家的免費替代軟體,現在逐漸發展為一個功能 ...

https://soft8ware.com

Paint.NET 大畫家4.3.2 免安裝中文版- 取代微軟小畫家

Paint.NET Portable is free image and photo editing software for computers that run Windows. It features an intuitive and innovative user interface with support ...

https://www.azofreeware.com

Roadmap and Change Log - Paint.NET

2021年10月4日 — This is a hotfix for the recently released version 4.3 update. Fixed an issue with using Explorer's Open With menu on Windows 7, 8.1, and some ...

https://www.getpaint.net

圖像照片處理軟體-Paint.NET Portable 4.3.2 中文免安裝

Paint.NET 是一款功能強大且易用的的圖像照片處理軟體,它由華盛頓州立大學的學生開發和維護並由微軟公司提供項目指導,早期用於取代微軟小畫家的免費替代軟體, ...

https://softblog.tw