Jump to content
How to Install Plugins ×

PSFilterPdn (01-18-2024)


null54

Recommended Posts

4 hours ago, Lou said:

It usually checks for updates on start up.


You'd have been offered the update due course.

 

See the announcement in the forum: https://forums.getpaint.net/topic/123538-paintnet-5011-is-now-available/ and on the blog: https://blog.getpaint.net/


Note the text: "If you already have it installed, you should be offered the update automatically within the next few days, but you can also get it immediately by going to Settings -> Updates -> Check Now"

 

Link to comment
Share on other sites

8 hours ago, null54 said:

All of those issues should be fixed.

These issues remind me how invaluable being able to run these specialized plugins in PdN is to me, so thank you for providing that and the fixes.

Edited by frio
Link to comment
Share on other sites

17 hours ago, null54 said:

Although, I do not know why the stride would not match in this case as both images are IBitmap<ColorBgra32> and the same size.

 

What're you using the allocate the bitmaps?

 

As an example of why same-size bitmaps could have different strides: inside of Paint.NET, if you're using IImagingFactory.CreateBitmap(), it's using a native allocation pool (similar in concept to ArrayPool). It may get a buffer larger than what it asks for, after which there's a calculation to try and determine what stride it should use based on the buffer's real size (not the requested size) in order to maximize reusability for cached/pooled software-mode ID2D1DeviceContexts.

 

Two bitmaps could also have different strides if one is a slice out of a larger bitmap. Or if they are both slices out of larger bitmaps with different strides.

 

Outside of Paint.NET, if you're using IWICImagingFactory::CreateBitmap(), it'll use WIC's allocator and it'll do ... whatever WIC does ¯\_(ツ)_/¯

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

16 hours ago, Lou said:

Thanks, it works now. I had no idea there was a new one. It usually checks for updates on start up.

 

It'll only check once per day for the first 4 weeks after release. After that it'll check once every 5 days. And if it found an update and you decline to install it, it'll remind you every day.

 

So it's a little more complicated than "it usually checks for updates on start up" :)

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

3 hours ago, Rick Brewster said:

What're you using the allocate the bitmaps?

 

I am using the Paint.NET IBitmap<ColorBgra32> for 64-bit filters, and the WIC equivalent for 32-bit filters.

The bitmap pooling sounds like a plausible explanation for that behavior.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

  • 3 months later...

I am trying to add filters to paint.net 5.0.12 but none are shown.

Running Windows 11 Pro, Paint.net 5.0.12 with Search directory set to:
C:\Program Files\pain-net\Effects

 

    Directory: C:\Program Files\paint-net\Effects


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----          1/4/2024   6:59 PM                AnalogEfexPro2
d-----          1/4/2024   6:34 PM                Color Efex Pro 4
d-----          1/4/2024   6:34 PM                Dfine 2
d-----          7/4/2014   8:26 PM                examples
d-----          1/4/2024   6:34 PM                HDR Efex Pro 2
d-----         10/9/2023   7:48 AM                PSFilterPdn
d-----          1/4/2024   6:34 PM                Selective Tool
d-----          1/4/2024   6:34 PM                Sharpener Pro 3
d-----          1/4/2024   6:34 PM                Silver Efex Pro 2
d-----          1/4/2024   6:34 PM                Viveza 2
-a----          5/1/2018  10:10 AM         142848 ffparse_x64.dll
-a----          5/1/2018  10:10 AM         126464 ffparse_x86.dll
-a----          1/4/2010   4:10 AM         183165 Filter Factory.pdf
-a----        11/15/2020  10:12 AM         389632 PdnFF.dll

 

Yet.... i get no filter to choose:

8f1984cd334b212bcb82d431c09da92a.png

Edited by Otto04
Link to comment
Share on other sites

3 hours ago, Otto04 said:

Yet.... i get no filter to choose:

 

I have no idea what the issue could be. It works for me when I place filters in the Effects folder.

What version of PSFilterPdn are you using? I probably should put the version in the title bar of the Effect dialog.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

 

1 hour ago, null54 said:

 

I have no idea what the issue could be. It works for me when I place filters in the Effects folder.

What version of PSFilterPdn are you using? I probably should put the version in the title bar of the Effect dialog.

PSFilterShim.exe is 2.0.6

I used this before on Windows 10 now i got a new PC and... somehow i dont get the same filters to show anymore.

It does not matter where i put the filters and point to them, they are not showing.

Edited by Otto04
Link to comment
Share on other sites

6 hours ago, Otto04 said:

Directory: C:\Program Files\paint-net\Effects


The normal installation folder for the application is C:\Program Files\paint.net

 

How have you ended up with C:\Program Files\paint-net ?

 

Could this be the reason that you are not seeing the effects?

Link to comment
Share on other sites

 

29 minutes ago, Tactilis said:


The normal installation folder for the application is C:\Program Files\paint.net

 

How have you ended up with C:\Program Files\paint-net ?

 

Could this be the reason that you are not seeing the effects?

I ended up with paint-net because I thought maybe the "." in the path is the issue so i reinstalled paint.net to paint-net ;)

Link to comment
Share on other sites

2 hours ago, Tactilis said:


It's definitely not the issue.  Look at the installation instructions for this and every other plug-in.

 

It may not be the issue as my change to paint-net did not solve it.

But using paint-net is not the issue either.

To be consistent, I uninstalled and re-installed to the common path again:
 

PS C:\Program Files\paint.net> dir .\Effects\


    Directory: C:\Program Files\paint.net\Effects


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----         1/16/2024   6:51 PM                AnalogEfexPro2
d-----         1/16/2024   6:51 PM                Color Efex Pro 4
d-----         1/16/2024   6:51 PM                Dfine 2
d-----         1/16/2024   6:51 PM                examples
d-----         1/16/2024   6:51 PM                HDR Efex Pro 2
d-----         1/16/2024   6:51 PM                PSFilterPdn
d-----         1/16/2024   6:51 PM                Selective Tool
d-----         1/16/2024   6:51 PM                Sharpener Pro 3
d-----         1/16/2024   6:51 PM                Silver Efex Pro 2
d-----         1/16/2024   6:51 PM                Viveza 2

 

Sadly with the same result, that no filter shows to be chosen in the 8bf Filter menu.

Here I add the content of the PSFilterPdn folder:

PS C:\Program Files\paint.net\Effects> dir .\PSFilterPdn\


    Directory: C:\Program Files\paint.net\Effects\PSFilterPdn


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        10/13/2023   9:00 AM          28160 CommunityToolkit.HighPerformance.dll
-a----         6/28/2023  12:30 AM          11776 MessagePack.Annotations.dll
-a----         6/28/2023  12:30 AM         326144 MessagePack.dll
-a----         4/26/2023   6:07 AM          30856 Microsoft.NET.StringTools.dll
-a----        11/30/2022   4:56 AM          42496 PointerToolkit.dll
-a----         7/21/2023  10:32 PM         357376 PointerToolkit.TerraFX.Interop.Windows.dll
-a----        10/13/2023   9:00 AM          17130 PSFilterPdn.deps.json
-a----        10/13/2023   9:00 AM         483840 PSFilterPdn.dll
-a----        10/13/2023   9:00 AM         180480 PSFilterPdn.pdb
-a----        10/13/2023   8:59 AM       25678095 PSFilterShim.exe
-a----        10/13/2023   8:59 AM         136004 PSFilterShim.pdb
-a----        10/13/2023   9:00 AM         555008 TerraFX.Interop.Windows.dll

And one of the Filter folders, too:

PS C:\Program Files\paint.net\Effects> dir '.\Analog Efex Pro 2\'


    Directory: C:\Program Files\paint.net\Effects\Analog Efex Pro 2


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        10/14/2023   6:33 PM           1228 Analog Efex Pro 2.8bf(64Bit).8bf.lnk
-a----        10/14/2023   6:33 PM           1075 Analog Efex Pro 2.8bf.lnk
-a----         7/10/2015   7:43 PM           1160 AnalogEfexPro2.config


 

Edited by Otto04
Link to comment
Share on other sites

2 hours ago, Otto04 said:
Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        10/14/2023   6:33 PM           1228 Analog Efex Pro 2.8bf(64Bit).8bf.lnk
-a----        10/14/2023   6:33 PM           1075 Analog Efex Pro 2.8bf.lnk

 


Do the above shortcuts in the \Effects\Analog Efex Pro 2 folder (and the ones in the other folders) definitely still point to the location of the actual .8bf files?
If the shortcuts are 'broken', then the effect will not be listed.

Also, rather than have links in the \Effects\AnalogEfexPro2 folder to each of the actual .8bf files, you could just put a folder shortcut in \Effects to the actual AnalogEfexPro2 folder. And do the same for your other folders.


It all works OK here with any of:

- actual .8bf files in \Effects or in a subfolder

- shortcuts in \Effects or in a subfolder to the .8bf files

- shortcuts in \Effects or in a subfolder to the folders containing the .8bf files

If any of the shortcuts are broken then, obviously, the effect is not listed.

 

 

  • Like 1
Link to comment
Share on other sites

8 hours ago, Tactilis said:


It's definitely not the issue.  Look at the installation instructions for this and every other plug-in.

 

 

Reinstalling to paint-net is also not going to be an issue, as long as PsFilterPdn was reconfigured to the appropriate path (which it sounds like it was). So at this point there's no need to reinstall again to paint.net

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

  • null54 changed the title to PSFilterPdn (01-16-2024)

Release version 2.0.7.

Changes:

  • Improved error reporting when scanning for filters.
  • Added the plugin version to the dialog title bar.
  • Like 1
  • Upvote 2

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

10 hours ago, Otto04 said:
PS C:\Program Files\paint.net\Effects> dir '.\Analog Efex Pro 2\'


    Directory: C:\Program Files\paint.net\Effects\Analog Efex Pro 2

 

Long shot: Try replacing the spaces in the directory with underscores? \Analog_Efex_Pro_2\

Link to comment
Share on other sites

10 hours ago, Tactilis said:


Do the above shortcuts in the \Effects\Analog Efex Pro 2 folder (and the ones in the other folders) definitely still point to the location of the actual .8bf files?
If the shortcuts are 'broken', then the effect will not be listed.

Also, rather than have links in the \Effects\AnalogEfexPro2 folder to each of the actual .8bf files, you could just put a folder shortcut in \Effects to the actual AnalogEfexPro2 folder. And do the same for your other folders.


It all works OK here with any of:

- actual .8bf files in \Effects or in a subfolder

- shortcuts in \Effects or in a subfolder to the .8bf files

- shortcuts in \Effects or in a subfolder to the folders containing the .8bf files

If any of the shortcuts are broken then, obviously, the effect is not listed.

 

 

That's it!!!

I am soo stupid.

Somehow I created these as links and did not copy the actual files back on windows 10.

When I then backed things up and re-added the filters in my new windows 11 pc... I added the links but missed the actual files these links point to!

 

Now I need these filters again... but it looks like that they arent available for free to download anymore?

These are the old google NIK Collection Filters and all i can find now is a free 30 day trail but not the ones I had there anymore. :(

https://www.google.com/nikcollection/ is gone.

 

Anyway, thanks a bunch to you all who tried to help me solve my issue here. In the end it was is in most cases.... User-Error!

 

Link to comment
Share on other sites

35 minutes ago, Otto04 said:

Now I need these filters again... but it looks like that they arent available for free to download anymore?

These are the old google NIK Collection Filters and all i can find now is a free 30 day trail but not the ones I had there anymore. :(

https://www.google.com/nikcollection/ is gone.

 

https://dl.google.com/edgedl/photos/nikcollection-full-1.2.11.exe

  • Hugs 1

(September 25th, 2023)  Sorry about any broken images in my posts. I am aware of the issue.

bp-sig.png
My Gallery  |  My Plugin Pack

Layman's Guide to CodeLab

Link to comment
Share on other sites

On 1/17/2024 at 1:03 AM, null54 said:

Release version 2.0.7.

Changes:

  • Improved error reporting when scanning for filters.
  • Added the plugin version to the dialog title bar.

 

Ekran Alıntısı.PNG

Edited by user.by
Link to comment
Share on other sites

7 hours ago, Otto04 said:

Somehow I created these as links and did not copy the actual files back on windows 10.

When I then backed things up and re-added the filters in my new windows 11 pc... I added the links but missed the actual files these links point to!


Easily done @Otto04


When you install the Nik Collection the @toe_head2001 linked to above, you don't need to create shortcuts for each of the filters or even each of the folders.

Just create a single shortcut to the top level installation folder 'C:\Program Files\Google\Nik Collection' and place that in your paint.net\Effects folder. All of the filters in the collection's subfolders will be found.

 

Link to comment
Share on other sites

New version crashes paint.net with some plugins, notably Nvidia normal map plugin. It's very old and Nvidia no longer has a download for it, but this is probably a legitimate enough source (the installer checks clean on virustotal.com): https://gamebanana.com/tools/347

 

There were also others that crash with the same error but are commercial. Others were okay.

 

Crash log:

Spoiler
This text file was created because paint.net crashed. Please e-mail this to crashlog5@getpaint.net so we can diagnose and fix the problem.

Application version: paint.net 5.0.12 (Stable 5.12.8735.38135)
Time of crash: 17.1.2024 13:39:48
Application uptime: 00:00:06.9938006
Application state: Running 
Working set: 348 172 KiB
Handles and threads: 1852 handles, 142 threads, 187 gdi, 261 user
Install type: Classic
Application directory: C:\Program Files\paint.net
Current directory: C:\Program Files\paint.net
Install directory: C:\Program Files\paint.net
OS Version: Windows 11 Home 10.0.22621.0 x64
.NET version: .NET 7.0.14 x64
Processor: "13th Gen Intel(R) Core(TM) i7-13700K" @ ~3418MHz (16C/24T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2)
Memory: 32 509 MB physical (18 235 MB free), 133 948 110 MB virtual free, 35 069 MB pagefile (17 208 MB free)
Video card: NVIDIA GeForce RTX 3080 (fl:12.1, v:10DE, d:2216, r:A1), Microsoft Basic Render Driver (fl:12.1, v:1414, d:8C, r:0)
Hardware acceleration: True (default: True) (rendering: 🚀 Performance (NVIDIA GeForce RTX 3080))
Remote session: no
Pointers: none
UI animations: True
UI DPI: 120 dpi (1.25x scale)
UI theme: VisualStyleCategory=Aero, EffectiveTheme=Aero, DWM=yes, AeroColorScheme=Dark, ThemeFileName=Aero.msstyles
Updates: True, 17.1.2024 (journal: ShouldCheckForUpdate, CheckedForUpdate)
Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: fi-FI, cuic: en-US
Flags: EnablePointerInput=False

Exception details:
System.EntryPointNotFoundException: Entry point was not found.
   at System.IDisposable.Dispose()
   at PSFilterPdn.PSFilterShimPipeServer.WaitForConnectionCallback(IAsyncResult result) in D:\Dev_projects\PSFilterPdn\src\PSFilterShimPipeServer.cs:line 239
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask)
--- End of stack trace from previous location ---
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

Managed assemblies: 
    System.Private.CoreLib, .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e
    paintdotnet, .\paintdotnet.dll, Version=5.12.8735.38135
    System.Runtime, .\System.Runtime.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Windows.Forms, .\System.Windows.Forms.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    PaintDotNet.Fundamentals, .\PaintDotNet.Fundamentals.dll, Version=5.12.8735.38135
    System.Diagnostics.Tracing, .\System.Diagnostics.Tracing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Threading.Thread, .\System.Threading.Thread.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=5.12.8735.38135
    PaintDotNet.Collections, .\PaintDotNet.Collections.dll, Version=5.12.8735.38135
    PaintDotNet.ComponentModel, .\PaintDotNet.ComponentModel.dll, Version=5.12.8735.38135
    PaintDotNet.Windows, .\PaintDotNet.Windows.dll, Version=5.12.8735.38135
    TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.22621.2, PublicKeyToken=35b01b53313a6f7e
    PaintDotNet.Primitives, .\PaintDotNet.Primitives.dll, Version=5.12.8735.38135
    System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Runtime, .\PaintDotNet.Runtime.dll, Version=5.12.8735.38135
    PointerToolkit, .\PointerToolkit.dll, Version=1.0.0.0
    System.Threading, .\System.Threading.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=5.12.8735.38135
    PaintDotNet.Systrace, .\PaintDotNet.Systrace.dll, Version=5.12.8735.38135
    System.Diagnostics.Process, .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Private.Uri, .\System.Private.Uri.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.ComponentModel.Primitives, .\System.ComponentModel.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    WindowsBase, .\WindowsBase.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.Windows.Forms.Primitives, .\System.Windows.Forms.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    PaintDotNet.ObjectModel, .\PaintDotNet.ObjectModel.dll, Version=5.12.8735.38135
    System.Collections, .\System.Collections.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    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
    System.Diagnostics.TraceSource, .\System.Diagnostics.TraceSource.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Text.Encoding.CodePages, .\System.Text.Encoding.CodePages.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Core, .\PaintDotNet.Core.dll, Version=5.12.8735.38135
    PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=5.12.8735.38135
    System.ObjectModel, .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=5.12.8735.38135
    PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=5.12.8735.38135
    CommunityToolkit.HighPerformance, .\CommunityToolkit.HighPerformance.dll, Version=8.2.0.0, PublicKeyToken=4aff67a105548ee2
    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
    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
    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
    System.Collections.Immutable, .\System.Collections.Immutable.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PaintDotNet.Windows.Framework, .\PaintDotNet.Windows.Framework.dll, Version=5.12.8735.38135
    System.Drawing.Common, .\System.Drawing.Common.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    PaintDotNet.UI, .\PaintDotNet.UI.dll, Version=5.12.8735.38135
    Microsoft.Win32.SystemEvents, .\Microsoft.Win32.SystemEvents.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    Microsoft.Win32.Registry, .\Microsoft.Win32.Registry.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Linq, .\System.Linq.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Diagnostics.FileVersionInfo, .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    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
    PaintDotNet.Windows.Core, .\PaintDotNet.Windows.Core.dll, Version=5.12.8735.38135
    ComputeSharp.D2D1, .\ComputeSharp.D2D1.dll, Version=2.1.0.0, PublicKeyToken=dc35fa229f6881d8
    System.ComponentModel, .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    PresentationFramework, .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35
    PaintDotNet.PropertySystem, .\PaintDotNet.PropertySystem.dll, Version=5.12.8735.38135
    System.ComponentModel.TypeConverter, .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Xaml, .\System.Xaml.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    PaintDotNet.Effects.Core, .\PaintDotNet.Effects.Core.dll, Version=5.12.8735.38135
    PresentationCore, .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35
    System.IO.Packaging, .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    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
    Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35
    UIAutomationTypes, .\UIAutomationTypes.dll, Version=7.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
    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
    System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Reflection.MetadataLoadContext, .\System.Reflection.MetadataLoadContext.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    CSVFiletype, .\FileTypes\CSVFiletype.dll, Version=1.0.0.0
    ImXcf.FileType, .\FileTypes\ImXCF.FileType.dll, Version=1.4.0.95
    PhotoShop, .\FileTypes\PhotoShop.dll, Version=2.5.0.40665
    Jpeg2000Filetype, .\FileTypes\Jpeg2000Filetype.dll, Version=1.0.0.6
    PaintDotNet.Effects.Gpu, .\PaintDotNet.Effects.Gpu.dll, Version=5.12.8735.38135
    OptiPngFileType, .\FileTypes\OptiPngFileType.dll, Version=8.11.30.0
    ImAGIF.FileType, .\FileTypes\ImAGIF.FileType.dll, Version=1.4.0.0
    ImAPNG.FileType, .\FileTypes\ImAPNG.FileType.dll, Version=0.3.0.19
    PaintDotNet.Effects, .\PaintDotNet.Effects.dll, Version=5.12.8735.38135
    IcoCur, .\FileTypes\IcoCur.dll, Version=3.7.0.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
    DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.12.8.0
    AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.27.0
    WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.21.0
    System.IO.FileSystem, .\System.IO.FileSystem.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Mono.Cecil, .\Mono.Cecil.dll, Version=0.11.5.0, PublicKeyToken=50cebf1cceb9d05e
    netstandard, .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    PaintDotNet.Effects.Legacy, .\PaintDotNet.Effects.Legacy.dll, Version=5.12.8735.38135
    PaintDotNet.Plugins.Compatibility, .\PaintDotNet.Plugins.Compatibility.dll, Version=5.12.8735.38135
    System.Console, .\System.Console.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    AA's_Assistant, .\Effects\AA's_Assistant.dll, Version=1.1.4329.33034
    AlphaToDots, .\Effects\AlphaToDots.dll, Version=1.0.4675.19955
    AlphaBlur, .\Effects\AlphaBlur.dll, Version=2.0.0.0
    CellTexture, .\Effects\CellTexture.dll, Version=1.1.0.0
    BandWPlus, .\Effects\BandWPlus.dll, Version=6.0.8407.21940
    BBOutlinedGradientText, .\Effects\BBOutlinedGradientText.dll, Version=6.0.8426.37652
    AlphaMask, .\Effects\AlphaMask.dll, Version=2.0.3574.41943
    Bars, .\Effects\Bars.dll, Version=1.1.0.0
    BoldBrush, .\Effects\BoldBrush.dll, Version=2.0.8470.26873
    AverageEdgeBlur, .\Effects\AverageEdgeBlur.dll, Version=1.0.3991.32409
    CalliColour, .\Effects\CalliColour.dll, Version=1.0.1.0
    BasicPhotoAdjustments, .\Effects\BasicPhotoAdjustments.dll, Version=2.1.4020.485
    AveragedColorBlur, .\Effects\AveragedColorBlur.dll, Version=1.0.0.0
    Alphalizer, .\Effects\Alphalizer.dll, Version=2.0.5434.24240
    BlendModesPlus, .\Effects\BlendModesPlus.dll, Version=3.1.0.0
    CodeLab, .\Effects\CodeLab.dll, Version=6.11.8737.33854
    voronoi.dll, .\Effects\voronoi.dll, Version=1.0.0.0
    Bidirectional Blur, .\Effects\Bidirectional Blur.dll, Version=1.0.0.0
    ClipWarpNew, .\Effects\ClipWarpNew.dll, Version=1.0.1.0
    ClipDisplace, .\Effects\ClipDisplace.dll, Version=1.0.5763.42010
    Cobweb, .\Effects\Cobweb.dll, Version=1.0.1.0
    coloraberation, .\Effects\coloraberation.dll, Version=1.0.3859.18981
    CircleText, .\Effects\CircleText.dll, Version=1.4.4415.32488
    ColorBalance, .\Effects\ColorBalance.dll, Version=6.0.8407.22111
    ColorCount, .\Effects\ColorCount.dll, Version=1.0.0.0
    ColorMixer, .\Effects\ColorMixer.dll, Version=1.3.0.0
    System.Runtime.Serialization.Formatters, .\System.Runtime.Serialization.Formatters.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    ColorZoomBlur, .\Effects\ColorZoomBlur.dll, Version=1.1.3873.36417
    Contour, .\Effects\Contour.dll, Version=1.0.1.0
    VignettePlus, .\Effects\VignettePlus.dll, Version=6.0.8407.22549
    Cuboids, .\Effects\Cuboids.dll, Version=1.0.0.0
    CreativeTextPro, .\Effects\CreativeTextPro.dll, Version=6.0.8407.22165
    ConvolutionEffect, .\Effects\ConvolutionEffect.dll, Version=1.0.0.2
    ContentAwareFill, .\Effects\ContentAwareFill.dll, Version=1.5.1.0
    CycleHSV, .\Effects\CycleHSV.dll, Version=1.0.4909.35068
    Diffuse, .\Effects\Diffuse.dll, Version=1.0.3254.27766
    Curves+, .\Effects\Curves+.dll, Version=4.0.6119.31044
    DistortThis, .\Effects\DistortThis.dll, Version=2.10.0.0
    dpyColorBalance, .\Effects\dpyColorBalance.dll, Version=1.1.4330.37850
    Dream, .\Effects\Dream.dll, Version=6.0.8414.36727
    Dryad, .\Effects\Dryad.dll, Version=1.0.1.0
    EigenBlur, .\Effects\EigenBlur.dll, Version=1.3.3555.24648
    Edge Shader, .\Effects\Edge Shader.dll, Version=1.0.1.0
    EOEffects, .\Effects\EOEffects.dll, Version=1.10.16.12
    Facet, .\Effects\Facet.dll, Version=1.0.3.0
    Erode, .\Effects\Erode.dll, Version=1.0.0.0
    ErodeDilate, .\Effects\ErodeDilate_v0.2.dll, Version=1.0.0.0
    FillFromClipboard, .\Effects\FillFromClipboard.dll, Version=6.0.8407.22397
    EdHarvey.Edfects, .\Effects\EdHarvey.Edfects.dll, Version=5.0.0.0
    FindEdges, .\Effects\FindEdges.dll, Version=1.2.0.0
    Flip, .\Effects\Flip.dll, Version=4.6.7358.36953
    FloydSteinbergDithering, .\Effects\FloydSteinbergDithering.dll, Version=5.2.8174.39918
    FurBlur, .\Effects\FurBlur.dll, Version=1.0.1.0
    F_AdjustHSLuv, .\Effects\F_AdjustHSLuv.dll, Version=1.2.8718.40563
    F_AdjustLevelsHSLuv, .\Effects\F_AdjustLevelsHSLuv.dll, Version=1.2.8718.41016
    F_ColorVectorCross, .\Effects\F_ColorVectorCross.dll, Version=1.2.8710.30670
    F_ColorVectorRotation, .\Effects\F_ColorVectorRotation.dll, Version=1.2.8710.28036
    F_ColorVectorRotationAxAng, .\Effects\F_ColorVectorRotationAxAng.dll, Version=1.2.8710.27976
    F_FastAlpha2Gray, .\Effects\F_FastAlpha2Gray.dll, Version=1.0.8716.30768
    F_FastAlphaRemove, .\Effects\F_FastAlphaRemove.dll, Version=1.0.8716.30758
    F_FastClipboard2AlphaMultiply, .\Effects\F_FastClipboard2AlphaMultiply.dll, Version=1.0.8716.34503
    F_FastClipboard2AlphaOverwrite, .\Effects\F_FastClipboard2AlphaOverwrite.dll, Version=1.0.8716.34508
    F_FastGray2AlphaPrimary, .\Effects\F_FastGray2AlphaPrimary.dll, Version=1.0.8716.30765
    F_FastGray2AlphaRetain, .\Effects\F_FastGray2AlphaRetain.dll, Version=1.0.8716.30762
    F_SeamlessSimplexClouds, .\Effects\F_SeamlessSimplexClouds.dll, Version=1.0.8713.9300
    F_SeamlessVoronoi, .\Effects\F_SeamlessVoronoi.dll, Version=1.0.8715.42222
    System.Net.Http, .\System.Net.Http.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Gossamer, .\Effects\Gossamer.dll, Version=1.0.1.0
    Gradient Bars, .\Effects\Gradient Bars.dll, Version=4.0.5152.23084
    Gradient Blocks, .\Effects\Gradient Blocks.dll, Version=4.0.4642.26658
    GaussianBlurPlus, .\Effects\GaussianBlurPlus.dll, Version=4.2.5691.27401
    System.Net.Primitives, .\System.Net.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Gmic, .\Effects\Gmic.dll, Version=3.3.3.0
    GradientBlur, .\Effects\Gradient Blur.dll, Version=1.0.0.0
    Grain, .\Effects\Grain.dll, Version=1.0.3854.25523
    Grid Warp, .\Effects\Grid Warp.dll, Version=4.0.6544.34496
    GridMaker, .\Effects\GridMaker.dll, Version=4.0.0.0
    Helix, .\Effects\Helix.dll, Version=1.0.1.0
    HexaGrid, .\Effects\HexaGrid.dll, Version=1.2.0.0
    HueSatPlus, .\Effects\HueSatPlus.dll, Version=5.2.8174.40274
    IrisBlur, .\Effects\IrisBlur.dll, Version=1.0.8690.21381
    Jitter, .\Effects\Jitter.dll, Version=4.0.4642.26986
    Kuwahara, .\Effects\Kuwahara.dll, Version=1.0.0.0
    velc.SlabText, .\Effects\velc.SlabText.dll, Version=1.1.8174.32156
    IncreaseLocalContrast, .\Effects\IncreaseLocalContrast.dll, Version=1.0.0.0
    LavEnt.Effects.Mosaic, .\Effects\LavEnt.Effects.Mosaic.dll, Version=1.1.0.0
    kb_lens, .\Effects\kb_lens.dll, Version=0.0.0.0
    LaplacianPyramidFilter, .\Effects\LaplacianPyramidFilter.dll, Version=1.0.0.1
    Line Tracer, .\Effects\Line Tracer.dll, Version=1.0.4911.29141
    LocalContrast, .\Effects\LocalContrast.dll, Version=3.0.0.0
    System.Core, .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    Liquify, .\Effects\Liquify.dll, Version=4.0.5873.25113
    LocalNoise, .\Effects\LocalNoise.dll, Version=1.0.4674.29909
    Magnifier, .\Effects\Magnifier.dll, Version=1.1.0.0
    MultiSpline, .\Effects\MultiSpline.dll, Version=1.0.3.0
    MirrorRotateMenu, .\Effects\MirrorRotateMenu.dll, Version=2.0.2.0
    Morphologic, .\Effects\Morphologic.dll, Version=1.0.0.0
    NoiseChoice, .\Effects\NoiseChoice.dll, Version=1.0.1.0
    Norm_Render, .\Effects\Norm_Render.dll, Version=7.3.4484.27012
    Vandermotten.PaintDotNetEffects.ObjectAlign, .\Effects\Vandermotten.PaintDotNetEffects.ObjectAlign.dll, Version=5.0.0.0
    ObjectEdge, .\Effects\Objectedge.dll, Version=1.0.1.0
    ObjectTools, .\Effects\ObjectTools.dll, Version=6.0.8428.8314
    Oblique, .\Effects\Oblique.dll, Version=1.0.0.0
    OilPaintingPlus, .\Effects\OilPaintingPlus.dll, Version=5.2.8141.27893
    Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    IniFile, .\Effects\IniFile.dll, Version=2.0.2.0
    Panelling, .\Effects\Panelling.dll, Version=1.1.0.0
    ObjectBevel, .\Effects\ObjectBevel.dll, Version=1.0.6.0
    PasteFill, .\Effects\PasteFill.dll, Version=2.0.0.0
    Pastel, .\Effects\Pastel.dll, Version=5.2.8174.40506
    Perspective, .\Effects\Perspective.dll, Version=2.1.4415.36116
    phips_fill_gaps, .\Effects\phips_fill_gaps.dll, Version=1.0.3307.18956
    PhotoAdjustments, .\Effects\PhotoAdjustments.dll, Version=6.0.8416.38377
    Pixelate+, .\Effects\Pixelate+.dll, Version=4.0.4642.26940
    Polar, .\Effects\Polar.dll, Version=1.1.1.0
    PointBlur, .\Effects\PointBlur.dll, Version=1.0.0.0
    System.Resources.Extensions, .\System.Resources.Extensions.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    RemoveDust, .\Effects\RemoveDust.dll, Version=6.0.8407.22513
    QuadrilateralCorrection, .\Effects\QuadrilateralCorrection.dll, Version=1.3.0.0
    RandMaze1, .\Effects\Random Maze1.dll, Version=1.1.0.0
    RandLines, .\Effects\Random lines.dll, Version=1.1.0.0
    RandMaze2, .\Effects\Random Maze2.dll, Version=1.1.0.0
    Random Shape Fill, .\Effects\Random Shape Fill.dll, Version=4.0.4642.26910
    QuantDith, .\Effects\QuantDith.dll, Version=1.5.8260.29377
    Scribble, .\Effects\Scribble.dll, Version=1.0.1.0
    Rosaces, .\Effects\Rosaces.dll, Version=1.1.0.0
    RGB_Remap4, .\Effects\RGB_Remap4.dll, Version=1.0.3538.24311
    PSFilterPdn, .\Effects\PSFilterPdn\PSFilterPdn.dll, Version=2.0.7.0
    SeamCarving, .\Effects\SeamCarving.dll, Version=5.2.8176.39366
    Selection2Clear, .\Effects\Selection2Clear.dll, Version=1.0.1.0
    Sharpen+, .\Effects\Sharpen+.dll, Version=4.0.0.0
    SelectionTools, .\Effects\SelectionTools.dll, Version=6.0.8412.38725
    SinWaves, .\Effects\SinWaves.dll, Version=1.1.0.0
    Slinky, .\Effects\Slinky.dll, Version=1.0.1.0
    silhouetteplus, .\Effects\silhouetteplus.dll, Version=1.1.3131.17586
    TerraFX.Interop.Windows, .\Effects\PSFilterPdn\TerraFX.Interop.Windows.dll, Version=10.0.22621.2, PublicKeyToken=35b01b53313a6f7e
    Smudge, .\Effects\Smudge.dll, Version=4.0.5873.25097
    Splashes, .\Effects\Splashes.dll, Version=1.1.1.0
    SpiroGraph, .\Effects\SpiroGraph.dll, Version=1.1.0.0
    Splatter, .\Effects\Splatter.dll, Version=4.0.5873.25083
    StringAndPin, .\Effects\StringAndPin.dll, Version=1.0.1.0
    TextFactory, .\Effects\TextFactory.dll, Version=1.0.8702.17604
    TextureShader, .\Effects\TextureShader.dll, Version=1.0.5655.35781
    TR'sColorizerHMS, .\Effects\TR'sColorizerHMS.dll, Version=1.0.4937.30626
    Transparency, .\Effects\Transparency.dll, Version=6.0.8407.22532
    MessagePack, .\Effects\PSFilterPdn\MessagePack.dll, Version=2.5.0.0, PublicKeyToken=b4a0369545f0a1be
    TRs Scatter, .\Effects\TRs Scatter.dll, Version=1.3.4949.23250
    TRsCustomPaletteMatch, .\Effects\TRsCustomPaletteMatch.dll, Version=1.0.5.0
    TRsFilaments, .\Effects\TRsFilaments.dll, Version=1.0.15.11399
    TRsKaboom, .\Effects\TRsKaboom.dll, Version=1.0.5118.21464
    TRsPasteFrame, .\Effects\TRsPasteFrame.dll, Version=1.3.20.9613
    TRsPasteWarp, .\Effects\TRsPasteWarp.dll, Version=1.0.0.0
    TubeOblique, .\Effects\TubeOblique.dll, Version=1.0.0.0
    Tweaktrans4, .\Effects\Tweaktrans.dll, Version=1.0.4193.41856
    Tweaktrans2, .\Effects\Tweaktrans2.dll, Version=2.0.4252.27152
    Twist, .\Effects\Twist.dll, Version=4.0.5873.25056
    Vandermotten.PaintDotNetEffects.Blurs, .\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.DropShadow, .\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.Gradient, .\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects.MakeTransparent, .\Effects\Vandermotten.PaintDotNetEffects.MakeTransparent.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0
    System.Runtime.Intrinsics, .\System.Runtime.Intrinsics.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Windows.Forms.Legacy, .\System.Windows.Forms.Legacy.dll, Version=1.0.0.0
    System.Text.RegularExpressions, .\System.Text.RegularExpressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Threading.Tasks, .\System.Threading.Tasks.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Xml.XDocument, .\System.Xml.XDocument.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Private.Xml.Linq, .\System.Private.Xml.Linq.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Security.Cryptography.Primitives, .\System.Security.Cryptography.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Security.Cryptography, .\System.Security.Cryptography.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Polygon, .\Effects\Polygon.dll, Version=4.5.6828.38648
    HSVGradients, .\Effects\HSVGradients.dll, Version=4.5.6832.41864
    System.IO.Compression, .\System.IO.Compression.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    System.Runtime.Numerics, .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Security.Cryptography.Algorithms, .\System.Security.Cryptography.Algorithms.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Newtonsoft.Json, .\Newtonsoft.Json.dll, Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed
    System.Linq.Expressions, .\System.Linq.Expressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    Gradient Mapping, .\Effects\Gradient Mapping.dll, Version=4.0.6547.33963
    PresentationFramework-SystemXmlLinq, .\PresentationFramework-SystemXmlLinq.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089
    System.Xml.Linq, .\System.Xml.Linq.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089
    ComputeSharp.Core, .\ComputeSharp.Core.dll, Version=2.1.0.0, PublicKeyToken=dc35fa229f6881d8
    PhotoSauce.MagicScaler, .\PhotoSauce.MagicScaler.dll, Version=0.13.2.0, PublicKeyToken=fc6b9b7b06809481
    ParallelLines.Effect, .\Effects\ParallelLines.Effect.dll, Version=1.6.0.575
    OptionBasedLibrary v0.7.9, .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561
    PointerToolkit.TerraFX.Interop.Windows, .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.2
    System.Diagnostics.DiagnosticSource, .\System.Diagnostics.DiagnosticSource.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51
    System.Net.Security, .\System.Net.Security.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Net.Quic, .\System.Net.Quic.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Net.Sockets, .\System.Net.Sockets.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Threading.Overlapped, .\System.Threading.Overlapped.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Net.NameResolution, .\System.Net.NameResolution.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Runtime.Serialization.Xml, .\System.Runtime.Serialization.Xml.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Private.DataContractSerialization, .\System.Private.DataContractSerialization.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    CommunityToolkit.HighPerformance, .\Effects\PSFilterPdn\CommunityToolkit.HighPerformance.dll, Version=8.2.0.0, PublicKeyToken=4aff67a105548ee2
    System.Threading.AccessControl, .\System.Threading.AccessControl.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.Security.AccessControl, .\System.Security.AccessControl.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a
    System.IO.Pipes, .\System.IO.Pipes.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a

Native modules: 
    .\paintdotnet.exe, version=5.12.8735.38135
    C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\SHELL32.dll, version=10.0.22621.2792 (WinBuild.160101.0800)
    C:\WINDOWS\System32\msvcp_win.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\ucrtbase.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\USER32.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\System32\win32u.dll, version=10.0.22621.3007 (WinBuild.160101.0800)
    C:\WINDOWS\System32\GDI32.dll, version=10.0.22621.2792 (WinBuild.160101.0800)
    C:\WINDOWS\System32\gdi32full.dll, version=10.0.22621.2861 (WinBuild.160101.0800)
    C:\WINDOWS\System32\ole32.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\combase.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\RPCRT4.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\SHLWAPI.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\System32\msvcrt.dll, version=7.0.22621.2506 (WinBuild.160101.0800)
    .\VCRUNTIME140_1.dll, version=14.38.33130.0
    .\VCRUNTIME140.dll, version=14.38.33130.0
    C:\WINDOWS\System32\IMM32.DLL, version=10.0.22621.2792 (WinBuild.160101.0800)
    C:\WINDOWS\System32\shcore.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    .\hostfxr.dll, version=7,0,1423,51910 @Commit: 808851b07acfa1c5c94b0d4f9fb50debedb2df70
    C:\WINDOWS\System32\ADVAPI32.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\sechost.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\bcrypt.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    .\hostpolicy.dll, version=7,0,1423,51910 @Commit: 808851b07acfa1c5c94b0d4f9fb50debedb2df70
    .\coreclr.dll, version=7,0,1423,51910 @Commit: 808851b07acfa1c5c94b0d4f9fb50debedb2df70
    C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\System.Private.CoreLib.dll, version=7.0.1423.51910
    .\clrjit.dll, version=7,0,1423,51910 @Commit: 808851b07acfa1c5c94b0d4f9fb50debedb2df70
    C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.22621.2715 (WinBuild.160101.0800)
    .\paintdotnet.dll, version=5.12.8735.38135
    .\System.Runtime.dll, version=7.0.1423.51910
    C:\WINDOWS\system32\uxtheme.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    .\System.Windows.Forms.dll, version=7.0.1423.52009
    .\PaintDotNet.Fundamentals.dll, version=5.12.8735.38135
    .\System.Diagnostics.Tracing.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\icu.dll, version=68, 2, 0, 10 (WinBuild.160101.0800)
    .\System.Threading.Thread.dll, version=7.0.1423.51910
    .\PaintDotNet.Base.dll, version=5.12.8735.38135
    .\PaintDotNet.Collections.dll, version=5.12.8735.38135
    .\PaintDotNet.ComponentModel.dll, version=5.12.8735.38135
    .\PaintDotNet.Windows.dll, version=5.12.8735.38135
    .\TerraFX.Interop.Windows.dll, version=10.0.22621.2
    .\PaintDotNet.Primitives.dll, version=5.12.8735.38135
    .\System.Collections.Concurrent.dll, version=7.0.1423.51910
    .\PaintDotNet.Runtime.dll, version=5.12.8735.38135
    .\PointerToolkit.dll, version=1.0.0.0
    .\System.Threading.dll, version=7.0.1423.51910
    .\PaintDotNet.SystemLayer.dll, version=5.12.8735.38135
    .\PaintDotNet.Systrace.dll, version=5.12.8735.38135
    .\System.Diagnostics.Process.dll, version=7.0.1423.51910
    .\System.Private.Uri.dll, version=7.0.1423.51910
    .\System.ComponentModel.Primitives.dll, version=7.0.1423.51910
    .\WindowsBase.dll, version=7.0.1423.52002
    .\System.Windows.Forms.Primitives.dll, version=7.0.1423.52009
    .\PaintDotNet.ObjectModel.dll, version=5.12.8735.38135
    .\System.Collections.dll, version=7.0.1423.51910
    .\System.Runtime.InteropServices.dll, version=7.0.1423.51910
    .\System.Drawing.Primitives.dll, version=7.0.1423.51910
    .\System.Diagnostics.TraceSource.dll, version=7.0.1423.51910
    .\Microsoft.Win32.Primitives.dll, version=7.0.1423.51910
    .\System.Text.Encoding.CodePages.dll, version=7.0.1423.51910
    .\PaintDotNet.Core.dll, version=5.12.8735.38135
    .\PaintDotNet.Resources.dll, version=5.12.8735.38135
    .\System.ObjectModel.dll, version=7.0.1423.51910
    .\PaintDotNet.Data.dll, version=5.12.8735.38135
    .\PaintDotNet.Framework.dll, version=5.12.8735.38135
    .\CommunityToolkit.HighPerformance.dll, version=8.2.1.1
    .\System.Threading.ThreadPool.dll, version=7.0.1423.51910
    .\PresentationNative_cor3.dll, version=7,0,23,51604 @Commit: 562bdf3c1209b3703fde123c03fc9a2c86002f03
    .\System.Configuration.ConfigurationManager.dll, version=7.0.1423.51910
    .\System.Collections.Specialized.dll, version=7.0.1423.51910
    .\System.Xml.ReaderWriter.dll, version=7.0.1423.51910
    .\System.Private.Xml.dll, version=7.0.1423.51910
    .\System.Net.WebClient.dll, version=7.0.1423.51910
    .\System.ComponentModel.EventBasedAsync.dll, version=7.0.1423.51910
    .\System.Memory.dll, version=7.0.1423.51910
    .\System.Text.Encoding.Extensions.dll, version=7.0.1423.51910
    .\System.Collections.Immutable.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\PaintDotNet.Windows.Framework.dll, version=5.12.8735.38135
    C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\System.Drawing.Common.dll, version=7.0.1423.51910
    .\PaintDotNet.UI.dll, version=5.12.8735.38135
    C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\Microsoft.Win32.SystemEvents.dll, version=7.0.1423.51910
    .\Microsoft.Win32.Registry.dll, version=7.0.1423.51910
    .\System.Linq.dll, version=7.0.1423.51910
    C:\WINDOWS\System32\MSCTF.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\wintypes.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\System.Diagnostics.FileVersionInfo.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\version.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    .\System.Security.Principal.Windows.dll, version=7.0.1423.51910
    .\System.Security.Claims.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_866484083fc526af\nvldumdx.dll, version=31.0.15.4633
    C:\WINDOWS\SYSTEM32\msasn1.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\cryptnet.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\CRYPT32.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\drvstore.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\devobj.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\cfgmgr32.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\wldp.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\cryptbase.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\wintrust.dll, version=10.0.22621.3007 (WinBuild.160101.0800)
    C:\WINDOWS\System32\imagehlp.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    .\PaintDotNet.Windows.Core.dll, version=5.12.8735.38135
    C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.22621.1 (WinBuild.160101.0800)
    .\ComputeSharp.D2D1.dll, version=2.1.0.0
    .\System.ComponentModel.dll, version=7.0.1423.51910
    C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800)
    C:\WINDOWS\System32\UIAnimation.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\system32\rsaenh.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    .\PresentationFramework.dll, version=7.0.1423.52002
    .\PaintDotNet.PropertySystem.dll, version=5.12.8735.38135
    .\System.ComponentModel.TypeConverter.dll, version=7.0.1423.51910
    .\System.Xaml.dll, version=7.0.1423.52002
    C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22621.2506_none_57f74dcece1b5ace\gdiplus.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_866484083fc526af\nvgpucomp64.dll, version=31.0.15.4633
    C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\PaintDotNet.Effects.Core.dll, version=5.12.8735.38135
    C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\PresentationCore.dll, version=7.0.1423.52002
    .\System.IO.Packaging.dll, version=7.0.1423.51910
    .\DirectWriteForwarder.dll, version=7,0,1423,52002 @Commit: 8784c26bc219f5b75f1315e1b6b7c1da924d5e32
    .\System.Runtime.Extensions.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\dwrite.DLL, version=10.0.22621.1 (WinBuild.160101.0800)
    .\System.Diagnostics.Debug.dll, version=7.0.1423.51910
    .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.1423.51910
    .\System.Collections.NonGeneric.dll, version=7.0.1423.51910
    C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.2506_none_270c5ae97388e100\comctl32.dll, version=6.10 (WinBuild.160101.0800)
    .\Accessibility.dll, version=7.0.1423.52009
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_866484083fc526af\nvwgf2umx.dll, version=31.0.15.4633
    C:\WINDOWS\SYSTEM32\WINMM.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\UMPDC.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    .\UIAutomationTypes.dll, version=7.0.1423.52002
    C:\WINDOWS\system32\nvspcap64.dll, version=3.27.0.120
    C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_866484083fc526af\Display.NvContainer\MessageBus.dll, version=
    C:\WINDOWS\System32\WS2_32.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\NSI.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL, version=10.0.22621.1 (WinBuild.160101.0800)
    .\System.Numerics.Vectors.dll, version=7.0.1423.51910
    .\System.IO.Hashing.dll, version=7.0.22.51805
    .\System.Threading.Tasks.Parallel.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\TextShaping.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\System.Reflection.Metadata.dll, version=7.0.1423.51910
    .\System.IO.MemoryMappedFiles.dll, version=7.0.1423.51910
    .\System.Runtime.Loader.dll, version=7.0.1423.51910
    .\System.Reflection.MetadataLoadContext.dll, version=7.0.22.51805
    .\FileTypes\CSVFiletype.dll, version=1.0.0.0
    .\FileTypes\ImXCF.FileType.dll, version=1.4.0.95
    .\FileTypes\PhotoShop.dll, version=2.5.0.0
    .\FileTypes\Jpeg2000Filetype.dll, version=1.0.0.6
    .\PaintDotNet.Effects.Gpu.dll, version=5.12.8735.38135
    .\FileTypes\OptiPngFileType.dll, version=8.11.30.0
    .\FileTypes\ImAGIF.FileType.dll, version=1.4.0.0
    .\FileTypes\ImAPNG.FileType.dll, version=0.3.0.19
    .\PaintDotNet.Effects.dll, version=5.12.8735.38135
    .\FileTypes\IcoCur.dll, version=3.7.0.0
    .\mscorlib.dll, version=7.0.1423.51910
    .\System.dll, version=7.0.1423.51910
    .\System.Drawing.dll, version=7.0.1423.52009
    C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.22621.2792 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll, version=10.0.22621.2792 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll, version=10.0.22621.2792 (WinBuild.160101.0800)
    .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.12.8.0
    .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.27.0
    .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.21.0
    .\System.IO.FileSystem.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\Mono.Cecil.dll, version=0.11.5.0
    .\netstandard.dll, version=7.0.1423.51910
    .\PaintDotNet.Effects.Legacy.dll, version=5.12.8735.38135
    .\PaintDotNet.Plugins.Compatibility.dll, version=5.12.8735.38135
    .\System.Console.dll, version=7.0.1423.51910
    .\Effects\AA's_Assistant.dll, version=1.1.4329.33034
    .\Effects\AlphaToDots.dll, version=1.0.4675.19955
    .\Effects\AlphaBlur.dll, version=2.0.0.0
    .\Effects\CellTexture.dll, version=1.0.0.0
    .\Effects\BandWPlus.dll, version=6.0.8407.21940
    .\Effects\BBOutlinedGradientText.dll, version=6.0.8426.37652
    .\Effects\AlphaMask.dll, version=2.0.3574.41943
    .\Effects\Bars.dll, version=1.1.0.0
    .\Effects\BoldBrush.dll, version=2.0.8470.26873
    .\Effects\AverageEdgeBlur.dll, version=1.0.3991.32409
    .\Effects\CalliColour.dll, version=1.0.1.0
    .\Effects\BasicPhotoAdjustments.dll, version=2.1.4020.485
    .\Effects\AveragedColorBlur.dll, version=1.0.0.0
    .\Effects\Alphalizer.dll, version=2.0.5434.24240
    .\Effects\BlendModesPlus.dll, version=3.1.0.0
    .\Effects\CodeLab.dll, version=6.11.8737.33854
    .\Effects\voronoi.dll, version=1.0.0.0
    .\Effects\Bidirectional Blur.dll, version=1.0.0.0
    .\Effects\ClipWarpNew.dll, version=1.0.1.0
    .\Effects\ClipDisplace.dll, version=1.0.5763.42010
    .\Effects\Cobweb.dll, version=1.0.1.0
    .\Effects\coloraberation.dll, version=1.0.3859.18981
    .\Effects\CircleText.dll, version=1.4.4415.32488
    .\Effects\ColorBalance.dll, version=6.0.8407.22111
    .\Effects\ColorCount.dll, version=1.0.0.0
    .\Effects\ColorMixer.dll, version=1.3.0.0
    .\System.Runtime.Serialization.Formatters.dll, version=7.0.1423.51910
    .\Effects\ColorZoomBlur.dll, version=1.1.3873.36417
    .\Effects\Contour.dll, version=1.0.1.0
    .\Effects\VignettePlus.dll, version=6.0.8407.22549
    .\Effects\Cuboids.dll, version=1.0.0.0
    .\Effects\CreativeTextPro.dll, version=6.0.8407.22165
    .\Effects\ConvolutionEffect.dll, version=1.0.0.2
    .\Effects\ContentAwareFill.dll, version=1.5.1.0
    .\Effects\CycleHSV.dll, version=1.0.4909.35068
    .\Effects\Diffuse.dll, version=1.0.3254.27766
    .\Effects\Curves+.dll, version=4.0.6119.31044
    .\Effects\DistortThis.dll, version=2.10.0.0
    C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.22621.2428 (WinBuild.160101.0800)
    .\Effects\dpyColorBalance.dll, version=1.1.4330.37850
    .\Effects\Dream.dll, version=6.0.8414.36727
    .\Effects\Dryad.dll, version=1.0.1.0
    .\Effects\EigenBlur.dll, version=1.3.3555.24648
    .\Effects\Edge Shader.dll, version=1.0.1.0
    .\Effects\EOEffects.dll, version=1.10.16.12
    .\Effects\Facet.dll, version=1.0.3.0
    .\Effects\Erode.dll, version=1.0.0.0
    .\Effects\ErodeDilate_v0.2.dll, version=1.0.0.0
    .\Effects\FillFromClipboard.dll, version=6.0.8407.22397
    .\Effects\EdHarvey.Edfects.dll, version=5.0.0.0
    .\Effects\FindEdges.dll, version=1.2.0.0
    .\Effects\Flip.dll, version=4.6.7358.36953
    .\Effects\FloydSteinbergDithering.dll, version=5.2.8174.39918
    .\Effects\FurBlur.dll, version=1.0.1.0
    .\Effects\F_AdjustHSLuv.dll, version=1.2.8718.40563
    .\Effects\F_AdjustLevelsHSLuv.dll, version=1.2.8718.41016
    .\Effects\F_ColorVectorCross.dll, version=1.2.8710.30670
    .\Effects\F_ColorVectorRotation.dll, version=1.2.8710.28036
    .\Effects\F_ColorVectorRotationAxAng.dll, version=1.2.8710.27976
    .\Effects\F_FastAlpha2Gray.dll, version=1.0.8716.30768
    .\Effects\F_FastAlphaRemove.dll, version=1.0.8716.30758
    .\Effects\F_FastClipboard2AlphaMultiply.dll, version=1.0.8716.34503
    .\Effects\F_FastClipboard2AlphaOverwrite.dll, version=1.0.8716.34508
    .\Effects\F_FastGray2AlphaPrimary.dll, version=1.0.8716.30765
    .\Effects\F_FastGray2AlphaRetain.dll, version=1.0.8716.30762
    .\Effects\F_SeamlessSimplexClouds.dll, version=1.0.8713.9300
    .\Effects\F_SeamlessVoronoi.dll, version=1.0.8715.42222
    .\System.Net.Http.dll, version=7.0.1423.51910
    .\Effects\Gossamer.dll, version=1.0.1.0
    .\Effects\Gradient Bars.dll, version=4.0.5152.23084
    .\Effects\Gradient Blocks.dll, version=4.0.4642.26658
    .\Effects\GaussianBlurPlus.dll, version=4.2.5691.27401
    .\System.Net.Primitives.dll, version=7.0.1423.51910
    .\Effects\Gmic.dll, version=3.3.3.0
    .\Effects\Gradient Blur.dll, version=1.0.0.0
    .\Effects\Grain.dll, version=1.0.3854.25523
    .\Effects\Grid Warp.dll, version=4.0.6544.34496
    .\Effects\GridMaker.dll, version=4.0.0.0
    .\Effects\Helix.dll, version=1.0.1.0
    .\Effects\HexaGrid.dll, version=1.2.0.0
    .\Effects\HueSatPlus.dll, version=5.2.8174.40274
    .\Effects\IrisBlur.dll, version=1.0.8690.21381
    .\Effects\Jitter.dll, version=4.0.4642.26986
    .\Effects\Kuwahara.dll, version=1.0.0.0
    .\Effects\velc.SlabText.dll, version=1.1.8174.32156
    .\Effects\IncreaseLocalContrast.dll, version=1.0.1.1
    .\Effects\LavEnt.Effects.Mosaic.dll, version=1.1.0.0
    .\Effects\kb_lens.dll, version=0.0.0.0
    .\Effects\LaplacianPyramidFilter.dll, version=1.0.0.1
    .\Effects\Line Tracer.dll, version=1.0.4911.29141
    .\Effects\LocalContrast.dll, version=3.0.0.0
    .\System.Core.dll, version=7.0.1423.51910
    .\Effects\Liquify.dll, version=4.0.5873.25113
    .\Effects\LocalNoise.dll, version=1.0.4674.29909
    .\Effects\Magnifier.dll, version=1.1.0.0
    .\Effects\MultiSpline.dll, version=1.0.3.0
    .\Effects\MirrorRotateMenu.dll, version=2.0.2
    .\Effects\Morphologic.dll, version=1.0.0.0
    .\Effects\NoiseChoice.dll, version=1.0.1.0
    .\Effects\Norm_Render.dll, version=7.3.4484.27012
    .\Effects\Vandermotten.PaintDotNetEffects.ObjectAlign.dll, version=5.0.3.0
    .\Effects\Objectedge.dll, version=1.0.1.0
    .\Effects\ObjectTools.dll, version=6.0.8428.8314
    .\Effects\Oblique.dll, version=1.0.0.0
    .\Effects\OilPaintingPlus.dll, version=5.2.8141.27893
    .\Effects\Vandermotten.PaintDotNetEffects.dll, version=5.0.3.0
    .\Effects\IniFile.dll, version=2.0.2
    .\Effects\Panelling.dll, version=1.1.0.0
    .\Effects\ObjectBevel.dll, version=1.0.6.0
    .\Effects\PasteFill.dll, version=2.0.0.0
    .\Effects\Pastel.dll, version=5.2.8174.40506
    .\Effects\Perspective.dll, version=2.1.4415.36116
    .\Effects\phips_fill_gaps.dll, version=1.0.3307.18956
    .\Effects\PhotoAdjustments.dll, version=6.0.8416.38377
    .\Effects\Pixelate+.dll, version=4.0.4642.26940
    .\Effects\Polar.dll, version=1.1.1.0
    .\Effects\PointBlur.dll, version=1.0.0.0
    .\System.Resources.Extensions.dll, version=7.0.1423.51910
    .\Effects\RemoveDust.dll, version=6.0.8407.22513
    .\Effects\QuadrilateralCorrection.dll, version=1.3.0.0
    .\Effects\Random Maze1.dll, version=1.1.0.0
    .\Effects\Random lines.dll, version=1.1.0.0
    .\Effects\Random Maze2.dll, version=1.1.0.0
    .\Effects\Random Shape Fill.dll, version=4.0.4642.26910
    .\Effects\QuantDith.dll, version=1.5.8260.29377
    .\Effects\Scribble.dll, version=1.0.1.0
    .\Effects\Rosaces.dll, version=1.1.0.0
    .\Effects\RGB_Remap4.dll, version=1.0.3538.24311
    .\Effects\PSFilterPdn\PSFilterPdn.dll, version=2.0.7.0
    .\Effects\SeamCarving.dll, version=5.2.8176.39366
    .\Effects\Selection2Clear.dll, version=1.0.1.0
    .\Effects\Sharpen+.dll, version=4.0.0.0
    .\Effects\SelectionTools.dll, version=6.0.8412.38725
    .\Effects\SinWaves.dll, version=1.1.0.0
    .\Effects\Slinky.dll, version=1.0.1.0
    .\Effects\silhouetteplus.dll, version=1.1.3131.17586
    .\Effects\PSFilterPdn\TerraFX.Interop.Windows.dll, version=10.0.22621.2
    .\Effects\Smudge.dll, version=4.0.5873.25097
    .\Effects\Splashes.dll, version=1.1.1.0
    .\Effects\SpiroGraph.dll, version=1.1.0.0
    .\Effects\Splatter.dll, version=4.0.5873.25083
    .\Effects\StringAndPin.dll, version=1.0.1.0
    .\Effects\TextFactory.dll, version=1.0.8702.17604
    .\Effects\TextureShader.dll, version=1.0.5655.35781
    .\Effects\TR'sColorizerHMS.dll, version=1.0.4937.30626
    .\Effects\Transparency.dll, version=6.0.8407.22532
    .\Effects\PSFilterPdn\MessagePack.dll, version=2.5.124.21940
    .\Effects\TRs Scatter.dll, version=1.3.4949.23250
    .\Effects\TRsCustomPaletteMatch.dll, version=1.0.5.0
    .\Effects\TRsFilaments.dll, version=1.0.15.11399
    .\Effects\TRsKaboom.dll, version=1.0.5118.21464
    .\Effects\TRsPasteFrame.dll, version=1.3.20.9613
    .\Effects\TRsPasteWarp.dll, version=1.0.0.0
    .\Effects\TubeOblique.dll, version=1.0.0.0
    .\Effects\Tweaktrans.dll, version=1.0.4193.41856
    .\Effects\Tweaktrans2.dll, version=2.0.4252.27152
    .\Effects\Twist.dll, version=4.0.5873.25056
    .\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll, version=5.0.3.0
    .\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, version=5.0.3.0
    .\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, version=5.0.3.0
    .\Effects\Vandermotten.PaintDotNetEffects.MakeTransparent.dll, version=5.0.3.0
    .\System.Runtime.Intrinsics.dll, version=7.0.1423.51910
    .\System.Windows.Forms.Legacy.dll, version=1.0.0.0
    .\System.Text.RegularExpressions.dll, version=7.0.1423.51910
    .\System.Threading.Tasks.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\amsi.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23110.3-0\MpOav.dll, version=4.18.23110.3 (9ebb3643d539a6fc4659898b1df3124d5da4c0a9)
    C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23110.3-0\MPCLIENT.DLL, version=4.18.23110.3 (9ebb3643d539a6fc4659898b1df3124d5da4c0a9)
    C:\WINDOWS\SYSTEM32\gpapi.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\system32\dataexchange.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\system32\twinapi.appcore.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    .\System.Xml.XDocument.dll, version=7.0.1423.51910
    .\System.Private.Xml.Linq.dll, version=7.0.1423.51910
    .\System.Security.Cryptography.Primitives.dll, version=7.0.1423.51910
    .\System.Security.Cryptography.dll, version=7.0.1423.51910
    .\System.IO.Compression.dll, version=7.0.1423.51910
    .\System.Runtime.Numerics.dll, version=7.0.1423.51910
    .\System.Security.Cryptography.Algorithms.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.22621.2792 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\CoreMessaging.dll, version=10.0.22621.3007 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\CoreUIComponents.dll, version=10.0.22621.2506
    .\Newtonsoft.Json.dll, version=13.0.3.27908
    .\System.Linq.Expressions.dll, version=7.0.1423.51910
    .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.12.8735.38135
    C:\WINDOWS\system32\explorerframe.dll, version=10.0.22621.2428 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.22621.2506 (WinBuild.160101.0800)
    .\PresentationFramework-SystemXmlLinq.dll, version=7.0.1423.52002
    .\System.Xml.Linq.dll, version=7.0.1423.51910
    .\ComputeSharp.Core.dll, version=2.1.0.0
    C:\WINDOWS\SYSTEM32\d3dcompiler_47.DLL, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\dcomp.dll, version=10.0.22621.2715 (WinBuild.160101.0800)
    .\PhotoSauce.MagicScaler.dll, version=0.13.2.0
    .\Effects\ParallelLines.Effect.dll, version=1.6.0.575
    .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.2
    .\System.Diagnostics.DiagnosticSource.dll, version=7.0.1423.51910
    .\System.Net.Security.dll, version=7.0.1423.51910
    C:\WINDOWS\SYSTEM32\DNSAPI.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\WINNSI.DLL, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\winhttp.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    .\System.Net.Quic.dll, version=7.0.1423.51910
    .\msquic.dll, version=2.2.3.415752
    C:\WINDOWS\SYSTEM32\Secur32.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\SspiCli.dll, version=10.0.22621.3007 (WinBuild.160101.0800)
    .\System.Net.Sockets.dll, version=7.0.1423.51910
    C:\WINDOWS\system32\mswsock.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\system32\wshunix.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    .\System.Threading.Overlapped.dll, version=7.0.1423.51910
    .\System.Net.NameResolution.dll, version=7.0.1423.51910
    C:\WINDOWS\system32\nlansp_c.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\Windows\System32\rasadhlp.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\system32\wshbth.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\System32\winrnr.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\system32\pnrpnsp.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\system32\napinsp.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\System32\fwpuclnt.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    C:\WINDOWS\system32\schannel.DLL, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\ncrypt.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\SYSTEM32\NTASN1.dll, version=10.0.22621.1 (WinBuild.160101.0800)
    C:\WINDOWS\system32\ncryptsslp.dll, version=10.0.22621.2506 (WinBuild.160101.0800)
    .\System.Runtime.Serialization.Xml.dll, version=7.0.1423.51910
    .\System.Private.DataContractSerialization.dll, version=7.0.1423.51910
    .\Effects\PSFilterPdn\CommunityToolkit.HighPerformance.dll, version=8.2.1.1
    .\System.Threading.AccessControl.dll, version=7.0.1423.51910
    .\System.Security.AccessControl.dll, version=7.0.1423.51910
    .\System.IO.Pipes.dll, version=7.0.1423.51910
    C:\WINDOWS\System32\setupapi.DLL, version=10.0.22621.2428 (WinBuild.160101.0800)
------------------------------------------------------------------------------

 

 

 

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