Jump to content
How to Install Plugins ×

Regular noise texture (ymd: 20170815)


MadJik

Recommended Posts

Regular noise texture

 

Regular_Noise0.png 

 

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

ar.pngHere is the DLL al.png   

 

 

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.

 

Regular_Noise_UI.png   Regular_Noisehelp.png 

 

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:

Regular_Noise1.png 

 

Regular_Noise2.png 

 

Regular_Noise3.png 

 

noise5.gif 

 

 

Voilà! Enjoy!

 

Let me see what you could do with it!

  • Like 2
  • Upvote 4
Link to comment
Share on other sites

@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...

Regular_Noisebug.png

 

 

 

I'm working on a solution to reduce the problem.

Link to comment
Share on other sites

Regular_Noisehelp.png

 

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

 

Regular_Noise4.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...