MadJik Posted August 15, 2017 Posted August 15, 2017 Regular noise texture What's this? This is a texture plugin to create pseudo random noise. As it uses a formula we could expect some repeating/regular canvas. Download it! Plugin RegularNoise.dll Here is the DLL The MadJik's All plugins package is available! http://forums.getpaint.net/index.php?showtopic=7186 How to install Close Paint.net Classic version of Paint.net Unzip and (re)place the DLL in your Effect folder usually: C:/Program Files/Paint.NET/Effects Microsoft Store version of Paint.net Unzip and (re)place the DLL in your Effect folder usually: /My Documents/paint.net App Files/Effects/ You have to adapt for your language My Documents The User interface This plugin is added to the menu Effects, submenu Texture. Matrix sliders The formula uses a matrix 3x3 with different weights for: -the corners (x4 weight=16), -the sides (x4 weight=8) and -the center (x1 weight=4) Noise factor This factor is an overall coefficient. Value 0 gives lines. Small values give diagonals. High value for chaotic noise. Zoom The zoom multiplies the rendered canvas into bigger squares. Matrix linked (first slider) When checked each amounts for the matrix are linked (ex. corners = 8, sides = 4 and center = 2). Uncheck to move the sliders separately. Color Mode The result of the formula serves as the base to determine the color. Three modes are possible: -Gray (Black, gray and white) -Color 1 (Sinus) Color formula using Sinus calculation -Color 2 (RGB) hexadecimal transformation to obtain R G and B channels. -Color 3 (Tang) Color formula using Tangent calculation (camaïeu of green and purple/rose) Centered When checked the result of the formula is symmetric based on the center of the image. Unchecked, no symmetry and the base is the top left corner. Angle This angle is used in the color calculation (not available in color mode 2 RGB). The Examples: Voilà! Enjoy! Let me see what you could do with it! 2 4 Quote My DeviantArt | My Pictorium | My Plugins | Donate via Paypal
Eli Posted August 15, 2017 Posted August 15, 2017 Very colourful noise. But, there are some pixels wandering around. Spoiler Quote
MadJik Posted August 15, 2017 Author Posted August 15, 2017 @Eli good catch! This is tricky, I suspect Floating-Point Arithmetic matter as when you redo the effect the dots move or disappear, and I have no random factor at all. To reproduce (image size doesn't matter as long as you could see the pixels 300x300 is enough): 1.run the effect on the layer with the settings below 2.duplicate the layer, press F4 to set the blend mode to Difference. The image is black : no difference. 3.press Ctrl+F to rerun the effect. Some spots could then appears here and there... I'm working on a solution to reduce the problem. Quote My DeviantArt | My Pictorium | My Plugins | Donate via Paypal
LionsDragon Posted August 15, 2017 Posted August 15, 2017 Annnnd a few of my projects-in-mind just got easier--thank you for this! I must be tired; I initially read this as "regular nose generator" and was extremely confused. 1 Quote
LionsDragon Posted August 15, 2017 Posted August 15, 2017 Here's a quick one: some of your textures reminded me of a crocheted afghan. First time I've made one in under five minutes! I think this plugin is going to be VERY useful! 1 1 Quote
Eli Posted August 15, 2017 Posted August 15, 2017 (edited) Getting ready for winter. Something to warm my old bones. Thanks @MadJik A soccer ball for the next World Cup. . Edited August 15, 2017 by Eli 2 2 Quote
MadJik Posted August 16, 2017 Author Posted August 16, 2017 After triggering the code upside-down and vice-versa, I still find Noisy pixels (hey its a noise generator!). The version is updated with lower ranges for the sliders to reduce the pollution. If anyone want to give help on this tricky thing I could share the source code. BTW you could think about using this texture as a basis for many many images... See pictures above. Thank you @Eli and @LionsDragon Quote My DeviantArt | My Pictorium | My Plugins | Donate via Paypal
Eli Posted August 16, 2017 Posted August 16, 2017 There is another effect " Shapes 3D" that also generates specks but those specks go away when I use "Anti-Alias". Perhaps if you add an "Anti-Alias" option? 1 Quote
MadJik Posted August 16, 2017 Author Posted August 16, 2017 @Eli I like the suggestion. (And I like to be challenged with my favorite plugin - after CodeLab of course). I'll try to add anti-alias. Thank you. Quote My DeviantArt | My Pictorium | My Plugins | Donate via Paypal
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.