| Table of Contents ▸ List of Commands ▸ Reptorian's Commands ▸ rep_mj_pseudorandom_noise | ◀ rep_hsx_poster_index | rep_diffusion_limited_aggregation ▶ |
rep_mj_pseudorandom_noise
Arguments:
- _k1,_k2,_internal_shift,_ang,_px_size,_cx,_cy,_color_output,_kmode,_grid,_gridcol,_axis_thickness
Description:
Render regular noise. Filter is a extended version of MadJik's Regular Noise PDN plugin and based off MadJik's code. The G'MIC version has been extended.(equivalent to shortcut command rep_mj_prn).
_k1 defines value for k-1
_k2 defines value for k-2
_internal_shift shift rows based on this value. The more, the more distortion there will be.
_ang defines the color/shade angle.
_px_size defines how big the pixels are.
_cx refers to the x-position of center based on world coordinate of -1,1
_cy refers to the y-position of center based on world coordinate of -1,1
_color_output is the function used to color the output.
_kmode defines how the noise will be processed.
_grid option is used to whether to output a grid.
_gridcol defines the value of grid. Only gray color is supported.
_axis_thickness defines whether the axis has 2 pixel instead of 1.
Default values:
_k1=8,_k2=2,_internal_shift=1,_ang=0,_px_size=1,_cx=0,_cy=0,_coloroutput=1,_grid=0,_gridcol=0,'_axis_thickness=0'
Examples of use:
• Example #1
512,512 rep_mj_pseudorandom_noise 8,2,1,95,4,0,0,1,0,,,0
• Example #2
1024,1024 rep_mj_pseudorandom_noise 34,2,30,95,4,0,0,2


Home
Download
News
Mastodon
Bluesky
X
Summary - 18 Years
Summary - 17 Years
Summary - 16 Years
Summary - 15 Years
Summary - 13 Years
Summary - 11 Years
Summary - 10 Years
Resources
Technical Reference
Scripting Tutorial
Video Tutorials
Wiki Pages
Image Gallery
Color Presets
Using libgmic
G'MIC Online
Community
Discussion Forum (Pixls.us)
GimpChat
IRC
Report Issue