Jump to content

Leaderboard

  1. Pixey

    Pixey

    Moderator


    • Points

      514

    • Posts

      8,698


  2. Rick Brewster

    Rick Brewster

    Administrator


    • Points

      424

    • Posts

      20,579


  3. BoltBait

    BoltBait

    Administrator


    • Points

      421

    • Posts

      15,598


  4. lynxster4

    lynxster4

    Moderator


    • Points

      381

    • Posts

      3,743


Popular Content

Showing content with the highest reputation since 03/28/2023 in all areas

  1. v2.1 When installed, it shows up in the Effects > Text Formations > Text Fun Factory menu. This is now included in my plugin pack, you can download it there. Installer included. Go There Donate Note: This effect is GPU accelerated, over 1,770 lines of code, and requires Paint.NET v5.0.12+. The least you can do is give this post an "up vote". Here are some samples of what this plugin can produce in a matter of seconds: and the size. Works with the fonts already on your system. You control the overlap amount. Select a fill style: There are 49 built-in seamless textures you can use to fill your lettering, for example: or Using the clipboard, you can use any image you want. These images can be scaled (zoomed), rotated to any angle, and color corrected. Solid fills can take colors from your current or the default palette for each letter: Next, select your outline style, color, and size, including: or a colorful You can choose many shadow options, including color and direction: or All of the samples above show a fully customizable 3D style. If you don't like that, you can also go with: And, now for the FUN! or or Also, you can mix them all together! One last thing: You can swap the layering overlap direction so that later letters are on top of instead of behind the previous letter: What will you create with it? Fills: Outline: Shadow: 3D: Fun: History: v1.0 - Oct. 29 2023 - Downloaded 600 times
    15 points
  2. This update adds the ability to draw shapes from the center, the ability to resize shapes and selections uniformly (from the center), as well as the usual handful of bug fixes. In this update I've also rewritten the Direct2D initialization code to modernize it (switching away from ID2D1HwndRenderTarget, in other words). For now you should see no difference, in terms of rendering or performance, compared to previous versions. Future updates should see reduced memory usage and improved canvas interaction capabilities as I investigate and integrate the use of newer Windows technologies like DirectComposition and DirectManipulation. For all the details on what's new in 5.0 (there's a lot!), check out its release post. Changes since 5.0.2: New: You can now draw from the center when using the Shapes or Line/Curve tools by holding down Ctrl. You can also resize uniformly by holding Ctrl. New: You can now resize uniformly ("centered") by holding down Ctrl when using the Move Selection or Move Selected Pixels tools Fixed: Edit -> Copy and Copy Merged are no longer greyed out (disabled) when a selection is not active; they will copy the entire layer or image. You could always use the keyboard shortcuts (Ctrl+C or Ctrl+Shift+C) to invoke these commands, but the menu items were not clickable. Fixed: Right-clicking on the color wheel in the Colors window will now set the secondary color Fixed some issues with the Text tool recentering the view when it shouldn't when keys like Ctrl are pressed Fixed some JPEG images failing to load because of malformed IPTC metadata Fixed a rare crash in the Magic Wand and Paint Bucket tools Fixed an uncommon rendering glitch with the Text tool when antialiasing is disabled Fixed an issue with some older plugins that were using the legacy Gaussian Blur effect with radius=0 Added an /ignoreCorruptPDNChunks command-line parameter to assist with certain data recovery scenarios for .PDN files Updated the Direct2D initialization code in order to modernize it and enable future work that will optimize performance, memory use, and interactivity (e.g. with DirectComposition and DirectManipulation) Updated the bundled DDSFileTypePlus plugin to version 1.11.4.0, which adds error diffusion dithering support for the BC1-3 formats (thanks @null54!) Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day or two. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next week or so, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub.
    13 points
  3. This update has a handful of small improvements and bugfixes, and many improvements and fixes for GPU effect plugin development. Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day or so. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next few days, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Change Log Changes since v5.0.9: 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!)
    12 points
  4. This is a small update that fixes some bugs, adds a new Latvian translation, and updates the bundled AvifFileType plugin. Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day or so. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next few days, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Change Log Changes since 5.0.12: New: Latvian (lv) translation Fixed the Colors window sometimes showing up at weird sizes if the system scaling (DPI) was changed between sessions Fixed a crash in the Simulate Color Depth plugin (reported by @toe_head2001) Updated the list of libraries/contributors in the About dialog with some libraries that got missed (mostly from Microsoft) Fixed some clipped/invisible text in the installer when going through the Custom flow Added the GPU driver version to Diagnostics info Fixed HistogramEffect's Bins property https://forums.getpaint.net/topic/124026-getting-an-error-when-trying-to-use-histogrameffect-codelab-sample/?do=findComment&comment=618040 Updated the bundled AvifFileType plugin to version 1.1.30.0 (thanks @null54!)
    11 points
  5. Hello everyone! We will be making this: Plugins needed: Dryad and Highlight (found in Red ochre's pack) Donut (found in Madjik's pack) Sharpen+ (by tanel) AA's Assistant (found in dpy's pack) Gaussian Blur-clamped (by toe_head) Feather (found in Boltbait's pack) Gaussian Blur - Built in Reticulation and Dragan Effect (found in ReMake's pack)
    11 points
  6. This is a small update with some quality-of-life improvements and bug fixes. Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day or so. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next few days, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Change Log Changes since v5.0.6: New: Ctrl+Shift+Page Up/Down can now be used to switch between tabs Improved: The selection highlight is now hidden when the Layer Properties dialog is open Improved: The Move Selection Tool will not be forced to commit its state when the image is being saved, thus preserving history entries Changed the icon for Contiguous mode (Magic Wand and Paint Bucket tools) to have better contrast with the icon for Global mode Fixed: Shortcut keys are now listed for the tooltips in the Layers and History windows and for the selection combine modes in the toolbar. The help text for the Magic Wand and Paint Bucket tools also notes that holding Shift will use Global mode. Fixed the Edit -> Copy and Copy Merged menu items from being incorrectly enabled when no image is open Fixed an issue where the selection highlight would not appear in some cases Fixed some rare rendering artifacts for GPU plugins when using the CPU for rendering Fixed an infinite loop when using BoltBait's Apply Mask twice, on two separate images with a different number of layers Removed the /setenv command-line parameter Updated the bundled DDSFileTypePlus plugin to v1.11.9.0 (thanks @null54!)
    11 points
  7. This is a GPU-accelerated effect that renders a blur (Gaussian or Bokeh) with a radius that increases as it gets further from the center of the image. This can be used to focus on a subject by blurring the area around it. I'm planning to make this a built-in effect starting with Paint.NET v5.1 (it still needs some usability work, IMO). For now, enjoy it as a plugin! NOTE: At higher radius and quality levels, this effect can be very GPU intensive! Download: IrisBlur.1.0.zip (source code is below!) This effect will be placed in the Blurs menu within Effects: Making use of the new GaussianBlurMapEffect and BokehBlurMapEffect, which are Direct2D effects available for all GPU plugins to use starting with Paint.NET v5.0.10, this effect creates a "blur map" consisting of a radial gradient that starts at 0 in the center and ramps up to the specified radius value at the edges. Here's an example using this freely licensed stock photograph (credit Sheng L): There's also a checkbox to reverse the blur, which produces a rather strange but interesting look. I'll use this other freely available stock photo (credit Joshua Rawson-Harris) as an example: Gamma can also be modified, just like with the built-in Gaussian and Bokeh blur effects. This can be used to accentuate the brightness of the blurred areas. When you crank up the gamma, you will probably also need to crank up the quality in order to avoid some rendering artifacts (just like you have to do with the built-in Gaussian and Bokeh blur effects, btw). Here are how the various blur and ramp parameters affect the blur radius. The x-axis is distance from the center of the image (or the modified center point), and the y-axis is the blur radius. The fovea value is used to specify the non-blurred region at the center, then the ramp length determines the length of the ramp between 0% and 100% blur, and then the ramp exponent determines how quickly the blur radius increases. Source Code and Developer Notes A "blur map" is an image where the alpha value of each pixel is used as the radius value, either directly or normalized in the range [0,1] and then scaled to the specified maximum blur radius (use the MapIsNormalized property to choose). See documentation links above for more information. It's important to note that the "blur map" effects are not limited to a radial gradient for the blur map. That's just what this Paint.NET GPU effect is doing. You could write your own GPU effect that uses a linear gradient (e.g. blurry at the top, in-focus at the bottom), or a sine-wave of some sorts, or just about anything. Want the blur radius to be proportional to the brightness? Then plug Environment.SourceImage into a GrayscaleEffect and then use that as the "map" input for the blur map effect. The blur map effects are implemented as approximations. It's computationally prohibitive to actually render each pixel with its own blur radius. Instead of doing that, several copies of the image are separately blurred at increasing blur radius values (the number of copies is determined by the quality slider, which is used to set the RadiusLevels or StandardDeviationLevels properties). Then, the blur map is used to select which 2 of these images should be cross-faded in order to produce an approximation of the correct blur radius at that pixel. It is not possible to avoid blurring any part of the image -- all pixels must be blurred at all levels, so the performance of these effects is greatly influenced by those two "levels" properties. Here's the source code so you can play around with it yourself. CodeLab v6.10+ is required.
    10 points
  8. This update includes another revamp of Image->Resize's resampling modes, gamma correction for key parts of the app, higher quality canvas rendering, and a host of other miscellaneous fixes and improvements. In addition, GPU-based effect plugins now default to rendering in linear gamma space (existing plugins are not affected, however!) and have better access to color management information. Gamma correction is important for maintaining luminance (brightness, basically) when an image is being processed or rendered. Sometimes this effect is subtle, but in some cases it can be quite pronounced. First up, in Image->Resize the resampling mode has been moved to the bottom into an Options section, along with a new "Use gamma correction" checkbox that defaults to enabled: The Move Selected Pixels tool has also been upgraded to support this for all resampling modes (although it's not applicable to Nearest Neighbor), and there is a new Gamma mode choice in the toolbar if you'd rather not use it for whatever reason: Speaking of which, there is a good test image for this over at https://forums.getpaint.net/topic/122409-feature-request-gamma-corrected-image-resizing/ . I'll be using the "128 / 187" image for the next two screenshots. Next up, all in-app thumbnails and the canvas itself are now using gamma correction. This ensures that luminance (aka brightness) is correctly maintained when you're zooming out on the image (and thumbnails are basically little zoom-outs of the image). Previously, the reduced size image would get darker in ways that we've all just kind of gotten used to over the years (but which is wrong 🙂). Without gamma correction, it looks like this in v5.0.3: With gamma correction in v5.0.4, it looks correct: This required a bunch of changes to how the canvas renders itself, so while I was in that code I also bumped up the quality of its rendering. When zooming in to an image, a type of antialiasing is now applied so that the pixelation effect appears more uniform. And when zooming out, multisampling is used to make the image looking smoother. There are a lot less aliasing artifacts. It's hard to show these effects in your browser because things will likely get resized and distorted, but I'll try. On the left is the original, a cloud bubble drawn into a 128x128 pixel space. Antialiasing was disabled and the brush size was set to 1. The next two images are zoomed at 267%, in v5.0.3 and then in v5.0.4. Notice how the pixelation effect is much more uniform in 5.0.4, eliminating the distortions you see in 5.0.3. If you'd like to read more about gamma correction and rendering in linear gamma space, here are some resources: Gamma error in picture scaling, by Eric Brasseur http://www.ericbrasseur.org/gamma.html GPU Gems 3 Chapter 24, The Importance of Being Linear https://developer.nvidia.com/gpugems/gpugems3/part-iv-image-effects/chapter-24-importance-being-linear Understanding Gamma Correction, Cambridge in Colour https://www.cambridgeincolour.com/tutorials/gamma-correction.htm Gamma correction, Wikipedia https://en.wikipedia.org/wiki/Gamma_correction John Carmack (of id Software, DOOM, and Quake fame) recently tweeted about how incorrect gamma correction negatively affected the 4K UHD release of The Martian: https://twitter.com/ID_AA_Carmack/status/1654528504724062217 Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next week or so, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Change Log Changes since v5.0.3: Improved: Image->Resize has been updated The default resampling mode is now Bicubic, which has been updated to use the Catmull-Rom ("Catrom") cubic filter. This matches the Bicubic mode of the Move Selected Pixels tool (which uses Direct2D's "HighQualityCubic" mode). Added a new resampling mode, "Bicubic (Smooth)", which has no sharpening. It produces subjectively blurrier results, but is important for scenarios where you need to completely avoid the (usually) subtle ringing artifacts that other modes (Bicubic, Lanczos, and Adaptive) can introduce due to their added sharpness. "Adaptive (Best Quality)" has been renamed to "Adaptive (Sharp)" and is no longer the default resampling mode. It is still a very good choice when resizing photos, but whether you use Adaptive, Bicubic, or Lanczos is up to your own personal preference. A new option has been added, "Use gamma correction", which is enabled by default. The text box for typing in a percentage now accepts two digits past the decimal point, e.g. 35.79% Improved: Move Selected Pixels (free transform) has been updated New: Added a "Multisample Bilinear" sampling mode. This has a sharper look than Anisotropic and avoids the "ringing" artifacts that can be apparent when using Bicubic with high-contrast images (like screenshots). However, it doesn't usually work as well when reducing a selected area to a much smaller size. New: Added a "Gamma mode" button in the toolbar to toggle gamma correction on and off. The default is on, which improves the quality of rendering by preserving luminance (brightness). Fixed a bug when using Bicubic sampling that would result in added sharpening when resizing the selected area to 1/8th its original size or smaller Improved: The rendering quality of the canvas area has been greatly improved Gamma correction is now used for mipmap generation and compositing, ensuring consistent luminance (brightness) and higher quality antialiasing. Multisampling is now used for antialiasing, which eliminates pixelation distortions when zooming in, and greatly reduces aliasing artifacts when zooming out. Improved: Thumbnails within the app now use gamma correction, which ensures consistent luminance (brightness) New: GPU effects and plugins now support gamma correction, with linear gamma being the default rendering mode for new plugins. This can be changed by overriding OnInitializeRenderInfo() and setting the renderInfo.GpuEffectColorContext property to GpuEffectColorContext.WorkingSpace (the default is WorkingSpaceLinear) GPU effect plugins have better access to color management information via the IGpuEffectImage interface and its ColorContext property. All input images (e.g. Environment.SourceImage) are now provided via this interface. In addition to the built-in effects that already render with gamma correction, the following built-in effects now also render with gamma correction: Adjustments -> Exposure Blurs -> Fragment Blurs -> Motion Blur Blurs -> Radial Blur Blurs -> Zoom Blur Distort -> Bulge Distort -> Crystalize Distort -> Dents Distort -> Frosted Glass Distort -> Pixelate Distort -> Polar Inversion Distort -> Tile Reflection Distort -> Twist Layers -> Rotate/Zoom Object -> Drop Shadow Photo -> Straighten Render -> Julia Fractal Render -> Mandelbrot Fractal Fixed: Ctrl+G has been reinstated as the shortcut key for Image -> Rotate 90° Counter-Clockwise Fixed a rendering glitch in Effects -> Distort -> Dents that would sometimes result in rows or columns of incorrectly colored pixels Fixed: Some systems were having problems with Paint.NET not appearing in the "Open With" list in Windows File Explorer. This should now be fixed. Fixed: When installing an update, the desktop shortcut is no longer recreated. This means you can delete it without it reappearing after every update. This was a bug accidentally reintroduced back in Paint.NET v4.3. Increased the maximum zoom range from 1.5625% (1/64) -> 6,400% to 1% -> 10,000% Improved the reliability of the wrapper classes for Windows COM libraries (Direct2D, etc.) Improved the /ignoreCorruptPDNChunks command-line parameter to allow an additional type of corrupt PDN image to be partially recovered (thanks @null54!) Updated the bundled DDSFileTypePlus plugin to version 1.11.8.0, which adds gamma correction for mipmap generation (thanks @null54!) Updated the bundled AvifFileType plugin to version 1.1.25.0, which now uses a checkbox to enable lossless compression (thanks @null54!) Updated the bundled WebPFileType plugin to version 1.3.17.0, which reduces some confusion when using lossless compression (thanks @null54!)
    10 points
  9. BoltBait GPU Accelerated Plugin Pack (for Paint.NET v5.0+) NOTE: If you're looking for my plugin pack for Paint.NET v4.3.12, go here, or Paint.NET v3.5.11, go here. If you're in here downloading the 5.0 version of Paint.NET, you're probably familiar with my plugin pack. I have spent the better part of the last 6 months rewriting most of my plugins from scratch... taking advantage of all the new toys @Rick Brewster has given us plugin authors in Paint.NET v5.0. He has completely rewritten the Effect system within Paint.NET v5.0 (Don't worry, all your favorite classic effects will still work.) adding new capabilities for the IndirectUI system and providing access to the GPU so that our effects can run VERY fast! What's New: I have rewritten more than 25 of my plugins so that they will now be GPU accelerated! While I was in there, I also added cool new features. Be sure to check your favorite plugin! Download: Download Donate How to install these plugins. Download Contents: The following effects have been GPU accelerated Adjustment > Black and White Plus Adjustment > Color Balance Adjustment > Combined Adjustments Adjustment > Transparency Artistic > Dream Fill > from Clipboard Fill > from File Object > Apply Alpha Mask Object > Bevel Object Object > Feather Object Object > Inner Shadow Object > Outline Object Object > Switch Alpha to Gray (This is Create Alpha Mask) Object > Switch Gray to Alpha Photo > Level Horizon / Plum Bob Photo > Meme Maker Photo > Photo Adjustments Photo > Remove Dust Photo > Vignette Plus Render > Calendar Creator Render > Flames Selection > Bevel Selection Selection > Blur Selection Edge Selection > Feather Selection Selection > Inner Shadow Selection > Outline Selection Text Formations > Text Fun Factory Object > Drop Shadow Plus The following effects are classic flavor* Adjustment > Hue / Sat+ Flip Horizontal Flip Vertical Artistic > Oil Paint+ Artistic > Pastel Blurs > Gaussian Blur+ Color > Complementary Colors Object > Paste Alpha Photo > Seam Carving Photo > Sharpen Classic Photo > Sharpen Landscape Render > Chart / Graph Render > Dimensions Render > Gradients Render > Grid / Checkerboard Render > Polygon / Stars Stylize > Edge Detect Classic Stylize > Floyd-Steinberg Dithering Outdated plugins removed from my pack Adjustment > Temperature / Tint (now built-in) Text Formations > Creative Text Pro (now Text Fun Factory) Text Formations > Outlined / Gradient Text (now Text Fun Factory) I made a new Drop Shadow plugin! This pack also includes 57 shapes and 2 palettes. These are the ones I use. *Please post a vote for which of my "classic" effects you'd like to see GPU accelerated next. Screenshots of Various Effects: Outline Selection and Outline Object got some new features and the outlines look MUCH better than previous versions. Check out some of these new features: Bevel now has a shadow angle free choice and a hard edge option. Calendar Creator now has holiday highlighting. Enter your favorite birthdays! Many of my plugins utilize tabs for making the UI much smaller than before. For example, Text Fun Factory separates the UI into basic functions: The Photo > Level Horizon effect utilizes 2 tabs, one for marking the horizon and one for finalizing your image: Some old favorites have been rewritten for GPU acceleration: Enjoy! Also, for you luddites that refuse to use the installer, here's a zip file with all the DLL's in it: BoltBaitPack610DLLs.zip How to install Paint.NET plugins. NO SHAPES FOR YOU! How about giving this post an up vote ♥️?
    9 points
  10. Hello everyone! We will be making this: Plugins needed: Invert Colors - Built in Gaussian Blur - Built in Paste Alpha-Fill from Clipboard-Feather-Bevel Object (found in Boltbait's pack) Texture Shader (by MJW) Edge Expander (by MJW) AA's Assistant (found in dpy's pack) Gaussian Blur-clamped (by toe_head) Emaps needed: Download from my Dropbox The first few steps are taken from MJW’s tutorial here. Used with his permission. Please note that the Texture Shader settings are unique for this example only. Another simple shape that works:
    9 points
  11. From wikipedia, under Scroll (art): "The scroll in art is an element of ornament and graphic design featuring spirals and rolling incomplete circle motifs, some of which resemble the edge-on view of a book or document in scroll form, though many types are plant-scrolls, which loosely represent plant forms such as vines, with leaves or flowers attached. Scrollwork is a term for some forms of decoration dominated by spiralling scrolls, today used in popular language for two-dimensional decorative flourishes and arabesques of all kinds, especially those with circular or spiralling shapes." This plugin will generate a variety of scroll ornament patterns any time you feel a craving for some sprawling spirals coming on. ScrollGenerator.zip contains the ScrollGenerator.DLL and (CodeLab-generated) Install_ScrollGenerator.bat that will install the plugin for you. After installation, look for Effects > Render > Scroll Ornament If you are interested, the code for the plugin can be found at: https://github.com/annayudovin/PDN-ScrollGeneratorPlugin Here are some screenshots: ScrollGenerator.zip
    9 points
  12. This is a small update that improves the sharpness of the canvas, and fixes a few other small issues. Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day or so. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next few days, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Change Log Changes since v5.0.5: Improved the sharpness of the canvas, which had gotten too blurry in 5.0.4 in some cases Added a "reset to default" button for Image->Resize's Resampling option Fixed a rendering artifact on the canvas where sometimes the transparency checkerboard would be visible at the bottom pixel of an image when it shouldn't be Fixed a glitch with the canvas zoom slider where it would draw the tracking thumb at the wrong position when the zoom level was at 10,000% Fixed a rare hang that could happen when opening an image
    9 points
  13. A gift from me to you: Version 2.0 of the Text Fun Factory has been published! Until I put this in my plugin pack, you can download above! This is now available in my plugin pack. Go get it here: https://forums.getpaint.net/BoltBaitPluginPack
    8 points
  14. Most of my paint.net work is 3D model textures for realtime environments and I felt like sharing a picture of a small black hole effect I made recently. The engine doesn't support refraction so can't fake gravitational lensing unlike you could in Blender renders, but it still looks fun and hypnotic. https://i.imgur.com/D4VMxHo.jpg The accretion disk is a variety of motion blurred random shape filled layers, many gradients and (tube) obliques, on a disk model designed to be texture animated to look like rotating plasma. The event horizon is a Blender-rendered equirectangular gradient -- making spherical textures from scratch isn't really a job for paint.net -- colored and distorted in paint.net to match. The engine can't individually spin the 1000 rock particles (only the asteroid belts as whole objects), but I manually painted a normal map that simulates all the dust surfaces spinning in a circle and animate that instead, giving them pleasing glitter. A 5 sec video clip to see things in motion: https://i.imgur.com/cx3cZjo.mp4
    8 points
  15. 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). Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day or so. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next few days, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Change Log Changes since v5.0.10: 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!)
    8 points
  16. The biggest visible change in this release are some touch-ups to the Colors window. The Primary/Secondary dropdown has been removed, and instead the color boxes themselves will indicate which is the active color. In addition, inconsistencies with left/right clicking for selecting colors have been ironed out. The Colors window will also remember whether it was expanded (More vs. Less) across app sessions. Another notable change is that, by popular request, the key to hold down for centered shape drawing and uniform resizing has been changed from Ctrl to Alt. This ensures it won't interfere with Ctrl + Mouse Wheel zooming. Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day or so. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next few days, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Change Log Changes since v5.0.7: Improved: The primary/secondary dropdown in the Colors window has been removed. The active color is now indicated in the color box itself. Improved: The Colors window will now remember whether it's in the expanded state (More vs. Less). Fixed: In the Colors window, left clicking in the color wheel or the color palette will always set the active color, and right clicking will always set the inactive color. This was not always consistent before. Changed: The key for centered shape drawing and uniform resizing has been changed from Ctrl to Alt so that it does not collide with zooming with the mouse (Ctrl + Mouse Wheel) Fixed: The keyboard shortcut for previous/next tab is now Ctrl + Page Up/Down, to match other applications New: You can now use Ctrl + Shift + Page Up/Down to move the current tab left or right Fixed: The printing UI is now run out-of-process, which should fix a slew of reliability problems (hangs, crashes) Fixed: The "Add Color" button in the Colors window was often showing the wrong color Fixed: Effects -> Noise -> Median was incorrectly causing transparent pixels (#00000000) to turn into slightly transparent, almost black (#01010101) New: Primitive structs (e.g. RectInt32, Vector4Float) now implement IParsable<T> (for plugin developers) Fixed: UnaryPixelOps.Invert now works correctly, which was broken in the 5.0 release (for plugin developers) Updated the bundled DDSFileTypePlus plugin to version 1.12.1.0, which, which improves support for swizzled BC3/DXT5 normal maps (e.g. DOOM 3), and support for loading textures with an incorrect DDS_PIXELFORMAT size (e.g. FlatOut 2) (thanks @null54!) Updated the bundled WebPFileType plugin to version 1.3.18.0 (thanks @null54!)
    8 points
  17. This plugin will take the brightness of the pixels in an image, and make them transparent based on the values from the GUI. located in Effects > Transparency It was created to take different exposure images and combine them into a sort of HDR image. It's pretty simple in concept so I'll give an example of how I use the plugin. High, Mid, and Low exposure images: On the high-exposure image, I make the bright pixels transparent so that I have detail in the dark areas. And on the low-exposure image, I make the dark pixels transparent so that I have detail in the bright areas. Then I merge those layers (just "Normal" layer blend mode) onto the mid-exposure image. In the end, I have a photo with more dynamic range than what my basic phone camera could have gotten just on it's own. Download: SelectiveTransparency.zip CodeLabs Code:
    8 points
  18. Here is a new build of Smudge with the following changes: Added support for loading ABR files A few changes that should fix some of the high DPI issues Optimized the brush loading code Removed the dependency on BinaryFormatter Download replaced by the build at: https://forums.getpaint.net/topic/10634-smudge/?do=findComment&comment=612876 Source Code: https://github.com/0xC0000054/pdn-smudge
    8 points
  19. I have updated my plugin pack. Object Shadow Pro is back, baby! (Only, now it's called Object > Drop Shadow+ and it is GPU accelerated. Enjoy!) I also added Text Formations > Text Fun Factory into the pack. Check this one out. You're gonna love it!
    7 points
  20. This is a GPU effect plugin I've been tinkering with for the last year or so. It's based on the P² Quantile Estimator algorithm as described in these 4 blogs posts: Part 1 Part 2 Part 3 Part 4 This effect will show up in Effects -> Artistic -> Median Sketch. I'm planning to include this in Paint.NET v5.1 once it is released, but for now you can enjoy it as a plugin! Download: MedianSketch.zip Source Code is also available. My initial goal was to port Effects -> Noise -> Median to the GPU, as @BoltBait wanted it for use in the effects he was porting to PDN 5.0 and the new GPU effects system. However, this fell apart quickly because shaders cannot allocate the block of memory needed to grab an arbitrary number of samples, sort them, and then pick the middle (median) value. (Not only is it not possible, it would need an ungodly amount of memory since every pixel executes in parallel to the other pixels.) Instead I needed a median approximation algorithm, one that uses a small fixed amount of memory, operating on a "stream" of values where you don't/can't know or store all of the samples at once. I eventually found it in the blog posts linked to above. After a lot of experimentation, I was finally able to get it to work and to produce results that were almost identical to the regular median effect. However, it also required an INSANE amount of time to execute: compared to the CPU-based Median effect, this GPU-based approximation could easily take 100x longer to execute ... on a GeForce 4090! Things became much more manageable once I dialed down the number of samples and the rendering passes ("iterations"). It also produced a more artistic effect akin to some kind of coarse-grained brush stroke painting. You can think of this algorithm as taking a Monte Carlo approach to calculating a median. Instead of using all the pixels in the given radius, only a random subset of those pixels are used. Visually it reminds me a lot of how some newer games, like Cyperpunk 2077 and Alan Wake 2, do some of their path-traced rendering, especially for reflections (esp. Alan Wake 2's intentionally distorted mirrors). Instead of rendering all pixels at full fidelity, which is prohibitive for performance reasons, only some of the pixels are rendered and then the rest are guessed/interpolated/extrapolated. A high-end GPU is not required, but you will appreciate this effect more -- especially at the highest values for Radius and Iterations -- if you have a modern discrete GPU such as a GeForce 1060, AMD Radeon RX 580, or newer. Here's an example using a stock photo by Ali Pazani: Here's another example using a picture of a Ferrari. First screenshot is the original, then using Median Sketch at default settings, and then with the Percentile set to maximum: Another example of how this can create a brush stroke-y art effect:
    7 points
  21. Version 2.0.0.1 posted. This fixes an issue where Assemblies were loaded incorrectly, and could then cause a crash in CodeLab.
    7 points
  22. Time for this plugin to be released! Yay!!
    7 points
  23. This is a small update that fixes a few important bugs. Get the Update There are two releases of Paint.NET: Microsoft Store release (recommended) You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically once Microsoft certifies the update, usually within the next day or so. To get the update immediately (once it's certified), you can follow the instructions listed here. Classic Desktop release Download the installer from the website. This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next few days, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Change Log Changes since v5.0.8: Fixed: When using Alt+Tab, the internal state of the Alt key could get 'stuck' when the Shapes or Line/Curve tool was active, causing the next shape or line/curve to be drawn from the center Fixed: Sliders were not responding to the mouse wheel (regression in 5.0.8) Fixed the DeviceEffect.Properties.Min/MaxInputCount properties, which were throwing an ArgumentException (for plugin authors) Fixed a rare crash at app exit due to a race condition in the auto-updater Fixed a rare crash when the system resumes from sleep mode, due to a race condition in DWM reporting whether composition is enabled Fixed a rare crash when using copy+paste due to .NET Runtime issue #84994 https://github.com/dotnet/runtime/issues/84994 Updated the bundled DDSFileTypePlus plugin to v1.12.2.0, which fixes the inability to save on ARM64 systems (thanks @null54!) Updated the bundled WebPFileType plugin to v1.3.19.0, which fixes the inability to save on ARM64 systems (thanks @null54!)
    7 points
  24. I have coordinated with @SodiumEnglish to add "Permanent Links" to the Plugin Index. Below the search filters, there is now a button that creates a link based on your set parameters. The button will create links like this: https://forums.getpaint.net/PluginIndex?keywords=Grid&author=All+Authors+&type=1&status=7&compat=3&order=title&menu=All+Menus+&release=0 If you only care about certain search parameters, you can omit the other parameters from the URL. If you do omit a parameter, the default value of that parameter will be used. So, you have sorter links like these: https://forums.getpaint.net/PluginIndex?author=toe_head2001 https://forums.getpaint.net/PluginIndex?keywords=Grid
    7 points
  25. Release version 3.3.5, which updates G'MIC to version 3.3.5.
    6 points
  26. Added Light/Shadow Effects 5/10/2023 7 Shapes that can be used as well, shapes. But these were designed to create shine and shadow effects! Select the shape, set to solid fill (no outline) and use either white or black. Set alpha to 75. Download Link Below Light & Shadow.zip First pack of 10 shapes Arrow Left, Arrow Right, Asterisk 01, Bulb, Chain, Cloud, Dripping, Finger Print, Fist, X Download Link Below Shapes.zip - - - Second Pack of 7 shapes Arrow Curved L, Arrow Curved R, Brush 01, Brush 02, Flower 01, Grass, Splatter 06 Download Link Below Shapes2.zip - - - 3rd Pack of 6 shapes Trapezoid Invert, Trapezoid Lft, Trapezoid Rht, *Texture 02, Snowflake, Star David *Intended to cover a small canvas and use with other layers to create textures. Download Link Below Shapes_3.zip New 4/13/2023 Arrows L & R Diagonal, Asterisk 02, Bubbles, Rate 01, Star 02 Download Link Below Shapes_4.zip New 4/20/2023 Southwest Symbols Download Link Below Southwest.zip ___ New 5/14/2023 Southwest Shapes part 2 Download Link SW_Shapes_2.zip
    6 points
  27. It will remember the settings for an effect until you exit Paint.NET. I'm considering a feature that would add some kind of save/load/undo/redo toolbar at the bottom of most effects and adjustments (those that are IndirectUI-based). It wouldn't be available until sometime later next year, however.
    6 points
  28. I joined an October drawing challenge back in October, but I only did sketches everyday since a full illustration would take too long. Now, I am finishing those sketches one by one. I almost forgot. New birthday, new profile pic (new self-portrait):
    6 points
  29. Hello, I saw this type of image some time ago and there is post about it. There is a little tutorial on how to create it. https://forums.getpaint.net/topic/116863-simulate-old-bw-photo-printing-system/?do=findComment&comment=573950
    6 points
  30. I just updated the Apply Mask plugin. It should no longer crash if the number of layers changes and you press Ctrl+F to rerun the effect. It should now maintain the R, G, and B values for pixels who's Alpha drops to 0.
    6 points
  31. Release version 3.2.6. Changes: Updated G'MIC to version 3.2.6.
    6 points
  32. Palettes I use most often... Pastels, Skin Tones and Metallic. April 4, 2023 - Added Office Theme Colors Files... Pastels.txt Skin Tones.txt Metallic.txt Office.txt
    6 points
  33. Okay from talking with @saucecontrol, he was able to clear up some of the details. 1. Adaptive "Best Quality" should probably not have "Best Quality" in the name. This does have a sharpening effect, by design. Same goes for Bicubic and Lanczos. 2. Bilinear will produce good results without the "transparent moat" (which is a ringing artifact from the sharpening). 3. The old "Super Sampling" mode, for enlarging, which was actually using my own implementation of bicubic for enlarging (I'll call it "PdnBicubic"), can be reproduced using Magic Scaler. There are a few per-pixel discrepancies but they are just a +/- 1 in the RGB values due to differences in precision or rounding (MagicScaler is probably producing the more ideal result). So I think what I'm going to do, for the next update (5.0.4) is this: 1. Rename "Adaptive (Best Quality)" to "Adaptive". @saucecontrol apparently objected to the "Best Quality" label but I missed it or forgot 2. Rename "Bicubic" to "Bicubic (Sharp)" 3. Add "Bicubic (Smooth)" which will almost identical to the old "Super Sampling" when enlarging. This means you would just use "Bicubic (Smooth)" to get what you need/want in this case. I could probably put up a test build shortly, this isn't difficult from a coding standpoint.
    6 points
×
×
  • Create New...