Paint.NET 5.1.3

Paint.NET is an image and photo manipulation application. Every feature and user interface element was designed to be immediately intuitive and quickly learnable without assistance. In order to handle multiple images easily, Paint.NET uses a tabbed document interface. The tabs display a live thumbnail of the image instead of a text description. This makes navigation very simple and fast.Usually only found on expensive or complicated professional software, layers form the basis for a rich image composition experience. You may think of them as a stack of transparency slides that, when viewed together at the same time, form one image.Many special effects are included for enhancing and perfecting your images. Everything from blurring, sharpening, red-eye removal, distortion, noise, and embossing are included. Also included is our unique 3D Rotate/Zoom effect that makes it very easy to add perspective and tilting.Adjustments are also included which help you tweak an image's brightness, contrast, hue, saturation, curves, and levels. You can also convert an image to black and white, or sepia-toned.

Paint.NET 5.1.3 changelog:

  • Fixed: Some PNG metadata from text chunks is now preserved (Author, Comment, Copyright, and Description).
  • Fixed some issues with snapping tool windows when there are multiple monitors with different scaling levels. Sometimes the snapping boundaries would be calculated in the wrong coordinate space and cause snapping to happen at seemingly arbitrary (and weird) locations.
  • Improved frame rate, frame pacing, and responsiveness of the canvas when using CPU- or GPU-intensive tools such as Move Selected Pixels.
  • Fixed an off-by-1 error in the Median Blur effect that was producing incorrect results, especially with radius=1.
  • Fixed a crash in the Levels adjustment's UI due to some improper value clamping.
  • Fixed the Red Eye Removal effect so it no longer crashes if the canvas zoom level does not show the whole image.
  • Fixed the Red Eye Removal effect so that it properly clips to the active selection.
  • Fixed: View -> Zoom to Selection no longer adjusts the zoom level slightly if used twice in a row.
  • Improved: The Color properties for the Clouds effect now have Reset buttons, which will reset them to the current Primary and Secondary colors.
  • Fixed: When opening an image with a CMYK color profile, it will be ignored and removed if the image is actually RGB.
  • Fixed some issues with the mouse cursor briefly being a generic arrow instead of the tool's requested cursor.
  • Fixed: The installer will no longer silently die on Windows 10 pre-v21H2. It will now correctly show an error message stating that Windows 10 v21H2 is required, and the exit code will be ERROR_OLD_WIN_VERSION.
  • Substantially improved UI responsiveness when modifying a complex selection with a combine mode other than Replace
  • Fixed: Tooltips now respect dark mode (thanks @toe_head2001!)
  • Fixed: The Text tool's "Sharp (Modern)" rendering mode has been reverted to use Natural Symmetric rendering instead of Natural Symmetric Downsampled. (See discussion here. cc @Leahsarah)
  • Reduced the performance cost of the circle "preview cursor" that all of the brush tools use.
  • Fixed PdnZoomBlurEffect when the AlphaMode property was set to Straight.
  • Fixed PdnZoomBlurEffect when the BorderMode was set to Soft.
  • New: HlslUnaryFunctionEffect (for GPU effect plugin developers) now has FrexpMantissaPortion, FrexpExponentPortion, ModfIntegerPortion, and ModfFractionalPortion. These provide access to the Frexp and Modf HLSL instructions.
  • New: Plugins may now implement custom DirectWrite IInlineObjects.
  • New: IEffectConfigForm.Close() is now public, and may be used by plugins that are hosting other effects via IEffectsService2.
  • New: Added an accelerator key for Image -> Rotate 90° Counter-clockwise.
  • New: Added accelerator keys to the View menu for the Inches, Centimeters, and Pixels choices.
  • Changed to use the Windows thread pool instead of the .NET portable thread pool.