Paint.NET v5.0.12 Final 多语言中文正式版-图像和照片处理软件下载
Paint.NET 是一个图像和照片处理软件,它由华盛顿州立大学的学生开发和维护,使用C#语言开发,并由微软公司分享项目指导。早期定位于MS Paint的免费替代软件,现在逐渐发展为一个功能强大且易用的的图像和照片处理软件。这次新版Paint.NET改进用户界面、调整了菜单栏/状态栏等功能,其次也对软件性能优化以及bug修复。
Paint.NET原生支持64位Windows平台,内置图层、无限制的历史记录、特效等多项实用工具,并且知识兔开放源代码,完全免费,支持多国语言。如果知识兔你的电脑使用photoshop很卡,如果知识兔你想要一个启动迅速并且知识兔小巧的图片修饰软件,Paint.net是一个非常不错的选择!
Language(语言支持):English, Chinese (Simplified), Chinese (Traditional),Czech, Danish, Dutch, Finnish, French, German, Hindi, Hungarian, Italian, Japanese, Korean, Lithuanian, Persian, Polish, Portuguese (Brazil), Portuguese (Portugal), Russian, Spanish, Swedish
System(系统支持):Windows 7 SP1 or newer (including Windows 8, Windows 8.1,Windows 10 and Windows 11)
Paint.net图片编辑器的特点和功能:
1、它拥有ps一样的操作界面。是的,它的操作界面和photoshop一模一样。并且知识兔它还有自己的特色,在右上角它会用缩略图的形式显示你打开的所有图片,一些侧边的工具栏你也可以随便拖动到任何位置。
2、拥有ps大多数的工具。你可以在左侧找到熟悉的魔术棒,橡皮,填充,画笔,渐变,取色,克隆,矩形等很多工具。并且知识兔还能更改它们的大小,形状和填充样式。我想这些也够用了。
3、拥有7大类强大的图像处理修饰滤镜。包括变形,风格化、模糊、相片、渲染、艺术、杂化。这其中有拍照后非常需要的去红眼滤镜,也有十分有趣的素描滤镜。
4、拥有“图层”功能,和gimp和sumo一样,中文、免费、开源,体积上是精简版的ps 功能上拥有ps的大部分功能的Paint.net也拥有强大的图层工具,知识兔可以看出其不是一般的图片处理软件,已经十分的专业了。利用图层功能,你可以方便的修改图片的任何一部分,而不用担心失误会搞糟整张图片。
5、它可以调整图片的亮度对比度等功能,如果知识兔你是一个ps达人,那么一定经常使用ps中强大的曲线工具,这个软件也有这个工具哦!并且知识兔它也带有“标尺”功能,如果知识兔你要制作网页模板,那么Paint.net是一个非常不错的图片切割工具,因为标尺功能可以很方便的让你计算图片的大小。
6、带有无限撤销功能,这个功能就不用再说了,任何人都需要后悔药的。
7、软件十分的小巧。Paint.net小到什么程度?安装包只有3M不到!你没有听错,是的,它就是那么小,但却共有ps中所有我们常用的功能,把它称作是一个mini版的photoshop也不为过哦!
Roadmap and Change Log
paint.net 5.0.12 – released on December 1st, 2023
This is a small update that fixes a handful of bugs, and updates both the AvifFileType and WebPFileType bundled plugins to include support for loading the first frame of an animation (similar to how GIF works).
- Fixed a silent crash that was preventing the app from opening when double-clicking an image in Explorer, due to a bug in .NET’s ProfileOptimization class
- Fixed some canvas navigation keyboard shortcuts that have some overlap with the new tab movement shortcut keys (Ctrl+Shift+PageUp/PageDown)
- Fixed a crash in the Move Selected Pixels tool when the GPU does not support Direct3D Feature Level 11
- Fixed another rare crash when rapidly undoing changes made with the Move Selected Pixels tool
- Fixed a few typos, inconsistencies, and bugs in some plugin APIs
- Updated the bundled AvifFileType plugin to v1.1.27.0, which now supports loading the primary image of an animated/multi-frame AVIF
- Updated the bundled WebPFileType plugin to v1.3.21.0, which now supports loading the first frame of an animated WebP image instead of saying the file is not supported
paint.net 5.0.11 – released on October 11th, 2023
This update has a handful of important bugfixes, and an updated DdsFileTypePlus plugin.
- Fixed: If an image file (such as .png or .jpg) is actually a WebP image, the WebPFileType will be used for loading instead of WIC’s WebP codec (which doesn’t work correctly)
- Fixed a crash when undoing brush strokes
- Fixed a rare crash in the updater UI when exiting the app
- Fixed a crash that was preventing CodeLab’s UI Preview functionality from working
- Updated the bundled DdsFileTypePlus plugin to v1.12.8.0. It now supports DDS files from S.T.A.L.K.E.R.: Shadow of Chernobyl, and has fixed BC5 Signed saving (thanks @null54!)
paint.net 5.0.10 – released on October 1st, 2023
This update has a handful of small improvements and bugfixes, and many improvements and fixes for GPU effect plugin development.
- New: Edit -> Paste now supports base64-encoded images, which enables copying images from Microsoft Teams (thanks @null54 for the implementation!)
- Fixed a rare bug that would cause selection tools to not work until the image was closed and reopened
- Fixed: All mouse cursors will now honor the Windows setting for adjusting the mouse pointer size
- Fixed a rare crash when rapidly undoing multiple actions
- New: Plugins can now access the built-in JPEG and PNG FileTypes through two new methods on IFileTypesService
- New: The Paint.NET Plugin API Documentation website is now live at https://paintdotnet.github.io/apidocs/
- Fixed: All of the custom Direct2D effects now have runtime metadata (DisplayName, Author, Category, Description), which is useful for a UI that lets the user browse them (e.g. node editor)
- New: Added convenience constructors to many Direct2D effects so that they can be used without declaring a new local variable
- New: Added GaussianBlurMapEffect and BokehBlurMapEffect for use by GpuEffect plugins. They enable the blur radius to be controlled per-pixel through the use of a second input image (the “map”)
- New: Added a RandomNoiseEffect that GpuEffect plugins can make use of
- Fixed various bugs with HlslBinaryFunctionEffect, HlslBinaryOperatorEffect, and HlslTernaryFunctionEffect (which can be used by GpuEffect plugins)
- Added Distance and Dot to the list of HlslBinaryFunctions
- Added Length and Mad (multiply-add) to the list of HlslTernaryFunctions
- Fixed the Environment property’s runtime type when accessed from an EffectConfigForm (for BitmapEffects and GpuEffects with custom UIs)
- Fixed UIScaleFactor’s methods for converting between DIPs and pixels
- Fixed ability to work with EffectConfigForms in the Visual Studio WinForms designer
- Updated the bundled AvifFileType to version 1.1.26 (thanks @null54!)
- Updated the bundled DdsFileTypePlus to version 1.12.6 (thanks @null54!)
- Updated the bundled WebPFileType to version 1.3.20. It now uses libwebp v1.3.2 which contains the fix for CVE-2023-4863/CVE-2023-5129 (thanks @null54!)
官网地址: https://www.getpaint.net/
官网更新记录: https://www.getpaint.net/roadmap.html
下载仅供下载体验和测试学习,不得商用和正当使用。