PDA

Просмотр полной версии : Paint.NET - графический редактор


Dogmatist
01.05.2005, 07:17
Paint.NET — простая в использовании, но довольно мощная бесплатная программа для редактирования изображений. Поддерживается большинство стандартных функций (настройка яркости изображения, контраста, оттенка, насыщенности), мощные инструменты (волшебная палочка, клонирование, добавление текста, замена цвета). Отдельно следует отметить возможность работы со слоями (в частности с прозрачными), работу со сканером и камерой, масштабирование, неограниченную историю изменений, специальные эффекты (удаление эффекта красных глаз, искажение, размытие, стилизация, узоры, шум и др.). Возможности программы можно расширить с помощью плагинов. Поддерживаются наиболее распространенные форматы файлов: PNG, JPEG, BMP, GIF, TGA, DDS, TIFF. Родной формат программы - PDN (сохраняет в себе слои).

Разработчик: dotPDN LLC (http://www.getpaint.net/index.html)
Лицензия: Free
Системные требования: .NET Framework 4.5 (http://www.microsoft.com/ru-RU/download/details.aspx?id=42643)
ОС: для версий до 4.0 - Windows XP SP3 / Vista / 7 / 8
для версии 4.0 и выше - Windows 7 SP1 / 8 / 8.1
Интерфейс: многоязычный, в т.ч. русский

Страница загрузки (http://www.getpaint.net/download.html) | Возможности (http://www.getpaint.net/features.html) | Скриншоты (http://www.getpaint.net/screenshots.html) | Плагины (http://forums.getpaint.net/index.php?/forum/7-plugins-publishing-only/) | История (http://www.getpaint.net/roadmap.html)

pashtex
28.08.2008, 11:04
Paint.NET 3.36

http://www.dotpdn.com/files/Paint.NET.3.36.zip

Melori
07.11.2009, 12:34
Paint.NET 3.5 Final
Released on November 6th, 2009




Performance in many areas has been substantially improved, and overall memory usage has also been greatly reduced (especially when more than 1 image is open).
The user interface has been refreshed with new icons, and visual styling has been enhanced for Aero Glass (Windows 7 / Vista only).
Upgraded to use the latest .NET Framework 3.5 SP1, which has many built-in performance improvements.
New effect: Blurs -> Surface Blur, by Ed Harvey
New effect: Distort -> Dents, by Ed Harvey
New effect: Distort -> Crystalize, by Ed Harvey
The font manager for the Text Tool has been completely rewritten, resulting in increased performance and better reliability. On Windows 7, the quality of text is much better as a result of using DirectWrite (this also works on Windows Vista if you have installed DirectX 11).
The built-in updater now has the ability to download updates in the background, and will wait until you exit Paint.NET to install them. In previous versions, the download happened in the foreground, and you had to wait for the entire process to complete before you could use Paint.NET again..
Now includes a Russian translation.



Сегодня в блоге разработчиков появилась статья A new license for Paint.NET v3.5 (http://blog.getpaint.net/2009/11/06/a-new-license-for-paintnet-v35/)

Google перевод (http://translate.google.com/translate?u=http%3A%2F%2Fblog.getpaint.net%2F2009% 2F11%2F06%2Fa-new-license-for-paintnet-v35%2F&langpair=en%7Cru&hl=ru&newwindow=1&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools)

Cкачать (http://www.dotpdn.com/files/Paint.NET.3.5.Install.zip) (4,8 мб)

soulf
20.11.2009, 11:48
Paint.NET 3.5.1

•New: For Windows 7, added taskbar progress reporting for long running operations (effects, adjustments, Image->Resize, save, install)
•Made some corrections to the French translation
•Running setup with /auto will no longer launch Paint.NET when it’s done
•Fixed an issue where Paste into New Image would refuse an image on the clipboard, even if regular Paste would take it
•Fixed a race condition with Edit->Paste and Image->Resize whereby it would take up 100% CPU and take between 1 minute to 1 hour to finish
•Fixed an issues with Copy/Paste where it would leave an extra line of transparent pixels on the left, top, right, and/or bottom edges
•Fixed lag with the paintbrush tool that was being seen on some systems
•Fixed some issues with the paintbrush and eraser tool being misaligned when zoomed in
•Fixed a crash that would happen at (seemingly) random times, such as after drawing with the paintbrush tool, on some systems
•Fixed a minor and obscure rendering glitch with the Move Selected Pixels tool
•Fixed an issue with glass over Remote Desktop or Windows 7 Virtual PC
•Fixed a minor glitch whereby the "Unsaved Changes" confirmation dialog could never finish rendering the image thumbnail if one of the Move tools was active

Скачать (http://www.dotpdn.com/files/Paint.NET.3.5.1.Install.zip) 4.8 MB

ovpovp
04.01.2010, 15:09
Paint.NET 3.5.2 Final

* All font variants (Arial vs. Arial Narrow, etc.) are now available with the Text tool in Win7/Vista with DirectWrite.
* Bitmap font types (Courier, Terminal, Fixedsys) are now available with the Text tool in Win7/Vista.
* Fixed some bad kerning with the Text tool at small sizes when antialiasing was turned off, with Win7/Vista + DirectWrite.
* Bilinear and Bicubic resampling for Image->Resize have improved quality, correctness, and performance. Super Sampling also has some performance improvement.
* Improved the rendering quality for the Hue/Saturation adjustment, as originally discussed here: viewtopic.php?f=27&t=23593 . Also made a new icon for it.
* The Move Selected Pixels tool had many subtle (and not-so-subtle :oops:) rendering issues which are now fixed. These were readily apparent when rotating or flipping a selected area.
* Fixed: The Line/Curve tool was applying pixel snapping to the curve nodes, which caused lines to "bend" when using the Shift key to constrain the angle.
* Fixed some extraneous CPU usage related to unnecessary or redundant thumbnail updates.
* Fixed a few dialogs that looked wrong with Aero glass with Remote Desktop or Virtual PC.
* Fixed a nasty memory leak with Flatten followed by Undo.
* Fixed some issues related to effects that took awhile to cancel -- as it turns out, drag-and-drop was enabled at this time, which could easily lead to crashes. Now, a dialog box will be shown when an effect takes "too long" to finish or cancel.
* Some Win7 systems could not detect that .NET 3.5 SP1 was installed, even though it was. A fallback detection function has been added.
* For plugin authors, the Effect class now has a pollable IsCancelRequested property. This can be used to improve responsiveness for expensive OnSetRenderInfo() implementations, which are otherwise non-interruptible.
* For plugin authors, the Surface.FitSurface() method is now multithreaded.

Скачать (http://www.dotpdn.com/files/Paint.NET.3.5.2.Install.zip) (4.8 Mb):

YSF
08.02.2010, 12:27
Paint.NET 3.5.3 - Final

Changes in Paint.NET 3.5:
Performance in many areas has been substantially improved, and overall memory usage has also been greatly reduced (especially when more than 1 image is open).
The user interface has been refreshed with new icons, and visual styling has been enhanced for Aero Glass (Windows 7 / Vista only).
Upgraded to use the latest .NET Framework 3.5 SP1, which has many built-in performance improvements.
New effect: Blurs -> Surface Blur, by Ed Harvey
New effect: Distort -> Dents, by Ed Harvey
New effect: Distort -> Crystalize, by Ed Harvey
The font manager for the Text Tool has been completely rewritten, resulting in increased performance and better reliability. On Windows 7, the quality of text is much better as a result of using DirectWrite (this also works on Windows Vista if you have installed DirectX 11).
The built-in updater now has the ability to download updates in the background, and will wait until you exit Paint.NET to install them. In previous versions, the download happened in the foreground, and you had to wait for the entire process to complete before you could use Paint.NET again..
Now includes a Russian translation.

Скачать Paint.NET 3.5.3 - Final (http://www.dotpdn.com/files/Paint.NET.3.5.3.Install.zip) (4.78 MB)

ovpovp
26.02.2010, 11:43
Paint.NET 3.5.4 Final

Improved performance of the Image->Flatten command by making it multithreaded.
Fixed the File->Save As dialog not opening to the correct folder.
Fixed a crash with certain plugins and their use of the File Open dialog.
Fixed a very rare crash with the toolbar's font list.

Скачать (http://www.dotpdn.com/files/Paint.NET.3.5.4.Install.zip) (4.8 Mb)

drinkin
26.04.2010, 16:35
Paint.NET 3.5.5 Final
25 апреля 2010 г.

This update fixes a bug when saving 8-bit images, improves layer composition and Gaussian Blur performance, and is now updated to support the new .NET Framework 4.0 in some cases.

- Fixed the bug where saving as 8-bit PNG/GIF/BMP wasn't always working, usually with larger images.
- Improved the performance of the Gaussian Blur effect by 30-40%.
- Improved the performance of all the layer blending modes by 15-30%.
- Improved the performance of zooming with the mouse wheel on dual-core Intel Atom systems.
- Updated to support .NET 4.0 if no other version of .NET is installed.
- Reduced download size from 4.8MB down to 3.5MB.
- Fixed a small error in the Chinese translation.

Please note that the system requirements have been updated. For Windows XP, you must now have Service Pack 3 (SP3) installed; SP2 is no longer supported. For Windows Vista, you must now have Service Pack 1 installed.

Скачать (3,5 Мб) (http://www.dotpdn.com/files/Paint.NET.3.5.5.Install.zip)

zwet
19.11.2010, 12:25
Paint.NET 3.5.6 Final

Скачать (3.5 Mb) (http://www.dotpdn.com/files/Paint.NET.3.5.6.Install.zip)

* When pasting an image, Paint.NET will be smarter about ensuring it is placed within the area that has been scrolled/zoomed to.
* Improved the performance and quality of the Curves and Hue/Saturation adjustments.
* Some minor improvements to memory usage, which should help out a few scenarios on 32-bit systems.
* Fixed: If a JPEG was loaded that had an embedded ICC profile, and was then saved as an 8-bit or 24-bit PNG, then the resulting file would be corrupt (32-bit PNG worked fine though).
* Fixed: 16-bit TGAs no longer load with the red and blue channels swapped.
* Fixed: Copy-paste from a Remote Desktop session will no longer be 'shifted' by 3 pixels.
* Fixed: Copy-paste from Internet Explorer, Firefox, or Chrome should preserve alpha/transparency.
* Fixed: Copying from Paint.NET and pasting into Windows Live Writer should now work.
* Fixed: Taking a full-screen screenshot with Print Screen on a multimonitor system, where those monitors don't form a simple rectangle, will now fill the 'gap area' with transparent instead of black. (Example: two monitors of the same size, one of which is rotated by 90 degrees)
* Fixed: If Paint.NET is opened without specifying an image to open, and then the default image is modified and saved, then Paint.NET will no longer close it upon opening another one. This was causing data loss if that default image had layers, and was then saved in a format that did not support layers (anything other than .PDN).
* Fixed: Some systems were showing 'red X' thumbnails for .PDN files in Windows Explorer, instead of the real thumbnail.
* Fixed: The EXIF "Creation Software" saved along with images is no longer localized. This prevents certain languages from seeing "Paint.NET ????? v3.5.6" in the image properties (metadata).

ovpovp
21.02.2011, 09:35
Paint.NET 3.5.7 Final

This update improves reliability of saving, further improves Copy/Paste functionality, and fixes some other miscellaneous bugs.
- Saving an image is now fault-tolerant. If there is an error or crash while saving, the original file will be left alone.
- Worked around a bug in some plugins that are incorrectly using the built-in Gaussian Blur effect. For example, Sharpen+. Now they won’t crash.
- Fixed a bug with Edit->Paste into New Image, where the new image would be 1 pixel too wide or tall, as reported at...
- Fixed a bug with the Rectangle Select tool and Fixed Ratio selection, which would be off by 1 pixel, as reported at...
- When pasting an image from Paint.NET into Paint.NET, it will be a little smarter about where it puts the image. Previously, if the location wasn’t within the viewport, it would be placed at the top-left corner of the viewport. Now it will find the nearest point along the edge of the viewport to place the image.
- The EXIF rotation ("orientation") metadata is now discarded when opening an image, which was causing aggravation with images that could then never be reoriented correctly using Image->Rotate
- The EXIF tags for JPEG thumbnail data are now correctly discarded.
- Fixed a handful of memory leaks.
- Fixed a typo in the Italian translation. In the setup wizard it was referring to "Pain.NET" (woops).

Скачать (http://www.dotpdn.com/files/Paint.NET.3.5.7.Install.zip) (3.51 Mb)

ovpovp
06.03.2011, 15:00
Paint.NET 3.5.8 Final

Fixed: Saving to a folder that has been moved or renamed will display an error instead of crashing (regression from 3.5.6)
Fixed: Saving to a Sharepoint site will now work (regression from 3.5.6)
Fixed: Saving to a file that is marked as read only will now give an error instead of crashing (regression from 3.5.6)
Fixed: General reliability and correctness improvements to fault-tolerant saving

Скачать (http://www.dotpdn.com/files/Paint.NET.3.5.8.Install.zip) (3.52 Mb)

WildKitten
27.05.2011, 05:38
С помощью Paint.NET можно открывать файлы с расширением .psd
Для этого нужно положить файл PhotoShop.dll из архива в папку типов программы.
Обычно путь стандартный С:\Program Files\Paint.NET\FileTypes

YSF: PhotoShop файлы (PSD) в paint.net (http://paint-net.ru/forum/viewtopic.php?f=5&t=573)
Скачать PhotoShop.zip (http://paint-net.ru/forum/download/file.php?id=709&sid=c9fd1cbb8dd36729099641c2b76b34d4) (открывать ссылку браузером)
Версия плагина 1.5.2.0, размер архива 20,1 КБ (20 652 байт);
рекомендуется использовать для скачивания плагина официальный сайт, по ссылке от WildKitten была устаревшая версия 1.0.4.0
Paint.NET PSD Plugin: Домашняя страница (http://psdplugin.codeplex.com/) | Страница загрузки (http://psdplugin.codeplex.com/releases/view/58259)
Скачать PhotoShop.zip (http://psdplugin.codeplex.com/releases/58259/download/191983) Версия 1.6.0.0 Beta, размер архива 18,8 КБ (19 258 байт)

Polarnik
02.10.2011, 10:46
Paint.NET v3.5.9

Here’s the changes from v3.5.8:

Improved: The "Auto-detect" bit-depth setting for PNG, BMP, and TGA now also determines which bit-depth to use based on which one produces the smallest file size, as well as which ones can save the image without losing fidelity.
Improved: You can now use Ctrl+0 as a shortcut key for View -> Actual Size, in addition to Ctrl+Shift+A and Ctrl+Alt+0.
Fixed: Some text in the DirectDraw Surface (DDS) Save Configuration UI was not being loaded.
Fixed: Some DirectDraw Surface (DDS) files authored with other software (e.g. Unreal 2004) could not be loaded.
Fixed: In some rare circumstances, clicking on the Save button in the toolbar would crash.
Fixed: The Korean translation has been added back in, with the help of Bing machine translation to cover the few remaining strings that were untranslated.
Also, fixes since the 3.5.9 Beta include a few compatibility issues with plugins.

Скачать (http://www.dotpdn.com/files/Paint.NET.3.5.9.Install.zip) 3,56MB

YSF
10.10.2011, 00:24
Paint.NET 3.5.10 Final

• Fixed: Ctrl+Shift+A now works again as a shortcut for View -> Actual Size (broken in 3.5.9)
• Fixed: Ctrl+0 still works for Vizew -> Actual Size even if 10 or more images are open (broken in 3.5.9, it would switch to the 10th image).

Скачать (http://www.dotpdn.com/files/Paint.NET.3.5.10.Install.zip) (3.56MB)

drinkin
18.08.2013, 13:00
Paint.NET 3.5.11 Final

August 17th, 2013
Fixed: The Gaussian Blur effect was incorrectly calculating alpha values for non-opaque pixels.
Improved performance of the Sharpen effect by about 25%
Improved performance of the Median effect by about 30%
Improved performance of the Fragment effect by about 40%
Improved performance of the Unfocus effect by about 100%
Reduced memory usage when many selection manipulation operations are in the history/undo stack (the undo data is now saved to disk)
The built-in updater now supports upgrading to paint.net 4.0 (when it's available)

Скачать (http://www.dotpdn.com/files/Paint.NET.3.5.11.Install.zip) (3,57 Мб)

drinkin
25.06.2014, 13:42
Paint.NET 4.0 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.install.zip) (5,96 Мб)

drinkin
13.07.2014, 12:40
Paint.NET 4.0.1 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.1.install.zip) (5,98 Мб)

YSF
16.07.2014, 03:29
Paint.NET 4.0.2 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.2.install.zip) (5,98 Мб)

drinkin
23.07.2014, 14:04
Paint.NET 4.0.3 Final

July 22nd, 2014
Further improved performance when working with images that have a lot of layers.
Fixed some flickering in the Layers form.
Fixed the Language selector in the Settings dialog.
Fixed 2-finger touchpad and touch screen scrolling.
Aero peek thumbnails now include the pixel grid if it's enabled.
Fixed a crash in the thumbnail renderer that sometimes happened when switching between images.
Ctrl+W no longer exits the application if zero images are open.

Скачать (http://www.dotpdn.com/files/paint.net.4.0.3.install.zip) (5,98 Мб)

drinkin
30.11.2014, 16:47
Paint.NET 4.0.4 Final

Nov 29, 2014
New: Added a 'Fill' property to the Paintbrush tool (regression from 3.5).
Faster: Move Selected Pixels has been significantly optimized.
Faster: Magic Wand Tool has been significantly optimized.
Faster: Working with aliased selections ("aliased selection quality" in the toolbar) has been significantly optimized.
Faster: Edit->Copy and Edit->Copy Merged are now up to 2x faster.
Faster: Drawing when a selection is active; clipping performance is now improved.
Fixed: The Text tool no longer produces terrible looking text when using Smooth rendering mode without antialiasing.
Fixed: The Gear shape had a few glitches.
Fixed: Using a Fill pattern with the Paint Bucket would sometimes produces misaligned or "corrupt looking" results.
Fixed: The alignment of the menu buttons in the top-right was off by 2 pixels, causing them to look weird at high-DPI.
Fixed: The zoom buttons in the status bar would not recognize clicks unless the main window was already in focus.
Fixed: Some incorrect errors about requiring Windows 7 SP1 when launching the installer from something like an old version of WinZip.
Fixed: Edit->Clear Selection and Edit->Cut were filling with transparent black (#00000000) instead of transparent white (#00FFFFFF). This caused some discrepancies compared to older versions of Paint.NET (regression from 3.5).
Fixed: Pressing Ctrl+A when a drawing tool was active would sometimes incorrectly show a tinted selection.
Fixed: Text in the title bar was not visible when using a 3rd party Aero theme with black titlebars.

Скачать (http://www.dotpdn.com/files/paint.net.4.0.4.install.zip) (6,23 Мб)

SerVer_UA
08.12.2014, 09:08
Paint.NET 4.0.5 Final

http://www.getpaint.net/roadmap.html

Скачать (http://www.dotpdn.com/files/paint.net.4.0.5.install.zip) (6,22 Мб)

SerVer_UA
03.08.2015, 12:10
Paint.NET 4.0.6 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.6.install.zip) (6,25 Мb)

SerVer_UA
01.01.2016, 11:33
Paint.NET 4.0.8 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.8.install.zip) (6,62 Мb)

SerVer_UA
05.01.2016, 21:40
Paint.NET 4.0.9 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.9.install.zip) (6,65 Мb)

SerVer_UA
09.07.2016, 05:52
Paint.NET 4.0.10 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.10.install.zip) (6,69 Мb)

SerVer_UA
11.09.2016, 07:09
Paint.NET 4.0.11 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.11.install.zip) (6,71 Мb)

SerVer_UA
13.09.2016, 07:56
Paint.NET 4.0.12 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.12.install.zip) (6,71 Мb)

SerVer_UA
15.12.2016, 19:15
Paint.NET 4.0.13 Final

Изменения (http://www.getpaint.net/roadmap.html)

Скачать (http://www.dotpdn.com/files/paint.net.4.0.13.install.zip) (6,72 Мb)

drinkin
11.04.2017, 23:13
Paint.NET 4.0.15 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать (https://www.dotpdn.com/files/paint.net.4.0.15.install.zip) (6,7 Мб)

drinkin
17.04.2017, 23:59
Paint.NET 4.0.16 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать (https://www.dotpdn.com/files/paint.net.4.0.16.install.zip) (6,7 Мб)

SerVer_UA
08.12.2017, 22:28
Paint.NET 4.0.19 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать (https://www.dotpdn.com/files/paint.net.4.0.19.install.zip) (6,87Мб)

SerVer_UA
21.01.2018, 17:28
Paint.NET 4.0.21 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать (https://www.dotpdn.com/files/paint.net.4.0.21.install.zip) (6,97 Мб)

drinkin
23.10.2018, 23:11
Paint.NET 4.1.2 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать (https://www.dotpdn.com/files/paint.net.4.1.2.install.zip) (7,5 Мб)

SerVer_UA
24.11.2018, 19:55
Paint.NET 4.1.4 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать (https://www.dotpdn.com/files/paint.net.4.1.4.install.zip) (7,47 Мб)

Yuraved
21.07.2022, 10:10
Paint.NET 4.3.11 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать х64 (https://github.com/paintdotnet/release/releases/download/v4.3.11/paint.net.4.3.11.install.x64.zip) (61 Мб)
Скачать х86 (https://github.com/paintdotnet/release/releases/download/v4.3.11/paint.net.4.3.11.install.x86.zip) (54,8 Мб)

Yuraved
25.01.2023, 08:31
Paint.NET 5.0.1 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать х64 (https://github.com/paintdotnet/release/releases/download/v5.0.1/paint.net.5.0.1.install.x64.zip) (61.71 Мб)

Yuraved
15.11.2023, 08:05
Paint.NET 5.0.11 Final

Изменения (https://www.getpaint.net/roadmap.html)

Скачать х64 (https://github.com/paintdotnet/release/releases/download/v5.0.11/paint.net.5.0.11.install.x64.zip) (65.51 Мб)