Jump to content

Sample Effect Plugins for Paint.NET 5.0 (with source code)


Recommended Posts

24 minutes ago, SPONGEBOBFAN12000 said:

i cant find where the plugins are

 

Go to the first post in this thread. There is a Zip file next to the word Downloads.

 

If you mean you can't find them in PDN, look in the Effects > PDN v5 Samples menu. If you can't find them there, ensure you're using the latest version of PDN.

Link to comment
Share on other sites

File: C:\Program Files\paint.net\Effects\PDNv5EffectSamples.2023.01.07\PdnV5EffectSamples.dll
Effect Name: PaintDotNet.Effects.Samples.Gpu.PolarizedMandelleavesShaderEffect
Full error message: PaintDotNet.WorkerThreadException: Worker thread threw an exception
 ---> PaintDotNet.Direct2D1.InsufficientDeviceCapabilitiesException (0x88990026): Exception of type 'PaintDotNet.Direct2D1.InsufficientDeviceCapabilitiesException' was thrown. (Direct2D1Error.InsufficientDeviceCapabilities 0x88990026)
   at PaintDotNet.Interop.ExceptionFactory.ThrowError(Int32 hr, String message, Exception innerEx) in D:\src\pdn\src\Windows\Interop\ExceptionFactory.cs:line 54
   at PaintDotNet.Direct2D1.D2D1DeviceContext6.CreateEffect(DeviceEffectID& effectID) in D:\src\pdn\src\Windows\Direct2D1\D2D1DeviceContext6.cs:line 762
   at PaintDotNet.Direct2D1.D2D1DeviceContext6.PaintDotNet.Direct2D1.IDeviceEffectFactory.CreateEffect(DeviceEffectID& effectID)
   at PaintDotNet.Direct2D1.DeviceContextWrapper.CreateEffect(DeviceEffectID& effectID) in D:\src\pdn\src\Windows.Core\Direct2D1\DeviceContextWrapper.cs:line 217
   at PaintDotNet.Effects.Samples.Gpu.PolarizedMandelleavesShaderEffect.OnCreateOutput(IDeviceContext deviceContext) in D:\src\github\PdnGpuEffectSamples\Gpu\PolarizedMandelleavesShaderEffect.cs:line 142
   at PaintDotNet.Effects.Gpu.GpuImageEffect.CreateOutput(IDeviceContext deviceContext) in D:\src\pdn\src\Effects.Core\Effects\Gpu\GpuImageEffect.cs:line 215
   at PaintDotNet.Effects.Gpu.GpuImageEffect.OnBeforeDraw(IDeviceContext2 deviceContext, RectInt32 renderRect) in D:\src\pdn\src\Effects.Core\Effects\Gpu\GpuImageEffect.cs:line 182
   at PaintDotNet.Effects.Gpu.GpuEffect.BeforeDraw(IDeviceContext2 deviceContext, RectInt32 renderRect) in D:\src\pdn\src\Effects.Core\Effects\Gpu\GpuEffect.cs:line 691
   at PaintDotNet.Effects.Gpu.GpuEffect.Renderer.OnBeforeDraw(IDeviceContext deviceContext, RectInt32 renderRect) in D:\src\pdn\src\Effects.Core\Effects\Gpu\GpuEffect.cs:line 1116
   at PaintDotNet.Direct2D1.Direct2DBitmapSourceBgra32.PaintDotNet.Direct2D1.IDirect2DDrawer.BeforeDraw(IDeviceContext deviceContext, RectInt32 renderRect) in D:\src\pdn\src\Framework\Direct2D1\Direct2DBitmapSourceBgra32.cs:line 100
   at PaintDotNet.Direct2D1.BufferedDeviceContext.DrawerDraw.BeforeDraw(IDeviceContext deviceContext, RectInt32 renderRect) in D:\src\pdn\src\Framework\Direct2D1\BufferedDeviceContext.cs:line 603
   at PaintDotNet.Direct2D1.BufferedDeviceContext.RenderImpl[TPixel,TDrawer,TDrawerDraw](RegionPtr`1 dst, Point2Int32 renderOffset, TDrawer drawer, TDrawerDraw drawerDraw, Boolean trackDrawer, ICancellationToken cancelToken) in D:\src\pdn\src\Framework\Direct2D1\BufferedDeviceContext.cs:line 326
   at PaintDotNet.Direct2D1.BufferedDeviceContext.Render[TPixel,TDrawer,TDrawerDraw](RegionPtr`1 dst, Point2Int32 renderOffset, TDrawer drawer, TDrawerDraw drawerDraw, Boolean trackDrawer, ICancellationToken cancelToken) in D:\src\pdn\src\Framework\Direct2D1\BufferedDeviceContext.cs:line 260
   at PaintDotNet.Direct2D1.BufferedDeviceContext.Render[TPixel](RegionPtr`1 dst, Point2Int32 renderOffset, IDirect2DDrawer drawer, ICancellationToken cancelToken) in D:\src\pdn\src\Framework\Direct2D1\BufferedDeviceContext.cs:line 230
   at PaintDotNet.Direct2D1.Direct2DBitmapSourceBgra32.OnCopyPixels(RegionPtr`1 dst, Point2Int32 srcOffset) in D:\src\pdn\src\Framework\Direct2D1\Direct2DBitmapSourceBgra32.cs:line 86
   at PaintDotNet.Effects.Gpu.GpuEffect.Renderer.OnCopyPixels(RegionPtr`1 dst, Point2Int32 srcOffset) in D:\src\pdn\src\Effects.Core\Effects\Gpu\GpuEffect.cs:line 1063
   at PaintDotNet.Imaging.BitmapSourceBase`1.OnCopyPixels(Void* pBuffer, Int32 bufferStride, UInt32 bufferSize, RectInt32 srcRect) in D:\src\pdn\src\Windows.Core\Imaging\BitmapSourceBase`1.cs:line 42
   at PaintDotNet.Imaging.BitmapSourceBase.CopyPixels(Void* buffer, Int32 bufferStride, UInt32 bufferSize, Nullable`1& srcRect) in D:\src\pdn\src\Windows.Core\Imaging\BitmapSourceBase.cs:line 126
   at PaintDotNet.Imaging.BitmapSourceBase`1.PaintDotNet.Imaging.IBitmapSource.CopyPixels(Void* pBuffer, Int32 bufferStride, UInt32 bufferSize, Nullable`1& srcRect)
   at PaintDotNet.Imaging.BitmapSourceExtensions.CopyPixels64(IBitmapSource source, Void* pBuffer, Int32 bufferStride, Nullable`1& sourceRect, Nullable`1 bpp) in D:\src\pdn\src\Windows.Core\Imaging\BitmapSourceExtensions.cs:line 203
   at PaintDotNet.Effects.Gpu.GpuEffect.Render(IBitmapEffectOutput output) in D:\src\pdn\src\Effects.Core\Effects\Gpu\GpuEffect.cs:line 664
   at PaintDotNet.Effects.Gpu.GpuEffect.PaintDotNet.Effects.ISupportBitmapEffectRenderer.Render(Void* pBuffer, Int32 bufferStride, IntPtr bufferSize, PixelFormat& bufferPixelFormat, RectInt32 renderRect) in D:\src\pdn\src\Effects.Core\Effects\Gpu\GpuEffect.cs:line 656
   at PaintDotNet.Effects.Proxies.ISupportBitmapEffectRendererProxy.PaintDotNet.Effects.ISupportBitmapEffectRenderer.Render(Void* pBuffer, Int32 bufferStride, IntPtr bufferSize, PixelFormat& bufferPixelFormat, RectInt32 renderRect)
   at PaintDotNet.Effects.BitmapEffectRenderer.Render(Void* pBuffer, Int32 bufferStride, IntPtr bufferSize, PixelFormat& bufferFormat, RectInt32 renderRect) in D:\src\pdn\src\Effects.Core\Effects\BitmapEffectRenderer.cs:line 75
   at PaintDotNet.Effects.BitmapEffectRenderer.PaintDotNet.Effects.IBitmapEffectRenderer.Render(Void* pBuffer, Int32 bufferStride, IntPtr bufferSize, PixelFormat& bufferPixelFormat, RectInt32 renderRect)
   at PaintDotNet.Effects.BitmapEffectRendererExtensions.Render[TPixel](IBitmapEffectRenderer renderer, RegionPtr`1 buffer, Point2Int32 renderOffset) in D:\src\pdn\src\Effects.Core\Effects\BitmapEffectRendererExtensions.cs:line 20
   at PaintDotNet.Effects.BitmapEffectDriver.OnRendererRender(IBitmapEffectRenderer renderer, ILockedBitmap`1 dstBitmap, ReadOnlySpan`1 renderRects) in D:\src\pdn\src\PaintDotNet\Effects\BitmapEffectDriver.cs:line 81
   at PaintDotNet.Effects.EffectDriver`1.RenderWithClipMask(PooledNativeList`1 rois, Result`1 lazyClipMaskRenderer) in D:\src\pdn\src\PaintDotNet\Effects\EffectDriver`1.cs:line 282
   at PaintDotNet.Effects.EffectDriver`1.RendererContext.RenderTile(Int32 tileIndex) in D:\src\pdn\src\PaintDotNet\Effects\EffectDriver`1.cs:line 255
   at PaintDotNet.Effects.EffectDriver`1.RendererContext.RenderNextTile() in D:\src\pdn\src\PaintDotNet\Effects\EffectDriver`1.cs:line 248
   at PaintDotNet.Effects.EffectDriver`1.<>c__DisplayClass51_0.<ThreadFunction>b__0() in D:\src\pdn\src\PaintDotNet\Effects\EffectDriver`1.cs:line 378
   --- End of inner exception stack trace ---
   at PaintDotNet.Effects.EffectDriver`1.DrainExceptions() in D:\src\pdn\src\PaintDotNet\Effects\EffectDriver`1.cs:line 538
   at PaintDotNet.Effects.EffectDriver`1.Join() in D:\src\pdn\src\PaintDotNet\Effects\EffectDriver`1.cs:line 529
   at PaintDotNet.Effects.EffectDriver`1.Abort() in D:\src\pdn\src\PaintDotNet\Effects\EffectDriver`1.cs:line 494
   at PaintDotNet.Effects.EffectDriver`1.Start(EffectConfigToken effectToken) in D:\src\pdn\src\PaintDotNet\Effects\EffectDriver`1.cs:line 437
   at PaintDotNet.Menus.EffectMenuBase.<>c__DisplayClass47_3.<RunEffectImpl>b__6() in D:\src\pdn\src\PaintDotNet\Menus\EffectMenuBase.cs:line 1003

Diagnostics:

Application                                                paint.net 5.0.11 (Stable 5.11.8685.3093)
Build Date                                                 12 October 2023
Install type                                               Classic

Language:                                                  en-GB
DPI                                                        1 (1.00x scale)
UI/Canvas GPU                                              True
Rendering GPU                                              🚀 Performance (AMD Radeon HD 5450)
Remote session                                             False
Animations                                                 True
Translucent windows                                        True
Windows Ink                                                True

OS                                                         Windows 10 Pro x64 (10.0.19045.0)
Runtime                                                    .NET 7.0.12 x64

Physical Memory                                            4,094 MB (1,458 MB free)
Paging File                                                5,502 MB (1,410 MB free)

CPU                                                        AMD Phenom(tm) II X4 840 Processor
    Speed                                                  ~3215 MHz
    Cores / Threads                                        4 / 4
    Features                                               SSE, SSE2, SSE3

Monitor                                                    1
    Resolution                                             1680 x 1050, 60 Hz
    DPI                                                    96 (1.00x scale)
    Coordinates                                            (L=0, T=0, R=1680, B=1050)
    Bit depth                                              8
    Color space                                            RgbFullGamma22NoneP709
    Connected to                                           AMD Radeon HD 5450

Video Card                                                 AMD Radeon HD 5450
    Hardware Acceleration                                  Supported
    Dedicated Video RAM                                    1,014 MB
    Dedicated System RAM                                   0 MB
    Shared System RAM                                      1,792 MB
    Vendor ID                                              0x1002
    Device ID                                              0x68F9
    Subsystem ID                                           0x03861043
    Revision                                               0
    LUID                                                   0x0000D73D
    Flags                                                  SupportNonMonitoredFences, KeyedMutexConformance
    Graphics Preemption                                    DmaBufferBoundary
    Compute Preemption                                     DmaBufferBoundary
    Outputs                                                1
    Feature Level                                          Level_11_0
    Features                                               ComputeShadersEtc
    DXGI Formats                                           A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float
    Buffer Precisions                                      UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32
    Maximum Bitmap Size                                    16384

Video Card                                                 Microsoft Basic Render Driver
    Hardware Acceleration                                  N/A
    Dedicated Video RAM                                    0 MB
    Dedicated System RAM                                   0 MB
    Shared System RAM                                      2,047 MB
    Vendor ID                                              0x1414
    Device ID                                              0x008C
    Subsystem ID                                           0x00000000
    Revision                                               0
    LUID                                                   0x0000DD64
    Flags                                                  Software, AcgCompatible, SupportMonitoredFences, SupportNonMonitoredFences, KeyedMutexConformance
    Graphics Preemption                                    InstructionBoundary
    Compute Preemption                                     InstructionBoundary
    Outputs                                                0
    Feature Level                                          Level_12_1
    Features                                               Doubles, ComputeShadersEtc
    DXGI Formats                                           A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float
    Buffer Precisions                                      UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32
    Maximum Bitmap Size                                    8388608

Managed assemblies                                         428
    System.Private.CoreLib                                 .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e
    paintdotnet                                            .\paintdotnet.dll, Version=5.11.8685.3093
    System.Runtime                                         .\System.Runtime.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Threading.Thread                                .\System.Threading.Thread.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.SystemLayer                                .\PaintDotNet.SystemLayer.dll, Version=5.11.8685.3093
    System.Windows.Forms                                   .\System.Windows.Forms.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    System.ComponentModel.Primitives                       .\System.ComponentModel.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Windows.Forms.Primitives                        .\System.Windows.Forms.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    System.Runtime.InteropServices                         .\System.Runtime.InteropServices.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Drawing.Primitives                              .\System.Drawing.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Base                                       .\PaintDotNet.Base.dll, Version=5.11.8685.3093
    PaintDotNet.Fundamentals                               .\PaintDotNet.Fundamentals.dll, Version=5.11.8685.3093
    System.Diagnostics.Tracing                             .\System.Diagnostics.Tracing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Collections                                     .\System.Collections.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Collections                                .\PaintDotNet.Collections.dll, Version=5.11.8685.3093
    System.Linq                                            .\System.Linq.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Collections.Concurrent                          .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Core                                       .\PaintDotNet.Core.dll, Version=5.11.8685.3093
    PaintDotNet.ComponentModel                             .\PaintDotNet.ComponentModel.dll, Version=5.11.8685.3093
    PaintDotNet.Resources                                  .\PaintDotNet.Resources.dll, Version=5.11.8685.3093
    PaintDotNet.Runtime                                    .\PaintDotNet.Runtime.dll, Version=5.11.8685.3093
    PaintDotNet.Windows                                    .\PaintDotNet.Windows.dll, Version=5.11.8685.3093
    TerraFX.Interop.Windows                                .\TerraFX.Interop.Windows.dll, Version=10.0.22621.2, PublicKeyToken=35b01b53313a6f7e
    PaintDotNet.Primitives                                 .\PaintDotNet.Primitives.dll, Version=5.11.8685.3093
    System.Threading                                       .\System.Threading.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PointerToolkit                                         .\PointerToolkit.dll, Version=1.0.0.0
    PaintDotNet.Systrace                                   .\PaintDotNet.Systrace.dll, Version=5.11.8685.3093
    System.Diagnostics.Process                             .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Windows.Core                               .\PaintDotNet.Windows.Core.dll, Version=5.11.8685.3093
    System.Private.Uri                                     .\System.Private.Uri.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    WindowsBase                                            .\WindowsBase.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.Diagnostics.TraceSource                         .\System.Diagnostics.TraceSource.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.ObjectModel                                .\PaintDotNet.ObjectModel.dll, Version=5.11.8685.3093
    System.Text.Encoding.CodePages                         .\System.Text.Encoding.CodePages.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.ObjectModel                                     .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Microsoft.Win32.Primitives                             .\Microsoft.Win32.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Data                                       .\PaintDotNet.Data.dll, Version=5.11.8685.3093
    CommunityToolkit.HighPerformance                       .\CommunityToolkit.HighPerformance.dll, Version=8.2.0.0, PublicKeyToken=4aff67a105548ee2
    PaintDotNet.Framework                                  .\PaintDotNet.Framework.dll, Version=5.11.8685.3093
    System.Threading.ThreadPool                            .\System.Threading.ThreadPool.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Configuration.ConfigurationManager              .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Collections.Specialized                         .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Windows.Framework                          .\PaintDotNet.Windows.Framework.dll, Version=5.11.8685.3093
    System.Xml.ReaderWriter                                .\System.Xml.ReaderWriter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Private.Xml                                     .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    PaintDotNet.UI                                         .\PaintDotNet.UI.dll, Version=5.11.8685.3093
    System.Net.WebClient                                   .\System.Net.WebClient.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.ComponentModel.EventBasedAsync                  .\System.ComponentModel.EventBasedAsync.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Memory                                          .\System.Memory.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Text.Encoding.Extensions                        .\System.Text.Encoding.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Microsoft.Win32.SystemEvents                           .\Microsoft.Win32.SystemEvents.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Drawing.Common                                  .\System.Drawing.Common.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    Microsoft.Win32.Registry                               .\Microsoft.Win32.Registry.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Collections.Immutable                           .\System.Collections.Immutable.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    ComputeSharp.D2D1                                      .\ComputeSharp.D2D1.dll, Version=2.1.0.0, PublicKeyToken=dc35fa229f6881d8
    PointerToolkit.TerraFX.Interop.Windows                 .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.2
    System.Security.Principal.Windows                      .\System.Security.Principal.Windows.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Security.Claims                                 .\System.Security.Claims.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.FileVersionInfo                     .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PresentationFramework                                  .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.ComponentModel.TypeConverter                    .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.ComponentModel                                  .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Xaml                                            .\System.Xaml.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    PaintDotNet.PropertySystem                             .\PaintDotNet.PropertySystem.dll, Version=5.11.8685.3093
    PresentationCore                                       .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35
    DirectWriteForwarder                                   .\DirectWriteForwarder.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.Runtime.Extensions                              .\System.Runtime.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.Debug                               .\System.Diagnostics.Debug.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Runtime.CompilerServices.VisualC                .\System.Runtime.CompilerServices.VisualC.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Collections.NonGeneric                          .\System.Collections.NonGeneric.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.IO.Packaging                                    .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Effects.Core                               .\PaintDotNet.Effects.Core.dll, Version=5.11.8685.3093
    UIAutomationTypes                                      .\UIAutomationTypes.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35
    Accessibility                                          .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.Numerics.Vectors                                .\System.Numerics.Vectors.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.IO.Hashing                                      .\System.IO.Hashing.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    PaintDotNet.Effects.Gpu                                .\PaintDotNet.Effects.Gpu.dll, Version=5.11.8685.3093
    PaintDotNet.Effects                                    .\PaintDotNet.Effects.dll, Version=5.11.8685.3093
    System.Threading.Tasks.Parallel                        .\System.Threading.Tasks.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Reflection.Metadata                             .\System.Reflection.Metadata.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.IO.MemoryMappedFiles                            .\System.IO.MemoryMappedFiles.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Mono.Cecil                                             .\Mono.Cecil.dll, Version=0.11.5.0, PublicKeyToken=50cebf1cceb9d05e
    System.Reflection.MetadataLoadContext                  .\System.Reflection.MetadataLoadContext.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Runtime.Intrinsics                              .\System.Runtime.Intrinsics.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Console                                         .\System.Console.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Newtonsoft.Json                                        .\Newtonsoft.Json.dll, Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed
    System.Runtime.Serialization.Formatters                .\System.Runtime.Serialization.Formatters.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Linq.Expressions                                .\System.Linq.Expressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Runtime.Numerics                                .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Text.RegularExpressions                         .\System.Text.RegularExpressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PhotoSauce.MagicScaler                                 .\PhotoSauce.MagicScaler.dll, Version=0.13.2.0, PublicKeyToken=fc6b9b7b06809481
    System.Runtime.Loader                                  .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    netstandard                                            .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    ABRFileType                                            .\FileTypes\ABRFileType.dll, Version=1.3.0.0
    PhotoShop                                              .\FileTypes\PhotoShop.dll, Version=2.5.0.40665
    AnimGIF                                                .\FileTypes\AnimGIF.dll, Version=2.4.4119.28305
    RawFileType                                            .\FileTypes\RawFileType.dll, Version=1.2.2.0
    mscorlib                                               .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    System                                                 .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    System.Drawing                                         .\System.Drawing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Security.Cryptography                           .\System.Security.Cryptography.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    AvifFileType                                           .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.26.0
    DdsFileTypePlus                                        .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.12.8.0
    WebPFileType                                           .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.20.0
    PaintDotNet.Effects.Legacy                             .\PaintDotNet.Effects.Legacy.dll, Version=5.11.8685.3093
    PaintDotNet.Plugins.Compatibility                      .\PaintDotNet.Plugins.Compatibility.dll, Version=5.11.8685.3093
    Vandermotten.PaintDotNetEffects.ObjectAlign            C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.ObjectAlign.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    System.Resources.Extensions                            .\System.Resources.Extensions.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    Vandermotten.PaintDotNetEffects.Monochromes            C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.MakeTransparent        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.MakeTransparent.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.Grid                   C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Grid.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.Gradient               C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.FadeEdge               C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.Duotones               C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.DropShadow             C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.ColorAccent            C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.ColorAccent.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.Blurs                  C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects                        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    System.Windows.Forms.Legacy                            .\System.Windows.Forms.Legacy.dll, Version=1.0.0.0
    WetFloor                                               .\Effects\WetFloor.dll, Version=1.2.5.14166
    WaveTextSUI                                            .\Effects\WaveTextSUI.dll, Version=1.2.4415.33440
    WaveText                                               .\Effects\WaveText.dll, Version=1.2.4415.32811
    WaterReflection                                        .\Effects\WaterReflection.dll, Version=1.2.5.15754
    WallOfText                                             .\Effects\WallOfText.dll, Version=1.0.8385.29743
    VignettePlus                                           .\Effects\VignettePlus.dll, Version=6.0.8407.22549
    VanishPoint                                            .\Effects\VanishPoint.dll, Version=1.0.3.0
    TwoToneThreshold                                       .\Effects\TwoToneThreshold.dll, Version=1.0.0.0
    Twist                                                  .\Effects\Twist.dll, Version=4.0.5873.25056
    TRsZigZag                                              .\Effects\TRsZigZag.dll, Version=1.1.4929.6773
    TRsTeslaCoil                                           .\Effects\TRsTeslaCoil.dll, Version=1.0.4935.18219
    TRsStrobeMotion                                        .\Effects\TRsStrobeMotion.dll, Version=1.2.4962.30523
    TRsSnowFlakeMaker                                      .\Effects\TRsSnowFlakeMaker.dll, Version=1.0.3.10409
    TRsRadialExtruder                                      .\Effects\TRsRadialExtruder.dll, Version=1.2.5609.8244
    TRsMorpher                                             .\Effects\TRsMorpher.dll, Version=1.1.10.8959
    TRsMonolithic                                          .\Effects\TRsMonolithic.dll, Version=1.0.6.24412
    TRsKaboom                                              .\Effects\TRsKaboom.dll, Version=1.0.5118.21464
    TRsIntensityWarp                                       .\Effects\TRsIntensityWarp.dll, Version=1.3.0.0
    TRsFireWorks                                           .\Effects\TRsFireWorks.dll, Version=1.2.0.0
    TRsAlphaCutter                                         .\Effects\TRsAlphaCutter.dll, Version=3.0.4.0
    TRs Scatter                                            .\Effects\TRs Scatter.dll, Version=1.3.4949.23250
    Transparency                                           .\Effects\Transparency.dll, Version=6.0.8407.22532
    Trail                                                  .\Effects\Trail.dll, Version=4.0.4642.26791
    TR's Pixel Push                                        .\Effects\TR's Pixel Push.dll, Version=1.0.4954.37564
    Tiles                                                  .\Effects\Tiles.dll, Version=1.2.5.13094
    ThatOtherApp                                           .\Effects\ThatOtherApp.dll, Version=2.2.0.0
    EditableText                                           .\Effects\EditableText.dll, Version=1.0.1.0
    CustomBrushesMini                                      .\Effects\CustomBrushesMini.dll, Version=2.2.5286.39584
    AA's_Assistant                                         .\Effects\AA's_Assistant.dll, Version=1.1.4329.33034
    Aardvark                                               .\Effects\Aardvark.dll, Version=1.0.6.0
    Advanced Julia Fractal                                 .\Effects\Advanced Julia Fractal.dll, Version=1.0.7702.38303
    Alias                                                  .\Effects\Alias.dll, Version=1.0.3056.38522
    Align Object                                           .\Effects\Align Object.dll, Version=1.0.1.9
    Alpha2Gray                                             .\Effects\Alpha2Gray.dll, Version=6.0.8407.21872
    Sierpinski                                             .\Effects\MadJikPack\Sierpinski.dll, Version=2.2.5.30414
    Sierpinski                                             .\Effects\Sierpinski.dll, Version=2.2.5.30414
    Polygon                                                .\Effects\Polygon.dll, Version=4.5.6828.38648
    Gradient Mapping                                       .\Effects\Gradient Mapping.dll, Version=4.0.6547.33963
    SBCommon                                               .\Effects\SBCommon.dll, Version=3.0.0.0
    TGAngle                                                .\Effects\TGAngle.dll, Version=1.0.1.0
    BrushFactory                                           .\Effects\BrushFactory.dll, Version=2.0.0.29094
    System.Core                                            .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    TextureShader                                          .\Effects\TextureShader.dll, Version=2.3.0.0
    SBCommon                                               .\Effects\SBCommon.dll, Version=3.0.0.0
    Texture Object Rounder                                 .\Effects\Texture Object Rounder.dll, Version=1.0.6464.41586
    TextPlus                                               .\Effects\Textplus.dll, Version=1.0.0.0
    ComputeSharp.Core                                      .\ComputeSharp.Core.dll, Version=2.1.0.0, PublicKeyToken=dc35fa229f6881d8
    AlphaThreshold                                         .\Effects\AlphaThreshold.dll, Version=1.0.1.0
    AlphaMask                                              .\Effects\AlphaMask.dll, Version=2.0.3574.41943
    AlphaBlur                                              .\Effects\AlphaBlur.dll, Version=2.0.0.0
    Alpha_to_0                                             .\Effects\Alpha_to_0.dll, Version=1.0.4452.22746
    ApplyMask                                              .\Effects\ApplyMask.dll, Version=6.0.8609.2294
    ArtyThing                                              .\Effects\ArtyThing.dll, Version=1.0.5.0
    Bezncurve                                              .\Effects\Bezncurve.dll, Version=4.0.1.0
    Bidirectional Blur                                     .\Effects\Bidirectional Blur.dll, Version=1.0.0.0
    BBOutlinedGradientText                                 .\Effects\BBOutlinedGradientText.dll, Version=6.0.8426.37652
    Alpha_to_255                                           .\Effects\Alpha_to_255.dll, Version=1.0.4452.22782
    BlackAndWhiteConverter                                 .\Effects\Black and White Converter.dll, Version=1.1.3472.36275
    BasicPhotoAdjustments                                  .\Effects\BasicPhotoAdjustments.dll, Version=2.1.4020.485
    BlackandAlpha+                                         .\Effects\BlackandAlpha+.dll, Version=1.2.4329.272
    Borders N' Shapes                                      .\Effects\Borders N' Shapes.dll, Version=4.0.4642.26476
    Burninate                                              .\Effects\Burninate.dll, Version=6.0.8407.22069
    CalliColour                                            .\Effects\CalliColour.dll, Version=1.0.1.0
    CameraTrouserFlareV3                                   .\Effects\CameraTrouserFlareV3.dll, Version=1.1.4600.41268
    ClipDisplaceAA                                         .\Effects\ClipDisplaceAA.dll, Version=1.2.4.0
    ReverseColors                                          .\Effects\MadJikPack\ReverseColors.dll, Version=1.2.5.29336
    circleFractal2                                         .\Effects\circleFractal2.dll, Version=1.1.5613.38521
    CircleText                                             .\Effects\CircleText.dll, Version=1.4.4415.32488
    CellTexture                                            .\Effects\CellTexture.dll, Version=1.1.0.0
    ClipWarpNew                                            .\Effects\ClipWarpNew.dll, Version=1.0.1.0
    ClipWarp                                               .\Effects\ClipWarp.dll, Version=1.0.9.0
    Cobweb                                                 .\Effects\Cobweb.dll, Version=1.0.1.0
    CloudsEffect                                           .\Effects\CloudsEffect.dll, Version=1.1.1.0
    Color Match                                            .\Effects\Color Match.dll, Version=4.0.4642.26532
    ColorMixer                                             .\Effects\ColorMixer.dll, Version=1.3.0.0
    ColorSketch_en                                         .\Effects\ColorSketch_en.dll, Version=1.0.0.0
    ColorToAlpha                                           .\Effects\ColorToAlpha.dll, Version=2.3.0.0
    CompoGrids                                             .\Effects\CompoGrids.dll, Version=1.0.2.0
    Compotool                                              .\Effects\Compotool.dll, Version=1.0.1.0
    CreativeTextPro                                        .\Effects\CreativeTextPro.dll, Version=6.0.8407.22165
    a_rectangle_transform                                  .\Effects\Cubic_Transformation.dll, Version=1.0.7197.12790
    Cuboids                                                .\Effects\Cuboids.dll, Version=1.1.1.0
    Curves+                                                .\Effects\Curves+.dll, Version=4.0.6119.31044
    Diagonal Lines                                         .\Effects\Diagonal Lines.dll, Version=1.0.4800.36619
    Diffuse                                                .\Effects\Diffuse.dll, Version=1.0.3254.27766
    Dimensions                                             .\Effects\Dimensions.dll, Version=1.3.6826.38472
    DispMap                                                .\Effects\DispMap.dll, Version=2.1.7197.13119
    DistortThis                                            .\Effects\DistortThis.dll, Version=2.7.5.37343
    dpyColorBalance                                        .\Effects\dpyColorBalance.dll, Version=1.1.4330.37850
    DragFrom                                               .\Effects\DragFrom.dll, Version=1.1.0.0
    Dream                                                  .\Effects\Dream.dll, Version=6.0.8414.36727
    Dryad                                                  .\Effects\Dryad.dll, Version=1.0.2.0
    Contour                                                .\Effects\Contour.dll, Version=1.0.1.0
    EarthsAndGreys                                         .\Effects\EarthsAndGreys.dll, Version=1.0.1.0
    EdgeExpander                                           .\Effects\EdgeExpander.dll, Version=1.0.5863.38192
    EdgeDetectClassic                                      .\Effects\EdgeDetectClassic.dll, Version=1.0.8424.19432
    EdgeShaderMJW                                          .\Effects\EdgeShaderMJW.dll, Version=1.1.5849.39125
    EdHarvey.Edfects                                       .\Effects\EdHarvey.Edfects.dll, Version=5.0.0.0
    Eyeshine                                               .\Effects\Eyeshine.dll, Version=1.0.3700.25905
    Facet                                                  .\Effects\Facet.dll, Version=1.0.3.0
    FillFromClipboard                                      .\Effects\FillFromClipboard.dll, Version=6.0.8407.22397
    FillFromFile                                           .\Effects\FillFromFile.dll, Version=6.0.8407.22418
    Film                                                   .\Effects\Film.dll, Version=4.0.4642.26607
    FindEdges                                              .\Effects\FindEdges.dll, Version=1.2.0.0
    Flip                                                   .\Effects\Flip.dll, Version=4.6.7358.36953
    Flourish                                               .\Effects\Flourish.dll, Version=1.0.3.0
    FurBlur                                                .\Effects\FurBlur.dll, Version=1.0.1.0
    GaussianBlurPlus                                       .\Effects\GaussianBlurPlus.dll, Version=4.2.5691.27401
    FloydSteinbergDithering                                .\Effects\FloydSteinbergDithering.dll, Version=5.2.8174.39918
    __blur                                                 .\Effects\Glass_Blur.dll, Version=1.1.7212.26179
    Gmic                                                   .\Effects\Gmic.dll, Version=3.3.0.0
    Gossamer                                               .\Effects\Gossamer.dll, Version=1.0.2.0
    Gradient Bars                                          .\Effects\Gradient Bars.dll, Version=4.0.5152.23084
    Gradient Blocks                                        .\Effects\Gradient Blocks.dll, Version=4.0.4642.26658
    Gradient Grid                                          .\Effects\Gradient Grid.dll, Version=4.0.6436.36068
    GradientsGalore                                        .\Effects\GradientsGalore.dll, Version=1.0.5.0
    Gray2Alpha                                             .\Effects\Gray2Alpha.dll, Version=6.0.8407.22439
    Emboss+                                                .\Effects\Emboss+.dll, Version=1.2.0.0
    Grid Warp                                              .\Effects\Grid Warp.dll, Version=4.0.6544.34496
    Gears                                                  .\Effects\Gears.dll, Version=1.0.2.0
    Grow                                                   .\Effects\Grow.dll, Version=1.0.7.0
    Helix                                                  .\Effects\Helix.dll, Version=1.0.1.0
    Highlight                                              .\Effects\Highlight.dll, Version=1.0.1.0
    InnerShadow                                            .\Effects\InnerShadow.dll, Version=3.0.5509.3391
    IntensityRGB_beta                                      .\Effects\IntensityRGB_beta.dll, Version=0.0.0.0
    Jitter                                                 .\Effects\Jitter.dll, Version=4.0.4642.26986
    Kill Color Keeper                                      .\Effects\Kill Color Keeper.dll, Version=1.0.6641.13453
    Kuwahara                                               .\Effects\Kuwahara.dll, Version=1.0.0.0
    Landscape                                              .\Effects\Landscape.dll, Version=5.2.8174.40347
    __lattice                                              .\Effects\Lattice_Transform.dll, Version=1.0.7215.30711
    Grain                                                  .\Effects\Grain.dll, Version=1.0.3854.25523
    LevelHorizon                                           .\Effects\LevelHorizon.dll, Version=6.0.8407.22459
    LightRays                                              .\Effects\LightRays.dll, Version=2.1.5.14276
    LocalContrast                                          .\Effects\LocalContrast.dll, Version=3.0.0.0
    Liquify                                                .\Effects\Liquify.dll, Version=4.0.5873.25113
    LocalStatsDenoisingFilter                              .\Effects\LocalStatsDenoisingFilter.dll, Version=2.0.0.0
    LongiStripes                                           .\Effects\LongiStripes.dll, Version=1.0.6337.34025
    Animal                                                 .\Effects\MadJikPack\Animal.dll, Version=2.2.5.20384
    AutoChrome                                             .\Effects\MadJikPack\AutoChrome.dll, Version=1.2.5.19669
    Bars                                                   .\Effects\MadJikPack\Bars.dll, Version=1.2.5.23704
    Boutons                                                .\Effects\MadJikPack\Boutons.dll, Version=1.2.5.23747
    ChangeExtremeColors                                    .\Effects\MadJikPack\ChangeExtremeColors.dll, Version=1.2.6.30674
    ColorModulo                                            .\Effects\MadJikPack\ColorModulo.dll, Version=1.2.5.25136
    ColorZoomBlur                                          .\Effects\MadJikPack\ColorZoomBlur.dll, Version=1.2.5.17431
    Displacement                                           .\Effects\MadJikPack\Displacement.dll, Version=1.3.5.15773
    DistortingMirror                                       .\Effects\MadJikPack\DistortingMirror.dll, Version=1.2.5.15788
    Donut                                                  .\Effects\MadJikPack\Donut.dll, Version=1.2.5.15739
    ExpandColor                                            .\Effects\MadJikPack\ExpandColor.dll, Version=1.2.5.15745
    FillPalette                                            .\Effects\MadJikPack\FillPalette.dll, Version=1.2.5.32012
    FractalAttractor                                       .\Effects\MadJikPack\FractalAttractor.dll, Version=1.3.5.27448
    FractalFern                                            .\Effects\MadJikPack\FractalFern.dll, Version=1.2.0.28378
    FractalTree                                            .\Effects\MadJikPack\FractalTree.dll, Version=1.2.0.38806
    Frames                                                 .\Effects\MadJikPack\Frames.dll, Version=1.2.5.27903
    Gen96Colors                                            .\Effects\MadJikPack\Gen96Colors.dll, Version=1.2.0.15608
    GradientBlur                                           .\Effects\MadJikPack\GradientBlur.dll, Version=1.2.5.28179
    Gravity                                                .\Effects\MadJikPack\Gravity.dll, Version=1.2.5.29548
    GridMaker                                              .\Effects\MadJikPack\GridMaker.dll, Version=5.2.5.29827
    HilbertCurve                                           .\Effects\MadJikPack\HilbertCurve.dll, Version=1.2.0.32151
    JuliaPlus                                              .\Effects\MadJikPack\JuliaPlus.dll, Version=1.2.5.13821
    KaleidoGen                                             .\Effects\MadJikPack\KaleidoGen.dll, Version=1.3.5.30504
    LensFlare                                              .\Effects\MadJikPack\LensFlare.dll, Version=2.2.12.35124
    Kaleidoscope                                           .\Effects\MadJikPack\Kaleidoscope.dll, Version=1.6.1.27167
    coloraberation                                         .\Effects\MadJikPack\coloraberation.dll, Version=1.2.5.15647
    ListOfPalettes                                         .\Effects\MadJikPack\ListOfPalettes.dll, Version=1.0.0.32564
    Magnifier                                              .\Effects\MadJikPack\Magnifier.dll, Version=1.3.5.14308
    HexaGrid                                               .\Effects\MadJikPack\HexaGrid.dll, Version=4.1.0.40699
    Majority                                               .\Effects\MadJikPack\Majority.dll, Version=1.2.5.14328
    LightRays                                              .\Effects\MadJikPack\LightRays.dll, Version=2.1.5.14276
    Moire                                                  .\Effects\MadJikPack\Moire.dll, Version=1.2.5.14350
    Melting                                                .\Effects\MadJikPack\Melting.dll, Version=1.3.6550.31783
    HexaGrid                                               .\Effects\HexaGrid.dll, Version=4.1.0.40699
    MotionSharpen                                          .\Effects\MadJikPack\MotionSharpen.dll, Version=1.2.5.19059
    Nebulous                                               .\Effects\MadJikPack\Nebulous.dll, Version=1.2.5.19527
    NewtonFractal                                          .\Effects\MadJikPack\NewtonFractal.dll, Version=2.2.5.19770
    Oblique                                                .\Effects\MadJikPack\Oblique.dll, Version=1.2.5.15730
    Overliner                                              .\Effects\MadJikPack\Overliner.dll, Version=1.2.5.25545
    PageCurl                                               .\Effects\MadJikPack\PageCurl.dll, Version=1.5.5.23162
    AutoChromeNoise                                        .\Effects\MadJikPack\AutoChromeNoise.dll, Version=1.2.5.23331
    Paneling                                               .\Effects\MadJikPack\Paneling.dll, Version=1.2.5.23448
    PerlinTexture                                          .\Effects\MadJikPack\PerlinTexture.dll, Version=2.2.5.23710
    Polar                                                  .\Effects\MadJikPack\Polar.dll, Version=1.2.5.24467
    Polygones                                              .\Effects\MadJikPack\Polygones.dll, Version=1.3.5.31866
    Radialcolors                                           .\Effects\MadJikPack\Radialcolors.dll, Version=1.2.5.21672
    RainbowTwist                                           .\Effects\MadJikPack\RainbowTwist.dll, Version=1.2.5.25218
    RandomLines                                            .\Effects\MadJikPack\RandomLines.dll, Version=1.2.5.25981
    RandomMaze1                                            .\Effects\MadJikPack\RandomMaze1.dll, Version=1.2.5.26409
    RandomMaze2                                            .\Effects\MadJikPack\RandomMaze2.dll, Version=1.2.5.26820
    RecolorGray                                            .\Effects\MadJikPack\RecolorGray.dll, Version=1.2.5.27251
    RegularNoise                                           .\Effects\MadJikPack\RegularNoise.dll, Version=1.2.5.29080
    Rosaces                                                .\Effects\MadJikPack\Rosaces.dll, Version=1.2.5.29635
    SeamlessTextureMaker                                   .\Effects\MadJikPack\SeamlessTextureMaker.dll, Version=1.2.5.29984
    Shapes                                                 .\Effects\MadJikPack\Shapes.dll, Version=1.6.5.30197
    Signature                                              .\Effects\MadJikPack\Signature.dll, Version=1.5.6617.21474
    SmoothNoise                                            .\Effects\MadJikPack\SmoothNoise.dll, Version=1.0.0.28227
    SinWaves                                               .\Effects\MadJikPack\SinWaves.dll, Version=1.2.5.30582
    Sparkles                                               .\Effects\MadJikPack\Sparkles.dll, Version=1.2.5.12788
    Spiral                                                 .\Effects\MadJikPack\Spiral.dll, Version=1.2.5.12809
    SpiroShapes                                            .\Effects\MadJikPack\SpiroShapes.dll, Version=2.2.5.16659
    SpiroGraph                                             .\Effects\MadJikPack\SpiroGraph.dll, Version=1.2.5.12972
    Splashes                                               .\Effects\MadJikPack\Splashes.dll, Version=1.2.5.13040
    StarGlow                                               .\Effects\MadJikPack\StarGlow.dll, Version=1.3.5.17930
    SpotCenter                                             .\Effects\MadJikPack\SpotCenter.dll, Version=1.2.0.17265
    Stars                                                  .\Effects\MadJikPack\Stars.dll, Version=2.0.0.25701
    Tiles                                                  .\Effects\MadJikPack\Tiles.dll, Version=1.2.5.13094
    Tournesol                                              .\Effects\MadJikPack\Tournesol.dll, Version=1.2.5.13128
    TubeOblique                                            .\Effects\MadJikPack\TubeOblique.dll, Version=1.2.5.15697
    TwistZ                                                 .\Effects\MadJikPack\TwistZ.dll, Version=1.2.5.13350
    Vibrato                                                .\Effects\MadJikPack\Vibrato.dll, Version=2.0.5.13530
    Waves                                                  .\Effects\MadJikPack\Waves.dll, Version=1.2.5.14072
    Volutes                                                .\Effects\MadJikPack\Volutes.dll, Version=1.3.5.13753
    XYCoords                                               .\Effects\MadJikPack\XYCoords.dll, Version=1.2.6.20985
    MemeMaker                                              .\Effects\MemeMaker.dll, Version=6.0.8407.22476
    Metallize                                              .\Effects\Metallize.dll, Version=1.2.4415.32969
    Mise En Abyme                                          .\Effects\Mise En Abyme.dll, Version=1.1.0.0
    MultiColorGradient                                     .\Effects\MultiColorGradient.dll, Version=1.0.0.0
    MultiSpline                                            .\Effects\MultiSpline.dll, Version=1.0.4.0
    WaterReflection                                        .\Effects\MadJikPack\WaterReflection.dll, Version=1.2.5.15754
    MultiThreshold                                         .\Effects\MultiThreshold.dll, Version=1.1.4330.38982
    WetFloor                                               .\Effects\MadJikPack\WetFloor.dll, Version=1.2.5.14166
    NoiseChoice                                            .\Effects\NoiseChoice.dll, Version=1.0.1.0
    ObjectBevel                                            .\Effects\ObjectBevel.dll, Version=1.0.6.0
    ObjectEdge                                             .\Effects\Objectedge.dll, Version=1.0.1.0
    ObjectShadowPro                                        .\Effects\ObjectShadowPro.dll, Version=1.0.7421.614
    ObjectTools                                            .\Effects\ObjectTools.dll, Version=6.0.8482.2565
    OilPaintingPlus                                        .\Effects\OilPaintingPlus.dll, Version=5.2.8141.27893
    Feather                                                .\Effects\OldFeather.dll, Version=2.3.4315.37038
    Olden                                                  .\Effects\Olden.dll, Version=1.5.0.0
    Outline Object                                         .\Effects\Outline Object.dll, Version=4.0.4642.26954
    Object2Colour                                          .\Effects\Object2Colour.dll, Version=1.0.1.0
    Overblur                                               .\Effects\Overblur.dll, Version=1.0.1.0
    PasteAlpha                                             .\Effects\PasteAlpha.dll, Version=5.2.8174.40450
    Pastel                                                 .\Effects\Pastel.dll, Version=5.2.8174.40506
    perlin_noise                                           .\Effects\perlin_noise.dll, Version=1.1.7172.28890
    PdnV5EffectSamples                                     .\Effects\PDNv5EffectSamples.2023.01.07\PdnV5EffectSamples.dll, Version=1.0.8407.28476
    ComputeSharp.D2D1                                      .\Effects\PDNv5EffectSamples.2023.01.07\ComputeSharp.D2D1.dll, Version=2.0.0.0
    ComputeSharp.Core                                      .\Effects\PDNv5EffectSamples.2023.01.07\ComputeSharp.Core.dll, Version=2.0.0.0
    Perspective                                            .\Effects\Perspective.dll, Version=2.1.4415.36116
    PhotoAdjustments                                       .\Effects\PhotoAdjustments.dll, Version=6.0.8416.38377
    Polar                                                  .\Effects\Polar.dll, Version=1.2.5.24467
    PolyGlitch.Effects                                     .\Effects\PolyGlitch.Effects.dll, Version=1.4.0.0
    a_polar_test                                           .\Effects\Polar_Kaleidoscope.dll, Version=1.0.7188.40229
    PointBlur                                              .\Effects\PointBlur.dll, Version=1.0.0.0
    Poster                                                 .\Effects\Poster.dll, Version=1.0.2.0
    Pixelate+                                              .\Effects\Pixelate+.dll, Version=4.0.4642.26940
    PowerStretch                                           .\Effects\PowerStretch.dll, Version=0.0.0.0
    Psychocolour                                           .\Effects\Psychocolour.dll, Version=1.0.1.0
    pxEexpansion                                           .\Effects\pxEexpansion.dll, Version=1.0.4437.36287
    PSFilterPdn                                            .\Effects\PSFilterPdn.dll, Version=2.0.2.0
    rainball                                               .\Effects\rainball.dll, Version=1.0.4907.41850
    Random Effect                                          .\Effects\Random Effect.dll, Version=4.0.4642.26928
    Random Shape Fill                                      .\Effects\Random Shape Fill.dll, Version=4.0.4642.26910
    RecolourChoice                                         .\Effects\RecolourChoice.dll, Version=1.0.1.0
    RedEyeQuickFix                                         .\Effects\RedEyeQuickFix.dll, Version=1.1.3161.39688
    RemoveTransparency                                     .\Effects\RemoveTransparency.dll, Version=1.0.0.0
    __killblack                                            .\Effects\Remove_Black.dll, Version=1.0.7212.28737
    Rosaces                                                .\Effects\Rosaces.dll, Version=1.2.5.29635
    RotateText                                             .\Effects\RotateText.dll, Version=1.1.4415.32628
    RotateTextSUI                                          .\Effects\RotateTextSUI.dll, Version=1.1.4415.32713
    RemoveDust                                             .\Effects\RemoveDust.dll, Version=6.0.8407.22513
    Rotate_Zoom+                                           .\Effects\Rotate_Zoom+.dll, Version=1.11.5237.17779
    Scintillate                                            .\Effects\Scintillate.dll, Version=1.0.1.0
    Scribble                                               .\Effects\Scribble.dll, Version=1.0.1.0
    System.IO.Compression                                  .\System.IO.Compression.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    SeamCarving                                            .\Effects\SeamCarving.dll, Version=5.2.8176.39366
    SeamlessTextureMaker                                   .\Effects\SeamlessTextureMaker.dll, Version=1.2.5.29984
    Selection2Clear                                        .\Effects\Selection2Clear.dll, Version=1.0.1.0
    SelectionTools                                         .\Effects\SelectionTools.dll, Version=6.0.8412.38725
    ShadowHighlight                                        .\Effects\ShadowHighlight.dll, Version=3.0.0.0
    Shape3D                                                .\Effects\Shape3D.dll, Version=1.2.6.0
    shapegradient                                          .\Effects\shapegradient.dll, Version=1.5.3886.6574
    Sharpen+                                               .\Effects\Sharpen+.dll, Version=4.0.0.0
    SharpenClassic                                         .\Effects\SharpenClassic.dll, Version=1.0.8420.39106
    SinWaves                                               .\Effects\SinWaves.dll, Version=1.2.5.30582
    Slinky                                                 .\Effects\Slinky.dll, Version=1.0.1.0
    Smudge                                                 .\Effects\Smudge.dll, Version=4.0.5873.25097
    Specular                                               .\Effects\Specular.dll, Version=1.0.3254.27778
    __bulge2                                               .\Effects\Spherical_Bulge.dll, Version=1.0.7224.336
    Spiral                                                 .\Effects\Spiral.dll, Version=1.2.5.12809
    SpeechBubble                                           .\Effects\SpeechBubble.dll, Version=2.1.4445.42029
    SpiralText                                             .\Effects\SpiralText.dll, Version=1.4.4415.32775
    SpiroGraph                                             .\Effects\SpiroGraph.dll, Version=1.2.5.12972
    Splatter                                               .\Effects\Splatter.dll, Version=4.0.5873.25083
    SpotCenter                                             .\Effects\SpotCenter.dll, Version=1.2.0.17265
    Squirkle                                               .\Effects\Squirkle.dll, Version=1.0.1.0
    SquirkleWarp                                           .\Effects\SquirkleWarp.dll, Version=1.0.1.0
    Stitch                                                 .\Effects\Stitch.dll, Version=4.0.4642.26808
    StringAndPin                                           .\Effects\StringAndPin.dll, Version=1.0.1.0
    Table                                                  .\Effects\Table.dll, Version=1.1.5847.38905
    TextDistortion                                         .\Effects\TextDistortion.dll, Version=1.1.0.0
    OutlineGradientText                                    .\Effects\OutlineGradientText.dll, Version=1.0.0.0
    TextMask                                               .\Effects\TextMask.dll, Version=1.0.0.0
    RoundedRectangle                                       .\Effects\RoundedRectangle.dll, Version=1.1.0.0
    OptionBasedLibrary v0.7.9                              .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561
    OptionBasedLibrary v0.7.9                              .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561
    OptionBasedLibrary v0.7.9                              .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561
    OptionBasedLibrary v0.7.9                              .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561
    K4os.Compression.LZ4                                   .\K4os.Compression.LZ4.dll, Version=1.2.16.0, PublicKeyToken=2186fa9121ef231d
    System.CodeDom                                         .\System.CodeDom.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Runtime.CompilerServices.Unsafe                 .\System.Runtime.CompilerServices.Unsafe.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.StackTrace                          .\System.Diagnostics.StackTrace.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a

Native modules                                             501
    paintdotnet.exe                                        .\paintdotnet.exe, version=5.11.8685.3093
    ntdll.dll                                              C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    KERNEL32.DLL                                           C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.19041.3570 (WinBuild.160101.0800)
    KERNELBASE.dll                                         C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    SHELL32.dll                                            C:\WINDOWS\System32\SHELL32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    msvcp_win.dll                                          C:\WINDOWS\System32\msvcp_win.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    ucrtbase.dll                                           C:\WINDOWS\System32\ucrtbase.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    USER32.dll                                             C:\WINDOWS\System32\USER32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    win32u.dll                                             C:\WINDOWS\System32\win32u.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    GDI32.dll                                              C:\WINDOWS\System32\GDI32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    gdi32full.dll                                          C:\WINDOWS\System32\gdi32full.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    ole32.dll                                              C:\WINDOWS\System32\ole32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    RPCRT4.dll                                             C:\WINDOWS\System32\RPCRT4.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    combase.dll                                            C:\WINDOWS\System32\combase.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    OLEAUT32.dll                                           C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    SHLWAPI.dll                                            C:\WINDOWS\System32\SHLWAPI.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    msvcrt.dll                                             C:\WINDOWS\System32\msvcrt.dll, version=7.0.19041.3570 (WinBuild.160101.0800)
    VCRUNTIME140_1.dll                                     .\VCRUNTIME140_1.dll, version=14.38.33126.1
    VCRUNTIME140.dll                                       .\VCRUNTIME140.dll, version=14.38.33126.1
    IMM32.DLL                                              C:\WINDOWS\System32\IMM32.DLL, version=10.0.19041.3570 (WinBuild.160101.0800)
    shcore.dll                                             C:\WINDOWS\System32\shcore.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    hostfxr.dll                                            .\hostfxr.dll, version=7,0,1223,47720 @Commit: 4a824ef37caa51072221584c64cbf15455f406ca
    ADVAPI32.dll                                           C:\WINDOWS\System32\ADVAPI32.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    sechost.dll                                            C:\WINDOWS\System32\sechost.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    hostpolicy.dll                                         .\hostpolicy.dll, version=7,0,1223,47720 @Commit: 4a824ef37caa51072221584c64cbf15455f406ca
    coreclr.dll                                            .\coreclr.dll, version=7,0,1223,47720 @Commit: 4a824ef37caa51072221584c64cbf15455f406ca
    bcryptPrimitives.dll                                   C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    System.Private.CoreLib.dll                             .\System.Private.CoreLib.dll, version=7.0.1223.47720
    clrjit.dll                                             .\clrjit.dll, version=7,0,1223,47720 @Commit: 4a824ef37caa51072221584c64cbf15455f406ca
    kernel.appcore.dll                                     C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    paintdotnet.dll                                        .\paintdotnet.dll, version=5.11.8685.3093
    System.Runtime.dll                                     .\System.Runtime.dll, version=7.0.1223.47720
    uxtheme.dll                                            C:\WINDOWS\system32\uxtheme.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    System.Threading.Thread.dll                            .\System.Threading.Thread.dll, version=7.0.1223.47720
    PaintDotNet.SystemLayer.dll                            .\PaintDotNet.SystemLayer.dll, version=5.11.8685.3093
    System.Windows.Forms.dll                               .\System.Windows.Forms.dll, version=7.0.1223.47803
    System.ComponentModel.Primitives.dll                   .\System.ComponentModel.Primitives.dll, version=7.0.1223.47720
    System.Windows.Forms.Primitives.dll                    .\System.Windows.Forms.Primitives.dll, version=7.0.1223.47803
    System.Runtime.InteropServices.dll                     .\System.Runtime.InteropServices.dll, version=7.0.1223.47720
    System.Drawing.Primitives.dll                          .\System.Drawing.Primitives.dll, version=7.0.1223.47720
    PaintDotNet.Base.dll                                   .\PaintDotNet.Base.dll, version=5.11.8685.3093
    PaintDotNet.Fundamentals.dll                           .\PaintDotNet.Fundamentals.dll, version=5.11.8685.3093
    System.Diagnostics.Tracing.dll                         .\System.Diagnostics.Tracing.dll, version=7.0.1223.47720
    icu.dll                                                C:\WINDOWS\SYSTEM32\icu.dll, version=64, 2, 0, 0 (WinBuild.160101.0800)
    System.Collections.dll                                 .\System.Collections.dll, version=7.0.1223.47720
    PaintDotNet.Collections.dll                            .\PaintDotNet.Collections.dll, version=5.11.8685.3093
    System.Linq.dll                                        .\System.Linq.dll, version=7.0.1223.47720
    System.Collections.Concurrent.dll                      .\System.Collections.Concurrent.dll, version=7.0.1223.47720
    PaintDotNet.Core.dll                                   .\PaintDotNet.Core.dll, version=5.11.8685.3093
    PaintDotNet.ComponentModel.dll                         .\PaintDotNet.ComponentModel.dll, version=5.11.8685.3093
    PaintDotNet.Resources.dll                              .\PaintDotNet.Resources.dll, version=5.11.8685.3093
    PaintDotNet.Runtime.dll                                .\PaintDotNet.Runtime.dll, version=5.11.8685.3093
    PaintDotNet.Windows.dll                                .\PaintDotNet.Windows.dll, version=5.11.8685.3093
    TerraFX.Interop.Windows.dll                            .\TerraFX.Interop.Windows.dll, version=10.0.22621.2
    PaintDotNet.Primitives.dll                             .\PaintDotNet.Primitives.dll, version=5.11.8685.3093
    System.Threading.dll                                   .\System.Threading.dll, version=7.0.1223.47720
    PointerToolkit.dll                                     .\PointerToolkit.dll, version=1.0.0.0
    PaintDotNet.Systrace.dll                               .\PaintDotNet.Systrace.dll, version=5.11.8685.3093
    System.Diagnostics.Process.dll                         .\System.Diagnostics.Process.dll, version=7.0.1223.47720
    windows.storage.dll                                    C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    Wldp.dll                                               C:\WINDOWS\SYSTEM32\Wldp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    PaintDotNet.Windows.Core.dll                           .\PaintDotNet.Windows.Core.dll, version=5.11.8685.3093
    System.Private.Uri.dll                                 .\System.Private.Uri.dll, version=7.0.1223.47720
    BCrypt.dll                                             C:\WINDOWS\System32\BCrypt.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    WindowsBase.dll                                        .\WindowsBase.dll, version=7.0.1223.47802
    System.Diagnostics.TraceSource.dll                     .\System.Diagnostics.TraceSource.dll, version=7.0.1223.47720
    PaintDotNet.ObjectModel.dll                            .\PaintDotNet.ObjectModel.dll, version=5.11.8685.3093
    System.Text.Encoding.CodePages.dll                     .\System.Text.Encoding.CodePages.dll, version=7.0.1223.47720
    System.ObjectModel.dll                                 .\System.ObjectModel.dll, version=7.0.1223.47720
    Microsoft.Win32.Primitives.dll                         .\Microsoft.Win32.Primitives.dll, version=7.0.1223.47720
    PaintDotNet.Data.dll                                   .\PaintDotNet.Data.dll, version=5.11.8685.3093
    CommunityToolkit.HighPerformance.dll                   .\CommunityToolkit.HighPerformance.dll, version=8.2.1.1
    PaintDotNet.Framework.dll                              .\PaintDotNet.Framework.dll, version=5.11.8685.3093
    System.Threading.ThreadPool.dll                        .\System.Threading.ThreadPool.dll, version=7.0.1223.47720
    PresentationNative_cor3.dll                            .\PresentationNative_cor3.dll, version=7,0,23,40905 @Commit: 62999eb1848d22a5271ae178aa2b92383e1df544
    System.Configuration.ConfigurationManager.dll          .\System.Configuration.ConfigurationManager.dll, version=7.0.1223.47720
    System.Collections.Specialized.dll                     .\System.Collections.Specialized.dll, version=7.0.1223.47720
    PaintDotNet.Windows.Framework.dll                      .\PaintDotNet.Windows.Framework.dll, version=5.11.8685.3093
    System.Xml.ReaderWriter.dll                            .\System.Xml.ReaderWriter.dll, version=7.0.1223.47720
    System.Private.Xml.dll                                 .\System.Private.Xml.dll, version=7.0.1223.47720
    PaintDotNet.UI.dll                                     .\PaintDotNet.UI.dll, version=5.11.8685.3093
    System.Net.WebClient.dll                               .\System.Net.WebClient.dll, version=7.0.1223.47720
    System.ComponentModel.EventBasedAsync.dll              .\System.ComponentModel.EventBasedAsync.dll, version=7.0.1223.47720
    System.Memory.dll                                      .\System.Memory.dll, version=7.0.1223.47720
    System.Text.Encoding.Extensions.dll                    .\System.Text.Encoding.Extensions.dll, version=7.0.1223.47720
    Microsoft.Win32.SystemEvents.dll                       .\Microsoft.Win32.SystemEvents.dll, version=7.0.1223.47720
    System.Drawing.Common.dll                              .\System.Drawing.Common.dll, version=7.0.1223.47720
    MSCTF.dll                                              C:\WINDOWS\System32\MSCTF.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    Microsoft.Win32.Registry.dll                           .\Microsoft.Win32.Registry.dll, version=7.0.1223.47720
    System.Collections.Immutable.dll                       .\System.Collections.Immutable.dll, version=7.0.1223.47720
    dxgi.DLL                                               C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.19041.3570 (WinBuild.160101.0800)
    ComputeSharp.D2D1.dll                                  .\ComputeSharp.D2D1.dll, version=2.1.0.0
    PointerToolkit.TerraFX.Interop.Windows.dll             .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.2
    System.Security.Principal.Windows.dll                  .\System.Security.Principal.Windows.dll, version=7.0.1223.47720
    System.Security.Claims.dll                             .\System.Security.Claims.dll, version=7.0.1223.47720
    System.Diagnostics.FileVersionInfo.dll                 .\System.Diagnostics.FileVersionInfo.dll, version=7.0.1223.47720
    profapi.dll                                            C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    version.dll                                            C:\WINDOWS\SYSTEM32\version.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    PresentationFramework.dll                              .\PresentationFramework.dll, version=7.0.1223.47802
    d3d11.DLL                                              C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.19041.3570 (WinBuild.160101.0800)
    aticfx64.dll                                           C:\WINDOWS\SYSTEM32\aticfx64.dll, version=8.17.10.1404
    WINMM.dll                                              C:\WINDOWS\SYSTEM32\WINMM.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    System.ComponentModel.TypeConverter.dll                .\System.ComponentModel.TypeConverter.dll, version=7.0.1223.47720
    System.ComponentModel.dll                              .\System.ComponentModel.dll, version=7.0.1223.47720
    System.Xaml.dll                                        .\System.Xaml.dll, version=7.0.1223.47802
    PaintDotNet.PropertySystem.dll                         .\PaintDotNet.PropertySystem.dll, version=5.11.8685.3093
    atiuxp64.dll                                           C:\WINDOWS\SYSTEM32\atiuxp64.dll, version=8.14.01.6463
    PresentationCore.dll                                   .\PresentationCore.dll, version=7.0.1223.47802
    atidxx64.dll                                           C:\WINDOWS\SYSTEM32\atidxx64.dll, version=8.17.10.0625
    apphelp.dll                                            C:\WINDOWS\SYSTEM32\apphelp.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    DirectWriteForwarder.dll                               .\DirectWriteForwarder.dll, version=7,0,1223,47802 @Commit: c94bac748138456f4feef271b3dc18e4b46453e6
    System.Runtime.Extensions.dll                          .\System.Runtime.Extensions.dll, version=7.0.1223.47720
    dxcore.dll                                             C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    cfgmgr32.dll                                           C:\WINDOWS\System32\cfgmgr32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    System.Diagnostics.Debug.dll                           .\System.Diagnostics.Debug.dll, version=7.0.1223.47720
    System.Runtime.CompilerServices.VisualC.dll            .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.1223.47720
    dwrite.dll                                             C:\WINDOWS\SYSTEM32\dwrite.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    System.Collections.NonGeneric.dll                      .\System.Collections.NonGeneric.dll, version=7.0.1223.47720
    d2d1.DLL                                               C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
    clbcatq.dll                                            C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800)
    UIAnimation.dll                                        C:\WINDOWS\System32\UIAnimation.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    gdiplus.dll                                            C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.3570_none_91a61d1ecc865de8\gdiplus.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    WindowsCodecs.dll                                      C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    System.IO.Packaging.dll                                .\System.IO.Packaging.dll, version=7.0.1223.47720
    XmlLite.dll                                            C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    PaintDotNet.Effects.Core.dll                           .\PaintDotNet.Effects.Core.dll, version=5.11.8685.3093
    UIAutomationTypes.dll                                  .\UIAutomationTypes.dll, version=7.0.1223.47802
    comctl32.dll                                           C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3570_none_60bb2a3971f3e41a\comctl32.dll, version=6.10 (WinBuild.160101.0800)
    Accessibility.dll                                      .\Accessibility.dll, version=7.0.1223.47803
    System.Numerics.Vectors.dll                            .\System.Numerics.Vectors.dll, version=7.0.1223.47720
    System.IO.Hashing.dll                                  .\System.IO.Hashing.dll, version=7.0.22.51805
    PaintDotNet.Effects.Gpu.dll                            .\PaintDotNet.Effects.Gpu.dll, version=5.11.8685.3093
    PaintDotNet.Effects.dll                                .\PaintDotNet.Effects.dll, version=5.11.8685.3093
    System.Threading.Tasks.Parallel.dll                    .\System.Threading.Tasks.Parallel.dll, version=7.0.1223.47720
    System.Reflection.Metadata.dll                         .\System.Reflection.Metadata.dll, version=7.0.1223.47720
    System.IO.MemoryMappedFiles.dll                        .\System.IO.MemoryMappedFiles.dll, version=7.0.1223.47720
    Mono.Cecil.dll                                         .\Mono.Cecil.dll, version=0.11.5.0
    System.Reflection.MetadataLoadContext.dll              .\System.Reflection.MetadataLoadContext.dll, version=7.0.22.51805
    System.Runtime.Intrinsics.dll                          .\System.Runtime.Intrinsics.dll, version=7.0.1223.47720
    System.Console.dll                                     .\System.Console.dll, version=7.0.1223.47720
    Newtonsoft.Json.dll                                    .\Newtonsoft.Json.dll, version=13.0.3.27908
    System.Runtime.Serialization.Formatters.dll            .\System.Runtime.Serialization.Formatters.dll, version=7.0.1223.47720
    System.Linq.Expressions.dll                            .\System.Linq.Expressions.dll, version=7.0.1223.47720
    System.Runtime.Numerics.dll                            .\System.Runtime.Numerics.dll, version=7.0.1223.47720
    System.Text.RegularExpressions.dll                     .\System.Text.RegularExpressions.dll, version=7.0.1223.47720
    PhotoSauce.MagicScaler.dll                             .\PhotoSauce.MagicScaler.dll, version=0.13.2.0
    TextShaping.dll                                        C:\WINDOWS\SYSTEM32\TextShaping.dll, version=
    System.Runtime.Loader.dll                              .\System.Runtime.Loader.dll, version=7.0.1223.47720
    netstandard.dll                                        .\netstandard.dll, version=7.0.1223.47720
    wtsapi32.dll                                           C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    WINSTA.dll                                             C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    D3D10Warp.dll                                          C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    ABRFileType.dll                                        .\FileTypes\ABRFileType.dll, version=1.3.0.0
    PhotoShop.dll                                          .\FileTypes\PhotoShop.dll, version=2.5.0.0
    AnimGIF.dll                                            .\FileTypes\AnimGIF.dll, version=2.4.4119.28305
    UIAutomationCore.dll                                   C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.19041.3570 (WinBuild.160101.0800)
    PROPSYS.dll                                            C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.19041.3570 (WinBuild.160101.0800)
    RawFileType.dll                                        .\FileTypes\RawFileType.dll, version=1.2.2.0
    mscorlib.dll                                           .\mscorlib.dll, version=7.0.1223.47720
    System.dll                                             .\System.dll, version=7.0.1223.47720
    System.Drawing.dll                                     .\System.Drawing.dll, version=7.0.1223.47803
    mfplat.dll                                             C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    RTWorkQ.DLL                                            C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.19041.1 (WinBuild.160101.0800)
    System.Security.Cryptography.dll                       .\System.Security.Cryptography.dll, version=7.0.1223.47720
    CompPkgSup.DLL                                         C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.19041.3570 (WinBuild.160101.0800)
    Windows.StateRepositoryPS.dll                          C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    AvifFileType.dll                                       .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.26.0
    DdsFileTypePlus.dll                                    .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.12.8.0
    WinTypes.dll                                           C:\Windows\System32\WinTypes.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    WebPFileType.dll                                       .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.20.0
    dwmapi.DLL                                             C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.19041.3570 (WinBuild.160101.0800)
    dataexchange.dll                                       C:\WINDOWS\system32\dataexchange.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    dcomp.dll                                              C:\WINDOWS\system32\dcomp.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    twinapi.appcore.dll                                    C:\WINDOWS\system32\twinapi.appcore.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    textinputframework.dll                                 C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    CoreUIComponents.dll                                   C:\WINDOWS\System32\CoreUIComponents.dll, version=10.0.19041.3570
    CoreMessaging.dll                                      C:\WINDOWS\System32\CoreMessaging.dll, version=10.0.19041.3570
    WS2_32.dll                                             C:\WINDOWS\System32\WS2_32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    ntmarta.dll                                            C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    powrprof.dll                                           C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    UMPDC.dll                                              C:\WINDOWS\SYSTEM32\UMPDC.dll, version=
    PaintDotNet.Effects.Legacy.dll                         .\PaintDotNet.Effects.Legacy.dll, version=5.11.8685.3093
    PaintDotNet.SystemLayer.Native.x64.dll                 .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.11.8685.3093
    PaintDotNet.Plugins.Compatibility.dll                  .\PaintDotNet.Plugins.Compatibility.dll, version=5.11.8685.3093
    Vandermotten.PaintDotNetEffects.ObjectAlign.dll        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.ObjectAlign.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.dll                    C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, version=5.0.2.0
    System.Resources.Extensions.dll                        .\System.Resources.Extensions.dll, version=7.0.1223.47720
    Vandermotten.PaintDotNetEffects.Monochromes.dll        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.MakeTransparent.dll    C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.MakeTransparent.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.Grid.dll               C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Grid.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.Gradient.dll           C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.FadeEdge.dll           C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.Duotones.dll           C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.DropShadow.dll         C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.ColorAccent.dll        C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.ColorAccent.dll, version=5.0.2.0
    Vandermotten.PaintDotNetEffects.Blurs.dll              C:\Users\User\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll, version=5.0.2.0
    System.Windows.Forms.Legacy.dll                        .\System.Windows.Forms.Legacy.dll, version=1.0.0.0
    WetFloor.dll                                           .\Effects\WetFloor.dll, version=1.2.5.0
    WaveTextSUI.dll                                        .\Effects\WaveTextSUI.dll, version=1.2.4415.33440
    WaveText.dll                                           .\Effects\WaveText.dll, version=1.2.4415.32811
    WaterReflection.dll                                    .\Effects\WaterReflection.dll, version=1.2.5.0
    WallOfText.dll                                         .\Effects\WallOfText.dll, version=1.0.8385.29743
    VignettePlus.dll                                       .\Effects\VignettePlus.dll, version=6.0.8407.22549
    VanishPoint.dll                                        .\Effects\VanishPoint.dll, version=1.0.3.0
    TwoToneThreshold.dll                                   .\Effects\TwoToneThreshold.dll, version=1.0.0.0
    Twist.dll                                              .\Effects\Twist.dll, version=4.0.5873.25056
    TRsZigZag.dll                                          .\Effects\TRsZigZag.dll, version=1.1.4929.6773
    TRsTeslaCoil.dll                                       .\Effects\TRsTeslaCoil.dll, version=1.0.4935.18219
    TRsStrobeMotion.dll                                    .\Effects\TRsStrobeMotion.dll, version=1.2.4962.30523
    TRsSnowFlakeMaker.dll                                  .\Effects\TRsSnowFlakeMaker.dll, version=1.0.3.10409
    TRsRadialExtruder.dll                                  .\Effects\TRsRadialExtruder.dll, version=1.2.5609.8244
    TRsMorpher.dll                                         .\Effects\TRsMorpher.dll, version=1.1.10.8959
    TRsMonolithic.dll                                      .\Effects\TRsMonolithic.dll, version=1.0.6.24412
    TRsKaboom.dll                                          .\Effects\TRsKaboom.dll, version=1.0.5118.21464
    TRsIntensityWarp.dll                                   .\Effects\TRsIntensityWarp.dll, version=1.3.0.0
    TRsFireWorks.dll                                       .\Effects\TRsFireWorks.dll, version=1.2.0.0
    TRsAlphaCutter.dll                                     .\Effects\TRsAlphaCutter.dll, version=3.0.4.0
    TRs Scatter.dll                                        .\Effects\TRs Scatter.dll, version=1.3.4949.23250
    Transparency.dll                                       .\Effects\Transparency.dll, version=6.0.8407.22532
    Trail.dll                                              .\Effects\Trail.dll, version=4.0.4642.26791
    TR's Pixel Push.dll                                    .\Effects\TR's Pixel Push.dll, version=1.0.4954.37564
    explorerframe.dll                                      C:\WINDOWS\system32\explorerframe.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    Tiles.dll                                              .\Effects\Tiles.dll, version=1.2.5.0
    ThatOtherApp.dll                                       .\Effects\ThatOtherApp.dll, version=2.2.0.0
    amsi.dll                                               C:\WINDOWS\SYSTEM32\amsi.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    USERENV.dll                                            C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    MpOav.dll                                              C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23090.2008-0\MpOav.dll, version=4.18.23090.2008 (b0d7cf273f4b179b8031bda447c0e07aca8eb8b4)
    MPCLIENT.DLL                                           C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23090.2008-0\MPCLIENT.DLL, version=4.18.23090.2008 (b0d7cf273f4b179b8031bda447c0e07aca8eb8b4)
    CRYPT32.dll                                            C:\WINDOWS\System32\CRYPT32.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    WINTRUST.dll                                           C:\WINDOWS\System32\WINTRUST.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    MSASN1.dll                                             C:\WINDOWS\System32\MSASN1.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    gpapi.dll                                              C:\WINDOWS\SYSTEM32\gpapi.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    AA's_Assistant.dll                                     .\Effects\AA's_Assistant.dll, version=1.1.4329.33034
    Aardvark.dll                                           .\Effects\Aardvark.dll, version=1.0.6.0
    Advanced Julia Fractal.dll                             .\Effects\Advanced Julia Fractal.dll, version=1.0.7702.38303
    Alias.dll                                              .\Effects\Alias.dll, version=1.0.3056.38522
    Align Object.dll                                       .\Effects\Align Object.dll, version=1.0.1.9
    Alpha2Gray.dll                                         .\Effects\Alpha2Gray.dll, version=6.0.8407.21872
    Cabinet.dll                                            C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800)
    d3dcompiler_47.dll                                     C:\WINDOWS\SYSTEM32\d3dcompiler_47.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    CRYPTSP.dll                                            C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.19041.3570 (WinBuild.160101.0800)
    TGAngle.dll                                            .\Effects\TGAngle.dll, version=1.0.1.0
    System.Core.dll                                        .\System.Core.dll, version=7.0.1223.47720
    TextureShader.dll                                      .\Effects\TextureShader.dll, version=2.3.0.0
    Texture Object Rounder.dll                             .\Effects\Texture Object Rounder.dll, version=1.0.6464.41586
    Textplus.dll                                           .\Effects\Textplus.dll, version=1.0.0.0
    ComputeSharp.Core.dll                                  .\ComputeSharp.Core.dll, version=2.1.0.0
    AlphaThreshold.dll                                     .\Effects\AlphaThreshold.dll, version=1.0.0.0
    AlphaMask.dll                                          .\Effects\AlphaMask.dll, version=2.0.3574.41943
    AlphaBlur.dll                                          .\Effects\AlphaBlur.dll, version=2.0.0.0
    Alpha_to_0.dll                                         .\Effects\Alpha_to_0.dll, version=1.0.4452.22746
    ApplyMask.dll                                          .\Effects\ApplyMask.dll, version=6.0.8609.2294
    ArtyThing.dll                                          .\Effects\ArtyThing.dll, version=1.0.5.0
    Bezncurve.dll                                          .\Effects\Bezncurve.dll, version=4.0.1.0
    Bidirectional Blur.dll                                 .\Effects\Bidirectional Blur.dll, version=1.0.0.0
    BBOutlinedGradientText.dll                             .\Effects\BBOutlinedGradientText.dll, version=6.0.8426.37652
    Alpha_to_255.dll                                       .\Effects\Alpha_to_255.dll, version=1.0.4452.22782
    Black and White Converter.dll                          .\Effects\Black and White Converter.dll, version=1.1.0.0
    BasicPhotoAdjustments.dll                              .\Effects\BasicPhotoAdjustments.dll, version=2.1.4020.485
    BlackandAlpha+.dll                                     .\Effects\BlackandAlpha+.dll, version=1.2.4329.272
    Borders N' Shapes.dll                                  .\Effects\Borders N' Shapes.dll, version=4.0.4642.26476
    Burninate.dll                                          .\Effects\Burninate.dll, version=6.0.8407.22069
    CalliColour.dll                                        .\Effects\CalliColour.dll, version=1.0.1.0
    CameraTrouserFlareV3.dll                               .\Effects\CameraTrouserFlareV3.dll, version=1.1.4600.41268
    ClipDisplaceAA.dll                                     .\Effects\ClipDisplaceAA.dll, version=1.2.4.0
    BlendModesPlus.dll                                     .\Effects\BlendModesPlus.dll, version=2.1.0.0
    circleFractal2.dll                                     .\Effects\circleFractal2.dll, version=1.1.5613.38521
    CircleText.dll                                         .\Effects\CircleText.dll, version=1.4.4415.32488
    CellTexture.dll                                        .\Effects\CellTexture.dll, version=1.0.0.0
    ClipWarpNew.dll                                        .\Effects\ClipWarpNew.dll, version=1.0.1.0
    ClipWarp.dll                                           .\Effects\ClipWarp.dll, version=1.0.9.0
    Cobweb.dll                                             .\Effects\Cobweb.dll, version=1.0.1.0
    CloudsEffect.dll                                       .\Effects\CloudsEffect.dll, version=1.1.1.0
    Color Match.dll                                        .\Effects\Color Match.dll, version=4.0.4642.26532
    ColorMixer.dll                                         .\Effects\ColorMixer.dll, version=1.3.0.0
    ColorSketch_en.dll                                     .\Effects\ColorSketch_en.dll, version=1.0.0.0
    ColorToAlpha.dll                                       .\Effects\ColorToAlpha.dll, version=2.3.0.0
    CompoGrids.dll                                         .\Effects\CompoGrids.dll, version=1.0.2.0
    Compotool.dll                                          .\Effects\Compotool.dll, version=1.0.1.0
    CreativeTextPro.dll                                    .\Effects\CreativeTextPro.dll, version=6.0.8407.22165
    Cubic_Transformation.dll                               .\Effects\Cubic_Transformation.dll, version=1.0.7197.12790
    Cuboids.dll                                            .\Effects\Cuboids.dll, version=1.1.1.0
    Curves+.dll                                            .\Effects\Curves+.dll, version=4.0.6119.31044
    Diagonal Lines.dll                                     .\Effects\Diagonal Lines.dll, version=1.0.4800.36619
    Diffuse.dll                                            .\Effects\Diffuse.dll, version=1.0.3254.27766
    Dimensions.dll                                         .\Effects\Dimensions.dll, version=1.3.6826.38472
    DispMap.dll                                            .\Effects\DispMap.dll, version=2.1.7197.13119
    DistortThis.dll                                        .\Effects\DistortThis.dll, version=2.7.5.37343
    dpyColorBalance.dll                                    .\Effects\dpyColorBalance.dll, version=1.1.4330.37850
    DragFrom.dll                                           .\Effects\DragFrom.dll, version=1.1.0.0
    Dream.dll                                              .\Effects\Dream.dll, version=6.0.8414.36727
    Dryad.dll                                              .\Effects\Dryad.dll, version=1.0.2.0
    Contour.dll                                            .\Effects\Contour.dll, version=1.0.1.0
    EarthsAndGreys.dll                                     .\Effects\EarthsAndGreys.dll, version=1.0.1.0
    EdgeExpander.dll                                       .\Effects\EdgeExpander.dll, version=1.0.5863.38192
    EdgeDetectClassic.dll                                  .\Effects\EdgeDetectClassic.dll, version=1.0.8424.19432
    EdgeShaderMJW.dll                                      .\Effects\EdgeShaderMJW.dll, version=1.1.5849.39125
    EdHarvey.Edfects.dll                                   .\Effects\EdHarvey.Edfects.dll, version=5.0.0.0
    Eyeshine.dll                                           .\Effects\Eyeshine.dll, version=1.0.3700.25905
    Facet.dll                                              .\Effects\Facet.dll, version=1.0.3.0
    FillFromClipboard.dll                                  .\Effects\FillFromClipboard.dll, version=6.0.8407.22397
    FillFromFile.dll                                       .\Effects\FillFromFile.dll, version=6.0.8407.22418
    Film.dll                                               .\Effects\Film.dll, version=4.0.4642.26607
    FindEdges.dll                                          .\Effects\FindEdges.dll, version=1.2.0.0
    Flip.dll                                               .\Effects\Flip.dll, version=4.6.7358.36953
    Flourish.dll                                           .\Effects\Flourish.dll, version=1.0.3.0
    FurBlur.dll                                            .\Effects\FurBlur.dll, version=1.0.1.0
    GaussianBlurPlus.dll                                   .\Effects\GaussianBlurPlus.dll, version=4.2.5691.27401
    FloydSteinbergDithering.dll                            .\Effects\FloydSteinbergDithering.dll, version=5.2.8174.39918
    Glass_Blur.dll                                         .\Effects\Glass_Blur.dll, version=1.1.7212.26179
    Gmic.dll                                               .\Effects\Gmic.dll, version=3.3.0.0
    Gossamer.dll                                           .\Effects\Gossamer.dll, version=1.0.2.0
    Gradient Bars.dll                                      .\Effects\Gradient Bars.dll, version=4.0.5152.23084
    Gradient Blocks.dll                                    .\Effects\Gradient Blocks.dll, version=4.0.4642.26658
    Gradient Grid.dll                                      .\Effects\Gradient Grid.dll, version=4.0.6436.36068
    GradientsGalore.dll                                    .\Effects\GradientsGalore.dll, version=1.0.5.0
    Grain.dll                                              .\Effects\Grain.dll, version=1.0.3854.25523
    Gray2Alpha.dll                                         .\Effects\Gray2Alpha.dll, version=6.0.8407.22439
    Emboss+.dll                                            .\Effects\Emboss+.dll, version=1.2.0.0
    Grid Warp.dll                                          .\Effects\Grid Warp.dll, version=4.0.6544.34496
    Gears.dll                                              .\Effects\Gears.dll, version=1.0.2.0
    Grow.dll                                               .\Effects\Grow.dll, version=1.0.7.0
    Helix.dll                                              .\Effects\Helix.dll, version=1.0.1.0
    Highlight.dll                                          .\Effects\Highlight.dll, version=1.0.1.0
    InnerShadow.dll                                        .\Effects\InnerShadow.dll, version=3.0.5509.3391
    IntensityRGB_beta.dll                                  .\Effects\IntensityRGB_beta.dll, version=0.0.0.0
    Jitter.dll                                             .\Effects\Jitter.dll, version=4.0.4642.26986
    Kill Color Keeper.dll                                  .\Effects\Kill Color Keeper.dll, version=1.0.6641.13453
    Kuwahara.dll                                           .\Effects\Kuwahara.dll, version=1.0.0.0
    Landscape.dll                                          .\Effects\Landscape.dll, version=5.2.8174.40347
    Lattice_Transform.dll                                  .\Effects\Lattice_Transform.dll, version=1.0.7215.30711
    LevelHorizon.dll                                       .\Effects\LevelHorizon.dll, version=6.0.8407.22459
    LightRays.dll                                          .\Effects\LightRays.dll, version=2.1.5.0
    LocalContrast.dll                                      .\Effects\LocalContrast.dll, version=3.0.0.0
    Liquify.dll                                            .\Effects\Liquify.dll, version=4.0.5873.25113
    LocalStatsDenoisingFilter.dll                          .\Effects\LocalStatsDenoisingFilter.dll, version=2.0.0
    LongiStripes.dll                                       .\Effects\LongiStripes.dll, version=1.0.6337.34025
    Animal.dll                                             .\Effects\MadJikPack\Animal.dll, version=2.2.5.0
    AutoChrome.dll                                         .\Effects\MadJikPack\AutoChrome.dll, version=1.2.5.0
    Bars.dll                                               .\Effects\MadJikPack\Bars.dll, version=1.2.5.0
    Boutons.dll                                            .\Effects\MadJikPack\Boutons.dll, version=1.2.5.0
    ChangeExtremeColors.dll                                .\Effects\MadJikPack\ChangeExtremeColors.dll, version=1.2.6.0
    ColorModulo.dll                                        .\Effects\MadJikPack\ColorModulo.dll, version=1.2.5.0
    ColorZoomBlur.dll                                      .\Effects\MadJikPack\ColorZoomBlur.dll, version=1.2.5.0
    Displacement.dll                                       .\Effects\MadJikPack\Displacement.dll, version=1.3.5.0
    DistortingMirror.dll                                   .\Effects\MadJikPack\DistortingMirror.dll, version=1.2.5.0
    Donut.dll                                              .\Effects\MadJikPack\Donut.dll, version=1.2.5.0
    ExpandColor.dll                                        .\Effects\MadJikPack\ExpandColor.dll, version=1.2.5.0
    FillPalette.dll                                        .\Effects\MadJikPack\FillPalette.dll, version=1.2.5.0
    FractalAttractor.dll                                   .\Effects\MadJikPack\FractalAttractor.dll, version=1.3.5.0
    FractalFern.dll                                        .\Effects\MadJikPack\FractalFern.dll, version=1.2.0.0
    FractalTree.dll                                        .\Effects\MadJikPack\FractalTree.dll, version=1.2.0.0
    Frames.dll                                             .\Effects\MadJikPack\Frames.dll, version=1.2.5.0
    Gen96Colors.dll                                        .\Effects\MadJikPack\Gen96Colors.dll, version=1.2.0.0
    GradientBlur.dll                                       .\Effects\MadJikPack\GradientBlur.dll, version=1.2.5.0
    Gravity.dll                                            .\Effects\MadJikPack\Gravity.dll, version=1.2.5.0
    GridMaker.dll                                          .\Effects\MadJikPack\GridMaker.dll, version=5.2.5.0
    HilbertCurve.dll                                       .\Effects\MadJikPack\HilbertCurve.dll, version=1.2.0.0
    JuliaPlus.dll                                          .\Effects\MadJikPack\JuliaPlus.dll, version=1.2.5.0
    coloraberation.dll                                     .\Effects\MadJikPack\coloraberation.dll, version=1.2.5.0
    KaleidoGen.dll                                         .\Effects\MadJikPack\KaleidoGen.dll, version=1.3.5.0
    LensFlare.dll                                          .\Effects\MadJikPack\LensFlare.dll, version=2.2.12.0
    Kaleidoscope.dll                                       .\Effects\MadJikPack\Kaleidoscope.dll, version=1.6.1.0
    ListOfPalettes.dll                                     .\Effects\MadJikPack\ListOfPalettes.dll, version=1.0.0.0
    Magnifier.dll                                          .\Effects\MadJikPack\Magnifier.dll, version=1.3.5.0
    HexaGrid.dll                                           .\Effects\MadJikPack\HexaGrid.dll, version=4.1.0.0
    Majority.dll                                           .\Effects\MadJikPack\Majority.dll, version=1.2.5.0
    LightRays.dll                                          .\Effects\MadJikPack\LightRays.dll, version=2.1.5.0
    Moire.dll                                              .\Effects\MadJikPack\Moire.dll, version=1.2.5.0
    Melting.dll                                            .\Effects\MadJikPack\Melting.dll, version=1.3.0.0
    HexaGrid.dll                                           .\Effects\HexaGrid.dll, version=4.1.0.0
    MotionSharpen.dll                                      .\Effects\MadJikPack\MotionSharpen.dll, version=1.2.5.0
    Nebulous.dll                                           .\Effects\MadJikPack\Nebulous.dll, version=1.2.5.0
    NewtonFractal.dll                                      .\Effects\MadJikPack\NewtonFractal.dll, version=2.2.5.0
    Oblique.dll                                            .\Effects\MadJikPack\Oblique.dll, version=1.2.5.0
    Overliner.dll                                          .\Effects\MadJikPack\Overliner.dll, version=1.2.5.0
    PageCurl.dll                                           .\Effects\MadJikPack\PageCurl.dll, version=1.5.5.0
    AutoChromeNoise.dll                                    .\Effects\MadJikPack\AutoChromeNoise.dll, version=1.2.5.0
    Paneling.dll                                           .\Effects\MadJikPack\Paneling.dll, version=1.2.5.0
    PerlinTexture.dll                                      .\Effects\MadJikPack\PerlinTexture.dll, version=2.2.5.0
    Polar.dll                                              .\Effects\MadJikPack\Polar.dll, version=1.2.5.0
    Polygones.dll                                          .\Effects\MadJikPack\Polygones.dll, version=1.3.5.0
    Radialcolors.dll                                       .\Effects\MadJikPack\Radialcolors.dll, version=1.2.5.0
    RainbowTwist.dll                                       .\Effects\MadJikPack\RainbowTwist.dll, version=1.2.5.0
    RandomLines.dll                                        .\Effects\MadJikPack\RandomLines.dll, version=1.2.5.0
    RandomMaze1.dll                                        .\Effects\MadJikPack\RandomMaze1.dll, version=1.2.5.0
    RandomMaze2.dll                                        .\Effects\MadJikPack\RandomMaze2.dll, version=1.2.5.0
    RecolorGray.dll                                        .\Effects\MadJikPack\RecolorGray.dll, version=1.2.5.0
    RegularNoise.dll                                       .\Effects\MadJikPack\RegularNoise.dll, version=1.2.5.0
    ReverseColors.dll                                      .\Effects\MadJikPack\ReverseColors.dll, version=1.2.5.0
    Rosaces.dll                                            .\Effects\MadJikPack\Rosaces.dll, version=1.2.5.0
    SeamlessTextureMaker.dll                               .\Effects\MadJikPack\SeamlessTextureMaker.dll, version=1.2.5.0
    Shapes.dll                                             .\Effects\MadJikPack\Shapes.dll, version=1.6.5.0
    Signature.dll                                          .\Effects\MadJikPack\Signature.dll, version=1.5.6617.21474
    SmoothNoise.dll                                        .\Effects\MadJikPack\SmoothNoise.dll, version=1.0.0.0
    SinWaves.dll                                           .\Effects\MadJikPack\SinWaves.dll, version=1.2.5.0
    Sparkles.dll                                           .\Effects\MadJikPack\Sparkles.dll, version=1.2.5.0
    Spiral.dll                                             .\Effects\MadJikPack\Spiral.dll, version=1.2.5.0
    SpiroShapes.dll                                        .\Effects\MadJikPack\SpiroShapes.dll, version=2.2.5.0
    SpiroGraph.dll                                         .\Effects\MadJikPack\SpiroGraph.dll, version=1.2.5.0
    Splashes.dll                                           .\Effects\MadJikPack\Splashes.dll, version=1.2.5.0
    StarGlow.dll                                           .\Effects\MadJikPack\StarGlow.dll, version=1.3.5.0
    SpotCenter.dll                                         .\Effects\MadJikPack\SpotCenter.dll, version=1.2.0.0
    Stars.dll                                              .\Effects\MadJikPack\Stars.dll, version=2.0.0.0
    Tiles.dll                                              .\Effects\MadJikPack\Tiles.dll, version=1.2.5.0
    Tournesol.dll                                          .\Effects\MadJikPack\Tournesol.dll, version=1.2.5.0
    TubeOblique.dll                                        .\Effects\MadJikPack\TubeOblique.dll, version=1.2.5.0
    TwistZ.dll                                             .\Effects\MadJikPack\TwistZ.dll, version=1.2.5.0
    Vibrato.dll                                            .\Effects\MadJikPack\Vibrato.dll, version=2.0.5.0
    Waves.dll                                              .\Effects\MadJikPack\Waves.dll, version=1.2.5.0
    Volutes.dll                                            .\Effects\MadJikPack\Volutes.dll, version=1.3.5.0
    XYCoords.dll                                           .\Effects\MadJikPack\XYCoords.dll, version=1.2.6.0
    MemeMaker.dll                                          .\Effects\MemeMaker.dll, version=6.0.8407.22476
    Metallize.dll                                          .\Effects\Metallize.dll, version=1.2.4415.32969
    Mise En Abyme.dll                                      .\Effects\Mise En Abyme.dll, version=1.1.0.0
    MultiColorGradient.dll                                 .\Effects\MultiColorGradient.dll, version=1.0.0.0
    MultiSpline.dll                                        .\Effects\MultiSpline.dll, version=1.0.4.0
    WaterReflection.dll                                    .\Effects\MadJikPack\WaterReflection.dll, version=1.2.5.0
    MultiThreshold.dll                                     .\Effects\MultiThreshold.dll, version=1.1.4330.38982
    WetFloor.dll                                           .\Effects\MadJikPack\WetFloor.dll, version=1.2.5.0
    NoiseChoice.dll                                        .\Effects\NoiseChoice.dll, version=1.0.1.0
    ObjectBevel.dll                                        .\Effects\ObjectBevel.dll, version=1.0.6.0
    Objectedge.dll                                         .\Effects\Objectedge.dll, version=1.0.1.0
    ObjectShadowPro.dll                                    .\Effects\ObjectShadowPro.dll, version=1.0.7421.614
    ObjectTools.dll                                        .\Effects\ObjectTools.dll, version=6.0.8482.2565
    OilPaintingPlus.dll                                    .\Effects\OilPaintingPlus.dll, version=5.2.8141.27893
    OldFeather.dll                                         .\Effects\OldFeather.dll, version=2.3.4315.37038
    Olden.dll                                              .\Effects\Olden.dll, version=1.5.0.0
    Outline Object.dll                                     .\Effects\Outline Object.dll, version=4.0.4642.26954
    Object2Colour.dll                                      .\Effects\Object2Colour.dll, version=1.0.1.0
    Overblur.dll                                           .\Effects\Overblur.dll, version=1.0.1.0
    PasteAlpha.dll                                         .\Effects\PasteAlpha.dll, version=5.2.8174.40450
    Pastel.dll                                             .\Effects\Pastel.dll, version=5.2.8174.40506
    perlin_noise.dll                                       .\Effects\perlin_noise.dll, version=1.1.7172.28890
    PdnV5EffectSamples.dll                                 .\Effects\PDNv5EffectSamples.2023.01.07\PdnV5EffectSamples.dll, version=1.0.*
    ComputeSharp.D2D1.dll                                  .\Effects\PDNv5EffectSamples.2023.01.07\ComputeSharp.D2D1.dll, version=2.0.0.0
    ComputeSharp.Core.dll                                  .\Effects\PDNv5EffectSamples.2023.01.07\ComputeSharp.Core.dll, version=2.0.0.0
    Perspective.dll                                        .\Effects\Perspective.dll, version=2.1.4415.36116
    PhotoAdjustments.dll                                   .\Effects\PhotoAdjustments.dll, version=6.0.8416.38377
    Polar.dll                                              .\Effects\Polar.dll, version=1.2.5.0
    PolyGlitch.Effects.dll                                 .\Effects\PolyGlitch.Effects.dll, version=1.4.0.0
    Polar_Kaleidoscope.dll                                 .\Effects\Polar_Kaleidoscope.dll, version=1.0.7188.40229
    PointBlur.dll                                          .\Effects\PointBlur.dll, version=1.0.0.0
    Poster.dll                                             .\Effects\Poster.dll, version=1.0.2.0
    Pixelate+.dll                                          .\Effects\Pixelate+.dll, version=4.0.4642.26940
    PowerStretch.dll                                       .\Effects\PowerStretch.dll, version=0.0.0.0
    Psychocolour.dll                                       .\Effects\Psychocolour.dll, version=1.0.1.0
    pxEexpansion.dll                                       .\Effects\pxEexpansion.dll, version=1.0.4437.36287
    PSFilterPdn.dll                                        .\Effects\PSFilterPdn.dll, version=2.0.2.0
    rainball.dll                                           .\Effects\rainball.dll, version=1.0.4907.41850
    Random Effect.dll                                      .\Effects\Random Effect.dll, version=4.0.4642.26928
    Random Shape Fill.dll                                  .\Effects\Random Shape Fill.dll, version=4.0.4642.26910
    RecolourChoice.dll                                     .\Effects\RecolourChoice.dll, version=1.0.1.0
    RedEyeQuickFix.dll                                     .\Effects\RedEyeQuickFix.dll, version=1.1.3161.39688
    RemoveTransparency.dll                                 .\Effects\RemoveTransparency.dll, version=1.0.0.0
    Remove_Black.dll                                       .\Effects\Remove_Black.dll, version=1.0.7212.28737
    Rosaces.dll                                            .\Effects\Rosaces.dll, version=1.2.5.0
    RotateText.dll                                         .\Effects\RotateText.dll, version=1.1.4415.32628
    RotateTextSUI.dll                                      .\Effects\RotateTextSUI.dll, version=1.1.4415.32713
    RemoveDust.dll                                         .\Effects\RemoveDust.dll, version=6.0.8407.22513
    Rotate_Zoom+.dll                                       .\Effects\Rotate_Zoom+.dll, version=1.11.5237.17779
    Scintillate.dll                                        .\Effects\Scintillate.dll, version=1.0.1.0
    Scribble.dll                                           .\Effects\Scribble.dll, version=1.0.1.0
    ScriptLab.dll                                          .\Effects\ScriptLab.dll, version=4.0.6107.18914
    SeamCarving.dll                                        .\Effects\SeamCarving.dll, version=5.2.8176.39366
    SeamlessTextureMaker.dll                               .\Effects\SeamlessTextureMaker.dll, version=1.2.5.0
    Selection2Clear.dll                                    .\Effects\Selection2Clear.dll, version=1.0.1.0
    SelectionTools.dll                                     .\Effects\SelectionTools.dll, version=6.0.8412.38725
    ShadowHighlight.dll                                    .\Effects\ShadowHighlight.dll, version=3.0.0.0
    Shape3D.dll                                            .\Effects\Shape3D.dll, version=1.2.6.0
    shapegradient.dll                                      .\Effects\shapegradient.dll, version=1.5.3886.6574
    Sharpen+.dll                                           .\Effects\Sharpen+.dll, version=4.0.0.0
    SharpenClassic.dll                                     .\Effects\SharpenClassic.dll, version=1.0.8420.39106
    SinWaves.dll                                           .\Effects\SinWaves.dll, version=1.2.5.0
    Slinky.dll                                             .\Effects\Slinky.dll, version=1.0.1.0
    Smudge.dll                                             .\Effects\Smudge.dll, version=4.0.5873.25097
    Specular.dll                                           .\Effects\Specular.dll, version=1.0.3254.27778
    Spherical_Bulge.dll                                    .\Effects\Spherical_Bulge.dll, version=1.0.7224.336
    Spiral.dll                                             .\Effects\Spiral.dll, version=1.2.5.0
    SpeechBubble.dll                                       .\Effects\SpeechBubble.dll, version=2.1.4445.42029
    SpiralText.dll                                         .\Effects\SpiralText.dll, version=1.4.4415.32775
    SpiroGraph.dll                                         .\Effects\SpiroGraph.dll, version=1.2.5.0
    Splatter.dll                                           .\Effects\Splatter.dll, version=4.0.5873.25083
    SpotCenter.dll                                         .\Effects\SpotCenter.dll, version=1.2.0.0
    Squirkle.dll                                           .\Effects\Squirkle.dll, version=1.0.1.0
    SquirkleWarp.dll                                       .\Effects\SquirkleWarp.dll, version=1.0.1.0
    Stitch.dll                                             .\Effects\Stitch.dll, version=4.0.4642.26808
    StringAndPin.dll                                       .\Effects\StringAndPin.dll, version=1.0.1.0
    Table.dll                                              .\Effects\Table.dll, version=1.1.5847.38905
    TextDistortion.dll                                     .\Effects\TextDistortion.dll, version=1.1.0.0
    OutlineGradientText.dll                                .\Effects\OutlineGradientText.dll, version=1.0.0.0
    TextMask.dll                                           .\Effects\TextMask.dll, version=1.0.0.0
    RoundedRectangle.dll                                   .\Effects\RoundedRectangle.dll, version=1.1.0.0
    System.IO.Compression.dll                              .\System.IO.Compression.dll, version=7.0.1223.47720
    K4os.Compression.LZ4.dll                               .\K4os.Compression.LZ4.dll, version=1.2.16
    System.CodeDom.dll                                     .\System.CodeDom.dll, version=7.0.1223.47720
    System.Runtime.CompilerServices.Unsafe.dll             .\System.Runtime.CompilerServices.Unsafe.dll, version=7.0.1223.47720
    sxs.dll                                                C:\WINDOWS\SYSTEM32\sxs.dll, version=10.0.19041.1 (WinBuild.160101.0800)
    System.Diagnostics.StackTrace.dll                      .\System.Diagnostics.StackTrace.dll, version=7.0.1223.47720
    setupapi.DLL                                           C:\WINDOWS\System32\setupapi.DLL, version=10.0.19041.3570 (WinBuild.160101.0800)
    DEVOBJ.dll                                             C:\WINDOWS\SYSTEM32\DEVOBJ.dll, version=10.0.19041.3570 (WinBuild.160101.0800)

Link to comment
Share on other sites

On 10/23/2023 at 5:28 PM, Roger the Dodger said:

Exception of type 'PaintDotNet.Direct2D1.InsufficientDeviceCapabilitiesException' was thrown. (Direct2D1Error.InsufficientDeviceCapabilities 0x88990026)

Are you using an ARM system?

 

Please post the diagnostics info from Settings (gear icon at top right of main window) -> Diagnostics. Tyere's a "Copy to clipboard" button, click that and paste it here.

Edit: For some reason I missed/forgot that the crash info has the diagnostics info already 🤦‍♂️

 

There might accidentally be some use of double-precision floats in the pixel shader code, which are not supported on some older AMD GPUs.

  • Thanks 1

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

@Rick Brewster This error just appeared today. 

Spoiler

 

        deviceContext.Factory.RegisterEffectFromBlob(
            D2D1PixelShaderEffect.GetRegistrationBlob<SquareBlurShader, SquareBlurTransformMapper>(out Guid effectID));

 

 

SquareBlurGpuEffect.cs

Lines 57 & 58

 

Severity    Code    Description    Project    File    Line    Suppression State
Error    CS0305    Using the generic method 'D2D1PixelShaderEffect.GetRegistrationBlob<T>(out Guid)' requires 1 type arguments    AndrewDavidsPlugins    C:\Users\Andrew\Desktop\AndrewDavidsPlugins\SquareBlurGpuEffect.cs    57    Active

 

Its not a problem with your solution - Its a problem with my Visual Studio.

 

  • Thanks 1

PaintNetSignature.png.6bca4e07f5d738b2436f83d0ce1b876f.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...