На форуме запрещена публикация любого незаконного материала, нарушающего авторские права создателей, а также просьбы выложить это! МЫ поможем ВАМ найти бесплатную альтернативу! О публикации ключей, креков, пиратского ПО, игр, музыки, фильмов и т.д. - сообщать СЮДА!
Paint.NET - Простой, но мощный и удобный редактор графики. Позиционируется как отличная замена стандартному MS Paint из поставки Windows. Поддерживаемые форматы: BMP, IPEG, PNG, TIF, GIF, TGA и собственный формат PDN. Основные возможности: работы со слоями, применение эффектов, работа со сканером и камерой, коррекция красных глаз, масштабирование от 1% до 3200%. Возможно расширение плагинами. Требует .NET Framework 4.6.1
- Простой интуитивно-понятный интерфейс. Все особенности и элементы интерфейса проектировались с расчетом на то, чтобы пользователь немедленно приступил к работе.
- Слои. Как правило, только дорогие платные программы для работы с изображениями умеют работать со слоями. Paint.NET предоставляет эту возможность бесплатно.
- Мощные инструменты. Paint.NET имеет мощные, но простые инструменты для работы с векторной графикой, выделения (волшебная палочка), клонирования изображений, а также простой текстовый редактор, инструменты для масштабирования (от 1% до 3200%) и замены цвета.
- Неограниченная история. Для исправления возможных ошибок допущенных в процессе редактирования фотографий или рисунков в программе Paint.NET предусмотрена функция истории. Каждое ваше действие может быть удалено и потом возобновлено опять. Длинная истории ограничивается только доступным дисковым пространством.
- Специальные эффекты. Paint.NET содержит множество специальных эффектов для улучшения изображений. Кроме стандартных, знакомых нам по аналогичным платным программам, присутствующий также уникальный эффект - 3D вращение. Как обычно присутствуют и такие незаменимые функции как яркость изображения, контраст, оттенок, насыщенность и т.п.
- Плагины. Для графического редактора Paint.NET разработано множество плагинов, обогащающих возможности программы или просто добавляют новые спецэффекты.
[Ссылки могут видеть только зарегистрированные пользователи. ]
[Ссылки могут видеть только зарегистрированные пользователи. ]
[Ссылки могут видеть только зарегистрированные пользователи. ]
[Ссылки могут видеть только зарегистрированные пользователи. ]
[Ссылки могут видеть только зарегистрированные пользователи. ] - полезные уроки, каталог плагинов, учебник для Paint.Net
Paint.NET 4.2.13
[Ссылки могут видеть только зарегистрированные пользователи. ]
Цитата:
Changes since 4.2.12:
New: Added 2-bit per pixel support when saving as PNG
New: Added 1-bit per pixel support when saving as PNG, BMP, and TIFF
Fixed low-bit-depth saving quality (8-bit, etc.), as it would sometimes produce very bad results (e.g. only using 64 colors instead of 256)
Fixed: Resizing an image at very large sizes (e.g. 32K pixels to 64K pixels) would fail due to an arithmetic overflow
Fixed: Sometimes recently saved images would not have an updated thumbnail in File Explorer unless/until its window was manually refreshed
Fixed: Sometimes saving an image to a network share on a network share would not work
Updated bundled DDSFileTypePlus plugin to version 1.10.4.0, which fixes an issue when loading and saving images using the sRGB color space. This issue was reported here: [Ссылки могут видеть только зарегистрированные пользователи. ] . Thanks @null54!
[Ссылки могут видеть только зарегистрированные пользователи. ]
[Ссылки могут видеть только зарегистрированные пользователи. ]
Эти 11 пользователя(ей) сказали cпасибо за это полезное сообщение:
Paint.NET 4.2.14
[Ссылки могут видеть только зарегистрированные пользователи. ]
Changes since 4.2.13:
New: AV1 (*.avif) images can now be saved (not just opened), due to bundling of @null54‘s AvifFileType plugin (v1.1.4.0). Installation of Microsoft’s codec from the Microsoft Store is no longer necessary, which means this also works on Windows 7 and 8.1.
Improved performance and memory usage in the canvas rendering engine, especially when working with large images or images with many layers. This is most noticeable when scrolling and zooming.
Improved CPU usage when a selection is active and when GPU accelerated rendering is disabled
Improved CPU/GPU usage when a selection is active but the app is not (the animation is disabled)
Reduced memory usage when working with images that have regions of solid color
Fixed the Magic Wand and Paint Bucket tools so that they do calculations in the premultiplied alpha color space. This ensures that transparent colors (alpha=0) with different RGB values are treated as equal, and do not create borders.
Fixed the Move Selected Pixels tool so that it fills the uncovered region with 0 (transparent), instead of a transparent version of the secondary color.
Fixed: Backspace now works correctly in the Colors form: it does not execute Edit -> Fill Selection
Fixed an issue where saving an image at 4-bit color depth (usually pixel art) was using an incorrect palette (reduced color count/quality). This was due to a bug in Windows Imaging Component (WIC).
Greatly improved performance when saving images at 8-bit color depth
Fixed an issue where very large images (e.g. 50000 x 50000 px) couldn’t be saved at indexed bit-depths (8-bit or less) due to a bug in Windows Imaging Component (WIC). More information on the forum: [Ссылки могут видеть только зарегистрированные пользователи. ]
Fixed an issue where BMP images couldn’t be loaded if they had the .PNG extension (there’s an Android screenshot utility out there which does this …)
Improved: Ellipse Selection Tool’s now tessellates at a higher resolution, resulting in smoother circles at small sizes
Fixed a rare crash in the Gradient tool (“The tool must be in the Drawing state …”)
New: Added a list of the DLLs that are loaded into the process on the Settings → Diagnostics page. This is to help troubleshooting scenarios.
Fixed an issue with copying large images to the clipboard: if an image would take up more than 4GB, it could not be copied because the DIB and DIBV5 formats cannot be larger than that. Now, the DIB and DIBV5 formats are not placed on the clipboard if this happens.
Fixed an issue with Effect plugin tooltips which was preventing the menu item from being easily clicked (thanks @toe_head2001 for the fix!)
Fixed an issue that was preventing Effect configuration dialogs from working correctly in the Visual Studio designer (thanks @toe_head2001 for the fix!)
Added diagnostics information to most error dialogs. This is to help with troubleshooting.
Fixed: Scanning will now apply the DPI (resolution) from the scanner to the image, if possible
Updated bundled DdsFileTypePlus plugin to v1.10.7.0. See the pdn-ddsfiletype-plus change log on GitHub for more information. Thanks @null54!
[свернуть]
Эти 11 пользователя(ей) сказали cпасибо за это полезное сообщение:
Paint.NET 4.2.15
[Ссылки могут видеть только зарегистрированные пользователи. ]
Цитата:
List of changes since 4.2.14:
New: "Tolerance Alpha Mode" toggle button added to the toolbar for the Magic Wand, Paint Bucket, and Recolor tools. This permits switching the algorithm for color comparison between premultiplied (default) and straight. "Straight" will distinguish between transparent pixels with different color values, whereas premultiplied will see them as equivalent.
New: Holding Ctrl while using the Color Picker tool will sample from the merged image (vs. just the current layer)
New: The file name in the title bar will now have a prepended asterisk when it has unsaved changes
Changed: The image close ‘X’ button can now be clicked for images that are not currently active
Changed: In the Text tool, Ctrl+(Backspace, Delete, Arrow Keys) has been improved to work more like Microsoft Word. Thanks to @Bruce Bowyer-Smyth for the patch!
Fixed: The Rectangle Select tool, when used to draw a constrained, fixed ratio, or fixed size selection, will now correctly clamp the rectangle to be within the canvas
Fixed: Layers -> Move Layer Up/Down/Top/Bottom was not working for images with fewer than 3 layers
Fixed: Edit -> Erase Selection will now fill with transparent black (#00000000) instead of transparent white (#00FFFFFF)
Fixed: Custom Shapes will now be displayed in a consistently sorted order
Fixed: ".pdnSave" ghost files should no longer linger when saving to the desktop. This was due to a bug in Windows and File Explorer.
Fixed crashes due to DXGI/Direct3D "lost device" or "device removed" errors that can happen for various reasons (duck/undock, driver update, low memory, etc.)
New: Plugins can now use the IArrayPoolService, a wrapper around .NET’s ArrayPool, to optimize their array allocations
Updated bundled AVIF FileType Plus to v1.1.6. See the pdn-avif releases page on GitHub ([Ссылки могут видеть только зарегистрированные пользователи. ]) for more information.
[Ссылки могут видеть только зарегистрированные пользователи. ]
Paint.NET 4.2.16 Build 7765 Beta
[Ссылки могут видеть только зарегистрированные пользователи. ]
Цитата:
What's new in paint.net 4.2.16 Build 7765 Beta
April 6, 2021
Change log:
New: Effect -> Color -> Quantize, which applies palette reduction to 256 colors or less, along with dithering. This is the same algorithm used when saving images at 8-bit color depth or lower.
Fixed and improved palette generation when saving at 8-bit color depth or less
Greatly optimized performance of palette generation and image quantization
Added option to choose between Octree (default) and Median Cut algorithms for palette quantization when saving at 8-bit color depth or less
Fixed a crash in Move tools when the selection was 0-width and/or 0-height
Added tooltips w/ shortcut keys to the Tools dropdown in the toolbar
Fixed IndirectUI ColorWheel rendering (thanks @toe_head2001!)
Fixed a crash in the Text tool when using Ctrl+(Left,Right,Backspace,Delete) (thanks @Bruce Bowyer-Smyth!)
Changed: New layers are now filled with #00000000 instead of #00FFFFFF
Fixed a crash when working with selections (OutOfMemoryException)
New: Effects can now access the Document's DPI via EffectEnvironmentParameters.DocumentResolution
Fixed drawing of the color palette in the Colors window when using some non-standard DPI scaling settings (e.g. 1.15x)
Fixed a crash when using EdHarvey's Threshold plugin
Fixed the return value from PdnRegion.GetBoundsInt() so it's not anchored at (0,0) unless it should be
Fixed premultiplied-to-straight color conversion on some code paths (thanks @null54!)
Updated bundled AvifFileType plugin to v1.1.11.0, which includes performance optimizations and bug fixes.