Jump to content

Eli

Members
  • Posts

    1,804
  • Joined

  • Last visited

  • Days Won

    29

Posts posted by Eli

  1. Hi  @Foxxey, I have an error. 

    Spoiler

    File: C:\Program Files\paint.net\Effects\CircleGen.dll
          Name: CircleGenEffect.CircleGenEffectPlugin
          Version: 1.1.7433.27416
          Author: Copyright ©2020 by Foxxey
          Copyright: Renders a Circle (+Extra Features)
          Website: https://www.getpaint.net/redirect/plugins.html
          Full error message: PaintDotNet.WorkerThreadException: Worker thread threw an exception ---> System.ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue.
    Parameter name: minValue
       at System.Random.Next(Int32 minValue, Int32 maxValue)
       at CircleGenEffect.CircleGenEffectPlugin.Render(Surface dst, Surface src, Rectangle rect)
       at CircleGenEffect.CircleGenEffectPlugin.OnRender(Rectangle[] rois, Int32 startIndex, Int32 length)
       at PaintDotNet.Effects.Effect`1.Render(Rectangle[] renderRects, Int32 startIndex, Int32 length) in D:\src\pdn\src\Effects\Effect`1.cs:line 55
       at PaintDotNet.Effects.Effect`1.Render(EffectConfigToken parameters, RenderArgs dstArgs, RenderArgs srcArgs, Rectangle[] rois, Int32 startIndex, Int32 length) in D:\src\pdn\src\Effects\Effect`1.cs:line 98
       at PaintDotNet.Effects.BackgroundEffectRenderer.RenderWithClipMask(Effect effect, EffectConfigToken token, RenderArgs dstArgs, RenderArgs srcArgs, RectInt32[] rois, Result`1 lazyClipMaskRenderer) in D:\src\pdn\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 193
       at PaintDotNet.Effects.BackgroundEffectRenderer.RendererContext.RenderTile(EffectConfigToken token, Int32 tileIndex) in D:\src\pdn\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 171
       at PaintDotNet.Effects.BackgroundEffectRenderer.RendererContext.RenderNextTile(EffectConfigToken token) in D:\src\pdn\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 164
       at PaintDotNet.Effects.BackgroundEffectRenderer.ThreadFunction() in D:\src\pdn\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 277
       --- End of inner exception stack trace ---
       at PaintDotNet.Effects.BackgroundEffectRenderer.DrainExceptions() in D:\src\pdn\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 458
       at PaintDotNet.Effects.BackgroundEffectRenderer.Abort() in D:\src\pdn\src\PaintDotNet\Effects\BackgroundEffectRenderer.cs:line 413
       at PaintDotNet.Menus.EffectMenuBase.<>c__DisplayClass43_5.<RunEffectImpl>b__7() in D:\src\pdn\src\PaintDotNet\Menus\EffectMenuBase.cs:line 990
     

     

  2. Hello, I need your help and skills :) .

    I would like to hide some words or a shape like in this video (I am trying to keep busy some kids with a game, I will print and hide the messages all over the house and let the kids read the messages with a red filter). But I would like to do it inside Paint.net.  I copied the code to CodeLab but it did not work. I tried using Pixelate, adding Noise, playing with layers but I have had no luck.

     

    This is the video: 

    Spoiler

     

     

    This is the site where I found  the code:

     

    • Upvote 1
×
×
  • Create New...