otuncelli Posted September 25, 2021 Share Posted September 25, 2021 (edited) This is a Paint.NET file type plugin for opening/saving PDF (Portable Document Format) files. It also has ability to import Adobe® Illustrator® Artwork (.ai) files saved with PDF compatibility option. Current Latest Version: 1.0.0.1 Compatible with Paint.NET 4.2.16 and later. Download Links The easiest and recommended way to install the plugin is using the installer. It supports Store and Classic versions of Paint.NET. If you're using the Portable version of Paint.NET please use the manual installation method. Installer (Classic/Store): PdfFileTypePlugin_setup.exe Manual Installation (Classic/Store/Portable): PdfFileTypePlugin.zip How to Install Note: Before installation please make sure you don't have any other file type plugin installed handling the same file types as this plugin. To auto install the plugin perform the following steps: Download and run PdfFileTypePlugin_setup.exe Follow the steps of the setup wizard. To manually install the plugin perform the following steps: Download and extract PdfFileTypePlugin.zip If you're using Paint.NET 4.3 or later: If you're using Classic (All users) or Portable version of Paint.NET: Put the PdfFileTypePlugin folder with its contents in the <Paint.NET>\FileTypes directory (default location is C:\Program Files\paint.net\FileTypes). If you're using Classic (Just for yourself) or Store version: Put the PdfFileTypePlugin folder with its contents in the <Documents>\paint.net App Files\FileTypes directory. If you're using Paint.NET 4.2.16: If you're using Classic (All users): Put the contents of PdfFileTypePlugin folder in the <Paint.NET>\FileTypes directory (default location is C:\Program Files\paint.net\FileTypes). If you're using Classic (Just for yourself): Put the contents of PdfFileTypePlugin folder in the <Documents>\paint.net App Files\FileTypes directory. Optional steps: If you want to disable Save PDF functionality, create an empty text file named PdfFileType.DisableSave.txt in the same directory. If you want to disable Adobe® Illustrator® Artwork (.ai) support, create an empty text file named PdfFileType.DisableAi.txt in the same directory. Restart Paint.NET. Generic Features GhostScript (or anything else) is not required. Native ARM64 support. But I was not able to test it because I don't have a compatible device. If you have one, please let me know how it worked for you. Open Features Can open Adobe® Illustrator® Artwork (.ai) files saved with PDF compatibility option. Supports importing password protected PDFs. No support for saving yet. Allows importing all pages, certain pages or the same pages over and over again as different layers, ascending or descending order. Allows setting default blending mode or opacity values for imported pages. Save Features Can embed PDN's layer and document properties (excluding all metadata) into PDF file as Marked Object data. When you import that PDF again, they will be restored. Supports saving in PDF/A-1b, PDF/A-2b standards. Supports embedding images in lossy (as JPEG) or lossless format. Has 4 modes when saving: Normal: Each layer will be saved as a page. Cropped: Bounding transparency will be detected and removed for each layer. Which results varying page sizes. Cumulative: Each layer blends over (merged-down) the previous ones using the layer blending option and result will be saved as a page. Flattened: Layers will be flattened and result will be saved as single page PDF. Can skip invisible or duplicate layers when saving. Known Issues Can't process very large images. (width x height x 4 > 2.147.483.647) Preview generation is not supported. Source Code & Changelog GitHub Edited June 17, 2022 by otuncelli 3 2 Quote Link to comment Share on other sites More sharing options...
lynxster4 Posted September 25, 2021 Share Posted September 25, 2021 I would use this @otuncelli. I alter PDF files frequently at work. I use Paint.net to do this. Let me run a few tests. Thank you! 😊 1 Quote My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" Link to comment Share on other sites More sharing options...
lynxster4 Posted September 25, 2021 Share Posted September 25, 2021 I imported a PDF file into Paint.net and made some changes to it. I saved it as a PDF and the resulting page was blank. I also experimented with a PNG file and has the same result. Here is the error message: Maybe I'm not using this correctly? @Marilynx may need to experiment with this. 1 Quote My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" Link to comment Share on other sites More sharing options...
otuncelli Posted September 25, 2021 Author Share Posted September 25, 2021 (edited) @lynxster4 Thanks for testing. Tbh, I've never tried opening with Adobe Reader. I'll look into it. I'm getting the same error. Edit: Turns out Adobe Reader doesn't like the way I embed PDN's layer & document configuration into the PDF. Foxit Reader and Mozilla don't have a problem with it though. I'll add an option to disable this. Edit 2: The option is added. Disabled by default. Edit 3: Fixed the main issue. Embedding layer and document configuration shouldn't cause any trouble now. The option is set to enabled again by default. Edited September 26, 2021 by otuncelli 1 Quote Link to comment Share on other sites More sharing options...
lynxster4 Posted September 25, 2021 Share Posted September 25, 2021 Wonderful! Works now for me. Also, nice sharp conversion from PNG to PDF, too. (I only tried it on a png file) This will save a lot of headaches tweaking PDF's. Thank you @otuncelli! ☺️ Quote My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" Link to comment Share on other sites More sharing options...
midora Posted September 26, 2021 Share Posted September 26, 2021 8 hours ago, otuncelli said: Turns out Adobe Reader doesn't like the way I embed PDN's layer & document configuration into the PDF. Foxit Reader and Mozilla don't have a problem with it though. I'll add an option to disable this. That's a bad idea. You should not allow to create PDFs which do not seem to be conform with the PDF specification (just because a tool doesn't complain). You have to run conformance tests especially if you like to support PDF/A-1b and PDF/A-2. 1 Quote Link to comment Share on other sites More sharing options...
otuncelli Posted September 26, 2021 Author Share Posted September 26, 2021 (edited) 8 hours ago, midora said: That's a bad idea. You should not allow to create PDFs which do not seem to be conform with the PDF specification (just because a tool doesn't complain). You have to run conformance tests especially if you like to support PDF/A-1b and PDF/A-2. It was previously passing all tests on VeraPDF conformance test. But I checked again, It seems to fail on one now. Do you know any other conformance tests? Edit: Fixed the issue. Embedding layer/document properties won't break anything anymore. It passes conformance tests and Adobe Reader can open it. Edited September 26, 2021 by otuncelli Quote Link to comment Share on other sites More sharing options...
Djisves Posted October 1, 2021 Share Posted October 1, 2021 I use the @midora / @Martin Osieka almost daily, so I was a bit hesitant to remove those files from my FileTypes folder in order to test yours. I did try it today and I like it. It works as expected, opens and saves PDF files like a charm. Mind you, I have no use for most of the options available and I did not test those, but it does the simple open/save operations without any hassle. Thank you @otuncelli. If you're open to suggestions, I'd like to see an option to select the standard page sizes and dpi at both the open and save dialogues. The ease of use that these options provide, means I'll revert to the the @midora / @Martin Osieka plugin for now. 1 Quote Link to comment Share on other sites More sharing options...
midora Posted October 1, 2021 Share Posted October 1, 2021 Let's hope that Rick will once add the feature that the selected filter plugin in the open and save dialog will be used for the operation. It's not nice that you can not use these plugins together. ImPDF will be more strict in the future and just load PDFs created in the ImPDF pdf variant. Quote Link to comment Share on other sites More sharing options...
otuncelli Posted October 1, 2021 Author Share Posted October 1, 2021 5 hours ago, Djisves said: If you're open to suggestions That was the idea of this topic Thank you for testing @Djisves. Quote Link to comment Share on other sites More sharing options...
otuncelli Posted November 17, 2021 Author Share Posted November 17, 2021 (edited) Updated to v0.0.0.2 (alpha) Changelog: Fixed a compatibility issue on α Paint.NET 4.3.3 Updated to use Chromium/Pdfium 98.0.4706.0 A lot of minor tweaks and bug fixes. Edited November 17, 2021 by otuncelli 1 Quote Link to comment Share on other sites More sharing options...
Martins Posted December 23, 2021 Share Posted December 23, 2021 Plugin doesn't works with Paint.net 4.3.4, Paint.net crashes: Spoiler This text file was created because paint.net crashed. Please e-mail this to crashlog4@getpaint.net so we can diagnose and fix the problem. Application version: paint.net 4.3.4 (Stable 4.304.8007.42994) Time of crash: 23.12.2021 17:08:46 Application uptime: 00:02:40.1921107 Application state: Running Working set: 278 324 KiB Handles and threads: 1453 handles, 50 threads, 214 gdi, 202 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 Pro 10.0.22000.0 x64 .NET version: .NET 6.0.0-rtm.21522.10 x64 Processor: "Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz" @ ~2112MHz (4C/8T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2) Physical memory: 16301 MB Video card: Intel(R) UHD Graphics 620 (v:8086, d:5917, r:7), NVIDIA GeForce GTX 1060 (v:10DE, d:1C20, r:161), Intel(R) UHD Graphics 620 (v:8086, d:5917, r:7), Intel(R) UHD Graphics 620 (v:8086, d:5917, r:7), Microsoft Basic Render Driver (v:1414, d:8C, r:0) Hardware acceleration: True (default: True) Pointers: Precise Touch (IntegratedPen, 1x), Precise Touch (Touch, 10x), (Touch, 40x), (IntegratedPen, 1x), (IntegratedPen, 1x), Precise Touch (Touch, 1x) UI animations: True UI DPI: 144 dpi (1,50x scale) UI theme: VisualStyleCategory=Aero, EffectiveTheme=Aero, DWM=yes, AeroColorScheme=Light, ThemeFileName=Aero.msstyles Updates: True, 23.12.2021 (journal: ShouldCheckForUpdate, CheckedForUpdate) Locale: pdnr.c: lv-LV, hklm: lv-LV, hkcu: lv-LV, cc: lv-LV, cuic: lv-LV Flags: Exception details: System.InvalidOperationException: Cross-thread operation not valid: Control 'CbLyrBlendMode' accessed from a thread other than the thread it was created on. at System.Windows.Forms.Control.get_Handle() at Interop.User32.GetParent(IHandle hWnd) at System.Windows.Forms.Control.SetParentHandle(IntPtr value) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam) Managed assemblies: System.Private.CoreLib, .\System.Private.CoreLib.dll, Version=6.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet, .\paintdotnet.dll, Version=4.304.8007.42994 System.Runtime, .\System.Runtime.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=4.304.8007.42994 System.Windows.Forms, .\System.Windows.Forms.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process, .\System.Diagnostics.Process.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.20348.0, PublicKeyToken=35b01b53313a6f7e PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=4.304.8007.42994 System.Runtime.InteropServices.RuntimeInformation, .\System.Runtime.InteropServices.RuntimeInformation.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.InteropServices, .\System.Runtime.InteropServices.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer.Native.x64, .\PaintDotNet.SystemLayer.Native.x64.dll, Version=4.304.8007.42994 System.Threading, .\System.Threading.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Extensions, .\System.Runtime.Extensions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.VisualC, .\System.Runtime.CompilerServices.VisualC.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.NonGeneric, .\System.Collections.NonGeneric.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Intrinsics, .\System.Runtime.Intrinsics.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Core, .\PaintDotNet.Core.dll, Version=4.304.8007.42994 System.Private.Uri, .\System.Private.Uri.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives, .\System.ComponentModel.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WindowsBase, .\WindowsBase.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms.Primitives, .\System.Windows.Forms.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 PresentationFramework, .\PresentationFramework.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Drawing.Primitives, .\System.Drawing.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml, .\System.Xaml.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 System.ComponentModel, .\System.ComponentModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections, .\System.Collections.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource, .\System.Diagnostics.TraceSource.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread, .\System.Threading.Thread.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.CodePages, .\System.Text.Encoding.CodePages.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=4.304.8007.42994 Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ObjectModel, .\System.ObjectModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=4.304.8007.42994 System.Configuration.ConfigurationManager, .\System.Configuration.ConfigurationManager.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Specialized, .\System.Collections.Specialized.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=4.304.8007.42994 System.Private.Xml, .\System.Private.Xml.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Xml.ReaderWriter, .\System.Xml.ReaderWriter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.WebClient, .\System.Net.WebClient.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.ComponentModel.EventBasedAsync, .\System.ComponentModel.EventBasedAsync.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing.Common, .\System.Drawing.Common.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Memory, .\System.Memory.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions, .\System.Text.Encoding.Extensions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.SystemEvents, .\Microsoft.Win32.SystemEvents.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Immutable, .\System.Collections.Immutable.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq, .\System.Linq.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry, .\Microsoft.Win32.Registry.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows, .\System.Security.Principal.Windows.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Claims, .\System.Security.Claims.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.TypeConverter, .\System.ComponentModel.TypeConverter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationCore, .\PresentationCore.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder, .\DirectWriteForwarder.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Diagnostics.Debug, .\System.Diagnostics.Debug.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a UIAutomationTypes, .\UIAutomationTypes.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Diagnostics.FileVersionInfo, .\System.Diagnostics.FileVersionInfo.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects, .\PaintDotNet.Effects.dll, Version=4.304.8007.42994 System.Threading.Tasks.Parallel, .\System.Threading.Tasks.Parallel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging, .\System.IO.Packaging.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Serialization.Formatters, .\System.Runtime.Serialization.Formatters.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.CodeDom, .\System.CodeDom.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Reflection.MetadataLoadContext, .\System.Reflection.MetadataLoadContext.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Reflection.Metadata, .\System.Reflection.Metadata.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles, .\System.IO.MemoryMappedFiles.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.Unsafe, .\System.Runtime.CompilerServices.Unsafe.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Tracing, .\System.Diagnostics.Tracing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.ThreadPool, .\System.Threading.ThreadPool.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ImPS,EPS,AI.Open.FileType, .\FileTypes\ImPS,EPS,AI.Open.FileType.dll, Version=1.0.0.0 SvgFileType, .\FileTypes\SvgFileType.dll, Version=1.0.0.0 PdfFileType, .\FileTypes\PdfFileType.dll, Version=0.0.0.2 PhotoShop, .\FileTypes\PhotoShop.dll, Version=2.4.0.32275 ImPDF.Save.FileType, .\FileTypes\ImPDF.Save.FileType.dll, Version=1.4.5187.23557 mscorlib, .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing, .\System.Drawing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System, .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 netstandard, .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Core, .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Xml, .\System.Xml.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.10.10.0 AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.17.0 WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.7.0 System.Web, .\System.Web.dll, Version=4.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.StackTrace, .\System.Diagnostics.StackTrace.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Mono.Cecil, .\Mono.Cecil.dll, Version=0.11.4.0, PublicKeyToken=50cebf1cceb9d05e coloraberation, .\Effects\coloraberation.dll, Version=1.0.3859.18981 XYCoords, .\Effects\XYCoords.dll, Version=1.0.0.0 AutoChrome, .\Effects\AutoChrome.dll, Version=1.2.0.0 Bars, .\Effects\Bars.dll, Version=1.1.0.0 AutoChromeNoise, .\Effects\AutoChromeNoise.dll, Version=1.0.3847.37353 Boutons, .\Effects\Boutons.dll, Version=1.1.0.0 System.Console, .\System.Console.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ColorZoomBlur, .\Effects\ColorZoomBlur.dll, Version=1.1.3873.36417 Shape3D, .\Effects\Shape3D.dll, Version=1.2.6.0 ColorModulo, .\Effects\ColorModulo.dll, Version=1.1.3643.38108 Displacement, .\Effects\Displacement.dll, Version=1.1.0.0 DistortingMirror, .\Effects\DistortingMirror.dll, Version=1.0.4281.30602 Donut, .\Effects\Donut.dll, Version=1.0.4354.32246 Frames, .\Effects\Frame.dll, Version=1.1.0.0 GenTree, .\Effects\GenTree.dll, Version=0.1.0.0 WetFloor, .\Effects\WetFloor.dll, Version=1.1.0.0 GradientBlur, .\Effects\Gradient Blur.dll, Version=1.0.0.0 Gravity, .\Effects\Gravity.dll, Version=1.1.0.0 GridMaker, .\Effects\GridMaker.dll, Version=4.0.0.0 HexaGrid, .\Effects\HexaGrid.dll, Version=1.2.0.0 Waves, .\Effects\Waves.dll, Version=1.1.0.0 Kaleidoscope, .\Effects\Kaleidoscope.dll, Version=1.3.0.0 KaleidoGen, .\Effects\KaleidoGen.dll, Version=1.2.0.0 LensFlare, .\Effects\LensFlare.dll, Version=1.1.0.0 LightRays, .\Effects\LightRays.dll, Version=1.3.0.0 WaterReflection, .\Effects\WaterReflection.dll, Version=1.1.0.0 Magnifier, .\Effects\Magnifier.dll, Version=1.1.0.0 Majority, .\Effects\Majority.dll, Version=1.1.0.0 Matrice, .\Effects\Matrice.dll, Version=1.0.3810.11744 Volutes, .\Effects\Volutes.dll, Version=1.1.0.0 Moire, .\Effects\Moire.dll, Version=1.1.0.0 MotionSharpen, .\Effects\MotionSharpen.dll, Version=1.1.0.0 Nebulous, .\Effects\Nebulous.dll, Version=0.0.0.0 NewtonFractal, .\Effects\NewtonFractal.dll, Version=0.0.0.0 Vibrato, .\Effects\Vibrato.dll, Version=1.1.0.0 Oblique, .\Effects\Oblique.dll, Version=1.0.0.0 PageCurl, .\Effects\PageCurl.dll, Version=1.4.0.0 Overliner, .\Effects\Overliner.dll, Version=1.2.3888.29226 Panelling, .\Effects\Panelling.dll, Version=1.1.0.0 PerlinTexture, .\Effects\PerlinTexture.dll, Version=1.1.3857.30918 Polar, .\Effects\Polar.dll, Version=1.1.1.0 Polygones, .\Effects\Polygones.dll, Version=1.1.0.0 Radialcolors, .\Effects\Radialcolors.dll, Version=1.1.0.0 RainbowTwist, .\Effects\RainbowTwist.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 ReverseColors, .\Effects\ReverseColors.dll, Version=1.0.4121.15722 Rosaces, .\Effects\Rosaces.dll, Version=1.1.0.0 SeamlessTextureMaker, .\Effects\SeamlessTextureMaker.dll, Version=1.0.0.0 Shapes, .\Effects\Shapes.dll, Version=1.4.0.0 SinWaves, .\Effects\SinWaves.dll, Version=1.1.0.0 Sparkles, .\Effects\Sparkles.dll, Version=1.1.0.0 ShadowEffect, .\Effects\ShadowEffect.dll, Version=1.1.0.43197 RandMaze1, .\Effects\Random Maze1.dll, Version=1.1.0.0 Spiral, .\Effects\Spiral.dll, Version=1.1.0.0 SpiroShapes, .\Effects\SpiroShapes.dll, Version=2.0.0.0 Splashes, .\Effects\Splashes.dll, Version=1.1.1.0 SpiroGraph, .\Effects\SpiroGraph.dll, Version=1.1.0.0 StarGlow, .\Effects\StarGlow.dll, Version=1.0.3839.21249 TreeGen, .\Effects\TreeGen.dll, Version=1.1.0.0 Tiles, .\Effects\Tiles.dll, Version=1.1.1.0 TubeOblique, .\Effects\TubeOblique.dll, Version=1.0.0.0 TwistZ, .\Effects\TwistZ.dll, Version=1.1.2.0 Stars, .\Effects\Stars.dll, Version=1.0.0.0 PaintDotNet.Plugins.Compatibility, .\PaintDotNet.Plugins.Compatibility.dll, Version=4.304.8007.42994 System.Text.RegularExpressions, .\System.Text.RegularExpressions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Vandermotten.PaintDotNetEffects.Gradient, .\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects.Duotones, .\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects.ColorAccent, .\Effects\Vandermotten.PaintDotNetEffects.ColorAccent.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects.Grid, .\Effects\Vandermotten.PaintDotNetEffects.Grid.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects.FadeEdge, .\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects.ObjectAlign, .\Effects\Vandermotten.PaintDotNetEffects.ObjectAlign.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects.Blurs, .\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects.DropShadow, .\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 Crc32.NET, .\Crc32.NET.dll, Version=1.0.0.0, PublicKeyToken=dc0b95cf99bf4e99 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 System.Security.Cryptography.Primitives, .\System.Security.Cryptography.Primitives.dll, Version=6.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=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 System.Runtime.Numerics, .\System.Runtime.Numerics.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Vandermotten.PaintDotNetEffects.Monochromes, .\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 System.Net.Http, .\System.Net.Http.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.Primitives, .\System.Net.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.DiagnosticSource, .\System.Diagnostics.DiagnosticSource.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security, .\System.Net.Security.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Cryptography.X509Certificates, .\System.Security.Cryptography.X509Certificates.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.Sockets, .\System.Net.Sockets.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Overlapped, .\System.Threading.Overlapped.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.NameResolution, .\System.Net.NameResolution.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Cryptography.Encoding, .\System.Security.Cryptography.Encoding.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Emit.ILGeneration, .\System.Reflection.Emit.ILGeneration.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Emit.Lightweight, .\System.Reflection.Emit.Lightweight.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Primitives, .\System.Reflection.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Native modules: .\paintdotnet.exe, version=4.304.8007.42994 C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.22000.282 (WinBuild.160101.0800) C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.22000.318 (WinBuild.160101.0800) C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.22000.318 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\apphelp.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\AcLayers.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\msvcrt.dll, version=7.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\SHLWAPI.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\USER32.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\win32u.dll, version=10.0.22000.348 (WinBuild.160101.0800) C:\WINDOWS\System32\GDI32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\gdi32full.dll, version=10.0.22000.71 (WinBuild.160101.0800) C:\WINDOWS\System32\msvcp_win.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\ucrtbase.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\SHELL32.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\ADVAPI32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\sechost.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\RPCRT4.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\IMM32.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\shcore.dll, version=10.0.22000.376 (WinBuild.160101.0800) .\hostfxr.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 .\hostpolicy.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 .\coreclr.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 C:\WINDOWS\System32\ole32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\combase.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.22000.376 (WinBuild.160101.0800) .\System.Private.CoreLib.dll, version=6.0.21.52210 .\clrjit.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.22000.71 (WinBuild.160101.0800) .\paintdotnet.dll, version=4.304.8007.42994 .\System.Runtime.dll, version=6.0.21.52210 C:\WINDOWS\system32\uxtheme.dll, version=10.0.22000.376 (WinBuild.160101.0800) .\PaintDotNet.Base.dll, version=4.304.8007.42994 .\System.Windows.Forms.dll, version=6.0.21.52301 C:\WINDOWS\SYSTEM32\icu.dll, version=68, 2, 0, 6 (WinBuild.160101.0800) .\System.Collections.Concurrent.dll, version=6.0.21.52210 .\System.Diagnostics.Process.dll, version=6.0.21.52210 .\TerraFX.Interop.Windows.dll, version=10.0.20348.0 .\PaintDotNet.SystemLayer.dll, version=4.304.8007.42994 .\System.Runtime.InteropServices.RuntimeInformation.dll, version=6.0.21.52210 .\System.Runtime.InteropServices.dll, version=6.0.21.52210 .\vcruntime140.dll, version=14.30.30704.0 built by: vcwrkspc .\vcruntime140_1.dll, version=14.30.30704.0 built by: vcwrkspc .\msvcp140.dll, version=14.30.30704.0 built by: vcwrkspc .\msvcp140_1.dll, version=14.30.30704.0 built by: vcwrkspc .\msvcp140_2.dll, version=14.30.30704.0 built by: vcwrkspc .\msvcp140_codecvt_ids.dll, version=14.30.30704.0 built by: vcwrkspc .\vcomp140.dll, version=14.30.30704.0 built by: vcwrkspc .\ijwhost.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 .\PaintDotNet.SystemLayer.Native.x64.dll, version=4.304.8007.42994 C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22000.318_none_ce876b9e12f802ea\gdiplus.dll, version=10.0.22000.318 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\PROPSYS.dll, version=7.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Threading.dll, version=6.0.21.52210 .\System.Runtime.Extensions.dll, version=6.0.21.52210 .\System.Runtime.CompilerServices.VisualC.dll, version=6.0.21.52210 .\System.Collections.NonGeneric.dll, version=6.0.21.52210 .\System.Runtime.Intrinsics.dll, version=6.0.21.52210 C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\wintypes.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\PaintDotNet.Core.dll, version=4.304.8007.42994 .\System.Private.Uri.dll, version=6.0.21.52210 C:\WINDOWS\SYSTEM32\BCrypt.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.ComponentModel.Primitives.dll, version=6.0.21.52210 .\WindowsBase.dll, version=6.0.21.52301 .\System.Windows.Forms.Primitives.dll, version=6.0.21.52301 .\PresentationFramework.dll, version=6.0.21.52301 .\System.Drawing.Primitives.dll, version=6.0.21.52210 .\System.Xaml.dll, version=6.0.21.52301 .\System.ComponentModel.dll, version=6.0.21.52210 .\System.Collections.dll, version=6.0.21.52210 .\System.Diagnostics.TraceSource.dll, version=6.0.21.52210 .\System.Threading.Thread.dll, version=6.0.21.52210 .\System.Text.Encoding.CodePages.dll, version=6.0.21.52210 .\PaintDotNet.Resources.dll, version=4.304.8007.42994 .\Microsoft.Win32.Primitives.dll, version=6.0.21.52210 .\System.ObjectModel.dll, version=6.0.21.52210 .\PaintDotNet.Data.dll, version=4.304.8007.42994 .\System.Configuration.ConfigurationManager.dll, version=6.0.21.52210 .\System.Collections.Specialized.dll, version=6.0.21.52210 .\PresentationNative_cor3.dll, version=6,0,21,48001 @Commit: bf6f24c075ff5315d0ec0e5359138ee796b0491c .\PaintDotNet.Framework.dll, version=4.304.8007.42994 .\System.Private.Xml.dll, version=6.0.21.52210 .\System.Xml.ReaderWriter.dll, version=6.0.21.52210 .\System.Net.WebClient.dll, version=6.0.21.52210 .\System.ComponentModel.EventBasedAsync.dll, version=6.0.21.52210 .\System.Drawing.Common.dll, version=6.0.21.52210 .\System.Memory.dll, version=6.0.21.52210 .\System.Text.Encoding.Extensions.dll, version=6.0.21.52210 .\Microsoft.Win32.SystemEvents.dll, version=6.0.21.52210 .\System.Collections.Immutable.dll, version=6.0.21.52210 .\System.Linq.dll, version=6.0.21.52210 .\Microsoft.Win32.Registry.dll, version=6.0.21.52210 .\System.Security.Principal.Windows.dll, version=6.0.21.52210 .\System.Security.Claims.dll, version=6.0.21.52210 .\System.ComponentModel.TypeConverter.dll, version=6.0.21.52210 .\PresentationCore.dll, version=6.0.21.52301 .\DirectWriteForwarder.dll, version=6,0,21,52301 @Commit: 3f75a67c752a116de292affae29a22bbb5b71b18 .\System.Diagnostics.Debug.dll, version=6.0.21.52210 C:\WINDOWS\SYSTEM32\dwrite.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\UIAutomationTypes.dll, version=6.0.21.52301 .\Accessibility.dll, version=6.0.21.52301 .\System.Diagnostics.FileVersionInfo.dll, version=6.0.21.52210 .\PaintDotNet.Effects.dll, version=4.304.8007.42994 .\System.Threading.Tasks.Parallel.dll, version=6.0.21.52210 .\System.Numerics.Vectors.dll, version=6.0.21.52210 .\System.IO.Packaging.dll, version=6.0.21.52210 .\System.Runtime.Serialization.Formatters.dll, version=6.0.21.52210 .\System.CodeDom.dll, version=6.0.21.52210 .\System.Reflection.MetadataLoadContext.dll, version=6.0.21.52210 .\System.Reflection.Metadata.dll, version=6.0.21.52210 .\System.IO.MemoryMappedFiles.dll, version=6.0.21.52210 .\System.Runtime.CompilerServices.Unsafe.dll, version=6.0.21.52210 .\System.Diagnostics.Tracing.dll, version=6.0.21.52210 .\System.Threading.ThreadPool.dll, version=6.0.21.52210 C:\WINDOWS\SYSTEM32\dxgi.dll, version=10.0.22000.348 (WinBuild.160101.0800) C:\WINDOWS\System32\MSCTF.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\ntmarta.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) C:\WINDOWS\System32\UIAnimation.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\version.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467\comctl32.dll, version=6.10 (WinBuild.160101.0800) .\ucrtbase.dll, version=10.0.19041.685 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\TextShaping.dll, version= .\System.Runtime.Loader.dll, version=6.0.21.52210 .\FileTypes\ImPS,EPS,AI.Open.FileType.dll, version=1.0.0.0 .\FileTypes\SvgFileType.dll, version=1.0.0.0 .\FileTypes\PdfFileType.dll, version=0.0.0.2 .\FileTypes\PhotoShop.dll, version=2.4.0.0 .\FileTypes\ImPDF.Save.FileType.dll, version=1.4.5187.23557 .\mscorlib.dll, version=6.0.21.52210 .\System.Drawing.dll, version=6.0.21.52301 .\System.dll, version=6.0.21.52210 .\netstandard.dll, version=6.0.21.52210 C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\cfgmgr32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.22000.65 (WinBuild.160101.0800) .\System.Core.dll, version=6.0.21.52210 .\System.Xml.dll, version=6.0.21.52210 .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.10.10.0 .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.7.0 .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.17.0 .\Microsoft.DiaSymReader.Native.amd64.dll, version=14.28.29715.1 built by: vcwrkspc .\System.Web.dll, version=6.0.21.52210 .\System.Diagnostics.StackTrace.dll, version=6.0.21.52210 C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll, version=10.0.22000.65 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll, version=10.0.22000.65 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\d2d1.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\d3d11.dll, version=10.0.22000.120 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Mono.Cecil.dll, version=0.11.4.0 C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\coloraberation.dll, version=1.0.3859.18981 .\Effects\XYCoords.dll, version=1.0.0.0 .\Effects\AutoChrome.dll, version=1.2.0.0 .\Effects\Bars.dll, version=1.1.0.0 .\Effects\AutoChromeNoise.dll, version=1.0.3847.37353 .\Effects\Boutons.dll, version=1.1.0.0 C:\WINDOWS\SYSTEM32\sxs.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Console.dll, version=6.0.21.52210 .\Effects\ColorZoomBlur.dll, version=1.1.3873.36417 .\Effects\Shape3D.dll, version=1.2.6.0 .\Effects\ColorModulo.dll, version=1.1.3643.38108 .\Effects\Displacement.dll, version=1.1.0.0 .\Effects\DistortingMirror.dll, version=1.0.4281.30602 .\Effects\Donut.dll, version=1.0.4354.32246 .\Effects\Frame.dll, version=1.1.0.0 .\Effects\GenTree.dll, version=0.1.0.0 .\Effects\WetFloor.dll, version=1.1.0.0 .\Effects\Gradient Blur.dll, version=1.0.0.0 .\Effects\Gravity.dll, version=1.1.0.0 .\Effects\GridMaker.dll, version=4.0.0.0 .\Effects\HexaGrid.dll, version=1.2.0.0 .\Effects\Waves.dll, version=1.1.0.0 .\Effects\Kaleidoscope.dll, version=1.3.0.0 .\Effects\KaleidoGen.dll, version=1.2.0.0 .\Effects\LensFlare.dll, version=1.1.0.0 .\Effects\LightRays.dll, version=1.3.0.0 .\Effects\WaterReflection.dll, version=1.1.0.0 .\Effects\Magnifier.dll, version=1.1.0.0 .\Effects\Majority.dll, version=1.1.0.0 .\Effects\Matrice.dll, version=1.0.3810.11744 .\Effects\Volutes.dll, version=1.1.0.0 .\Effects\Moire.dll, version=1.1.0.0 .\Effects\MotionSharpen.dll, version=1.1.0.0 .\Effects\Nebulous.dll, version=0.0.0.0 .\Effects\NewtonFractal.dll, version=0.0.0.0 .\Effects\Vibrato.dll, version=1.1.0.0 .\Effects\Oblique.dll, version=1.0.0.0 .\Effects\PageCurl.dll, version=1.4.0.0 .\Effects\Overliner.dll, version=1.2.3888.29226 .\Effects\Panelling.dll, version=1.1.0.0 .\Effects\PerlinTexture.dll, version=1.1.3857.30918 .\Effects\Polar.dll, version=1.1.1.0 .\Effects\Polygones.dll, version=1.1.0.0 .\Effects\Radialcolors.dll, version=1.1.0.0 .\Effects\RainbowTwist.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\ReverseColors.dll, version=1.0.4121.15722 .\Effects\Rosaces.dll, version=1.1.0.0 .\Effects\SeamlessTextureMaker.dll, version=1.0.0.0 .\Effects\Shapes.dll, version=1.4.0.0 .\Effects\SinWaves.dll, version=1.1.0.0 .\Effects\Sparkles.dll, version=1.1.0.0 .\Effects\ShadowEffect.dll, version=1.1.0.43197 .\Effects\Random Maze1.dll, version=1.1.0.0 .\Effects\Spiral.dll, version=1.1.0.0 .\Effects\SpiroShapes.dll, version=2.0.0.0 .\Effects\Splashes.dll, version=1.1.1.0 .\Effects\SpiroGraph.dll, version=1.1.0.0 .\Effects\StarGlow.dll, version=1.0.3839.21249 .\Effects\TreeGen.dll, version=1.1.0.0 .\Effects\Tiles.dll, version=1.1.1.0 .\Effects\TubeOblique.dll, version=1.0.0.0 .\Effects\Stars.dll, version=1.0.0.0 .\Effects\TwistZ.dll, version=1.1.2.0 .\PaintDotNet.Plugins.Compatibility.dll, version=4.304.8007.42994 .\System.Text.RegularExpressions.dll, version=6.0.21.52210 C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\system32\dataexchange.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\twinapi.appcore.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.22000.282 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CoreMessaging.dll, version=10.0.22000.71 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\CoreUIComponents.dll, version=10.0.22000.132 C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\Oleacc.dll, version=7.2.22000.1 (WinBuild.160101.0800) .\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, version=3.8.0.0 .\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll, version=3.8.0.0 .\Effects\Vandermotten.PaintDotNetEffects.ColorAccent.dll, version=3.8.0.0 .\Effects\Vandermotten.PaintDotNetEffects.Grid.dll, version=3.8.0.0 .\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll, version=3.8.0.0 .\Effects\Vandermotten.PaintDotNetEffects.ObjectAlign.dll, version=3.8.0.0 C:\WINDOWS\SYSTEM32\amsi.dll, version=10.0.22000.120 (WinBuild.160101.0800) .\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll, version=3.8.0.0 .\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, version=3.8.0.0 C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2111.5-0\MpOav.dll, version=4.18.2111.5 (WinBuild.160101.0800) C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2111.5-0\MPCLIENT.DLL, version=4.18.2111.5 (WinBuild.160101.0800) C:\WINDOWS\System32\CRYPT32.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\WINTRUST.dll, version=10.0.22000.194 (WinBuild.160101.0800) C:\WINDOWS\System32\MSASN1.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\gpapi.dll, version=10.0.22000.376 (WinBuild.160101.0800) .\Crc32.NET.dll, version=1.2.0.5 C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\UMPDC.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Security.Cryptography.Primitives.dll, version=6.0.21.52210 .\Newtonsoft.Json.dll, version=13.0.1.25517 .\System.Linq.Expressions.dll, version=6.0.21.52210 .\System.Runtime.Numerics.dll, version=6.0.21.52210 .\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll, version=3.8.0.0 C:\WINDOWS\SYSTEM32\winmm.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\explorerframe.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\DriverStore\FileRepository\64jp8682.inf_amd64_ea97e317d6be70ec\igd10iumd64.dll, version=27.20.100.8682 C:\WINDOWS\SYSTEM32\ncrypt.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\NTASN1.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\DriverStore\FileRepository\64jp8682.inf_amd64_ea97e317d6be70ec\igdgmm64.dll, version=27.20.100.8682 C:\WINDOWS\System32\DriverStore\FileRepository\64jp8682.inf_amd64_ea97e317d6be70ec\igc64.dll, version=27.20.100.8682 .\System.Net.Http.dll, version=6.0.21.52210 .\System.Net.Primitives.dll, version=6.0.21.52210 .\System.Diagnostics.DiagnosticSource.dll, version=6.0.21.52210 .\System.Net.Security.dll, version=6.0.21.52210 .\System.Security.Cryptography.X509Certificates.dll, version=6.0.21.52210 C:\WINDOWS\SYSTEM32\iphlpapi.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\DNSAPI.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\NSI.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WINNSI.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\winhttp.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\WS2_32.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Net.Sockets.dll, version=6.0.21.52210 C:\WINDOWS\system32\mswsock.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\wshunix.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Threading.Overlapped.dll, version=6.0.21.52210 .\System.Net.NameResolution.dll, version=6.0.21.52210 C:\WINDOWS\system32\nlansp_c.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\Windows\System32\rasadhlp.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\wshbth.dll, version=10.0.22000.41 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\DEVOBJ.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\winrnr.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\pnrpnsp.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\napinsp.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\fwpuclnt.dll, version=10.0.22000.258 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\sspicli.dll, version=10.0.22000.282 (WinBuild.160101.0800) C:\WINDOWS\system32\schannel.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\mskeyprotect.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\system32\ncryptsslp.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Security.Cryptography.Encoding.dll, version=6.0.21.52210 C:\WINDOWS\System32\comdlg32.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\DUI70.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\DUser.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\atlthunk.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\edputil.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\VAULTCLI.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\Windows\System32\thumbcache.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\Windows\System32\Windows.UI.FileExplorer.dll, version=10.0.10011.16384 (WinBuild.160101.0800) C:\Windows\System32\Windows.FileExplorer.Common.dll, version=10.0.22000.184 (WinBuild.160101.0800) C:\Windows\System32\iertutil.dll, version=11.00.22000.376 (WinBuild.160101.0800) C:\WINDOWS\system32\xmllite.dll, version=10.0.22000.282 (WinBuild.160101.0800) C:\WINDOWS\System32\StructuredQuery.dll, version=7.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\Windows.Storage.Search.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\Windows\System32\Windows.System.Launcher.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\Windows\System32\msvcp110_win.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\LINKINFO.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\Windows\System32\twinapi.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\Windows\System32\ieframe.dll, version=11.00.22000.376 (WinBuild.160101.0800) C:\Windows\System32\NETAPI32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\Windows\System32\NETUTILS.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\Windows\System32\WKSCLI.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\msIso.dll, version=11.00.22000.348 (WinBuild.160101.0800) C:\WINDOWS\System32\cldapi.dll, version=10.0.22000.258 (WinBuild.160101.0800) C:\WINDOWS\System32\fhcat.dll, version=10.0.22000.71 (WinBuild.160101.0800) C:\WINDOWS\System32\ESENT.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\fhcfg.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\wevtapi.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\MPR.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\EFSUTIL.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\DSROLE.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\ntshrui.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\srvcli.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\cscapi.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\mssprxy.dll, version=7.0.22000.348 (WinBuild.160101.0800) C:\WINDOWS\System32\coml2.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\system32\policymanager.dll, version=10.0.22000.348 (WinBuild.160101.0800) C:\Windows\System32\MrmCoreR.dll, version=10.0.22000.120 (WinBuild.160101.0800) C:\Windows\System32\OneCoreUAPCommonProxyStub.dll, version=10.0.22000.348 (WinBuild.160101.0800) C:\WINDOWS\System32\SETUPAPI.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\PhotoMetadataHandler.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\Windows\System32\msxml6.dll, version=6.30.22000.282 C:\WINDOWS\system32\IconCodecService.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\urlmon.dll, version=11.00.22000.376 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\msi.dll, version=5.0.22000.376 C:\Windows\System32\ActXPrxy.dll, version=10.0.22000.71 (WinBuild.160101.0800) C:\Users\marti\AppData\Local\Microsoft\OneDrive\21.245.1128.0001\FileSyncShell64.dll, version=21.245.1128.0001 C:\WINDOWS\SYSTEM32\Secur32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\SYSTEM32\WININET.dll, version=11.00.22000.376 (WinBuild.160101.0800) C:\Program Files (x86)\Common Files\Adobe\CoreSyncExtension\CoreSync_x64.dll, version=5.2.0.17 C:\WINDOWS\SYSTEM32\AcSignIcon.dll, version=24.0.47.0.0 C:\WINDOWS\SYSTEM32\mfc140u.dll, version=14.28.29325.2 built by: vcwrkspc C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.22000.1_none_271a8fad6a2d1b1e\Comctl32.dll, version=5.82 (WinBuild.160101.0800) C:\Windows\System32\EhStorShell.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\cscui.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\system32\NetworkExplorer.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\Program Files\Common Files\Autodesk Shared\AcSignCore16.dll, version=24.0.47.0.0 C:\WINDOWS\System32\p9np.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\drprov.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\WINDOWS\System32\ntlanman.dll, version=10.0.22000.376 (WinBuild.160101.0800) C:\WINDOWS\System32\davclnt.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\FileTypes\pdfium_x64.DLL, version=98.0.4706.0 .\System.Reflection.Emit.ILGeneration.dll, version=6.0.21.52210 .\System.Reflection.Emit.Lightweight.dll, version=6.0.21.52210 .\System.Reflection.Primitives.dll, version=6.0.21.52210 ------------------------------------------------------------------------------ Quote Link to comment Share on other sites More sharing options...
otuncelli Posted December 23, 2021 Author Share Posted December 23, 2021 I'm not able to reproduce. But since you're using 144 dpi, I have some ideas. Currently, there are some issues in .NET 6.0 related to high DPI. Is anyone else getting this error? Quote Link to comment Share on other sites More sharing options...
lynxster4 Posted December 23, 2021 Share Posted December 23, 2021 Also getting a crash @otuncelli. It won't open pdf files. Spoiler This text file was created because paint.net crashed. Please e-mail this to crashlog4@getpaint.net so we can diagnose and fix the problem. Application version: paint.net 4.3.4 (Stable 4.304.8007.42994) Time of crash: 12/23/2021 1:23:27 PM Application uptime: 00:00:05.4460424 Application state: Running Working set: 324,736 KiB Handles and threads: 1627 handles, 49 threads, 103 gdi, 191 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.22000.0 x64 .NET version: .NET 6.0.0-rtm.21522.10 x64 Processor: "11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz" @ ~3600MHz (8C/16T, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2) Physical memory: 32549 MB Video card: NVIDIA GeForce GTX 1080 Ti (v:10DE, d:1B06, r:161), Microsoft Basic Render Driver (v:1414, d:8C, r:0) Hardware acceleration: True (default: True) Pointers: none UI animations: True UI DPI: 120 dpi (1.25x scale) UI theme: VisualStyleCategory=Aero, EffectiveTheme=Aero, DWM=yes, AeroColorScheme=Blue, ThemeFileName=Aero.msstyles Updates: True, 12/23/2021 (journal: ShouldCheckForUpdate) Locale: pdnr.c: en-US, hklm: en-US, hkcu: en-US, cc: en-US, cuic: en-US Flags: Exception details: System.InvalidOperationException: Cross-thread operation not valid: Control 'CbLyrBlendMode' accessed from a thread other than the thread it was created on. at System.Windows.Forms.Control.get_Handle() at Interop.User32.GetParent(IHandle hWnd) at System.Windows.Forms.Control.SetParentHandle(IntPtr value) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam) Managed assemblies: System.Private.CoreLib, .\System.Private.CoreLib.dll, Version=6.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet, .\paintdotnet.dll, Version=4.304.8007.42994 System.Runtime, .\System.Runtime.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base, .\PaintDotNet.Base.dll, Version=4.304.8007.42994 System.Windows.Forms, .\System.Windows.Forms.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 System.Collections.Concurrent, .\System.Collections.Concurrent.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process, .\System.Diagnostics.Process.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a TerraFX.Interop.Windows, .\TerraFX.Interop.Windows.dll, Version=10.0.20348.0, PublicKeyToken=35b01b53313a6f7e PaintDotNet.SystemLayer, .\PaintDotNet.SystemLayer.dll, Version=4.304.8007.42994 System.Runtime.InteropServices.RuntimeInformation, .\System.Runtime.InteropServices.RuntimeInformation.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.InteropServices, .\System.Runtime.InteropServices.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer.Native.x64, .\PaintDotNet.SystemLayer.Native.x64.dll, Version=4.304.8007.42994 System.Threading, .\System.Threading.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Extensions, .\System.Runtime.Extensions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.VisualC, .\System.Runtime.CompilerServices.VisualC.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.NonGeneric, .\System.Collections.NonGeneric.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Intrinsics, .\System.Runtime.Intrinsics.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Core, .\PaintDotNet.Core.dll, Version=4.304.8007.42994 System.Private.Uri, .\System.Private.Uri.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives, .\System.ComponentModel.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WindowsBase, .\WindowsBase.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms.Primitives, .\System.Windows.Forms.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing.Primitives, .\System.Drawing.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationFramework, .\PresentationFramework.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Xaml, .\System.Xaml.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 System.ComponentModel, .\System.ComponentModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource, .\System.Diagnostics.TraceSource.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections, .\System.Collections.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread, .\System.Threading.Thread.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.CodePages, .\System.Text.Encoding.CodePages.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Primitives, .\Microsoft.Win32.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Resources, .\PaintDotNet.Resources.dll, Version=4.304.8007.42994 System.ObjectModel, .\System.ObjectModel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data, .\PaintDotNet.Data.dll, Version=4.304.8007.42994 System.Configuration.ConfigurationManager, .\System.Configuration.ConfigurationManager.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Drawing.Common, .\System.Drawing.Common.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Immutable, .\System.Collections.Immutable.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.Specialized, .\System.Collections.Specialized.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.SystemEvents, .\Microsoft.Win32.SystemEvents.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Threading.ThreadPool, .\System.Threading.ThreadPool.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Framework, .\PaintDotNet.Framework.dll, Version=4.304.8007.42994 System.Xml.ReaderWriter, .\System.Xml.ReaderWriter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq, .\System.Linq.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml, .\System.Private.Xml.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.ComponentModel.EventBasedAsync, .\System.ComponentModel.EventBasedAsync.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Net.WebClient, .\System.Net.WebClient.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Memory, .\System.Memory.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions, .\System.Text.Encoding.Extensions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry, .\Microsoft.Win32.Registry.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows, .\System.Security.Principal.Windows.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Claims, .\System.Security.Claims.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.TypeConverter, .\System.ComponentModel.TypeConverter.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PresentationCore, .\PresentationCore.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder, .\DirectWriteForwarder.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Diagnostics.Debug, .\System.Diagnostics.Debug.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a UIAutomationTypes, .\UIAutomationTypes.dll, Version=6.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Diagnostics.FileVersionInfo, .\System.Diagnostics.FileVersionInfo.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects, .\PaintDotNet.Effects.dll, Version=4.304.8007.42994 Accessibility, .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 Crc32.NET, .\Crc32.NET.dll, Version=1.0.0.0, PublicKeyToken=dc0b95cf99bf4e99 System.Security.Cryptography.Primitives, .\System.Security.Cryptography.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging, .\System.IO.Packaging.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Tasks.Parallel, .\System.Threading.Tasks.Parallel.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.MetadataLoadContext, .\System.Reflection.MetadataLoadContext.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Reflection.Metadata, .\System.Reflection.Metadata.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles, .\System.IO.MemoryMappedFiles.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Console, .\System.Console.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Numerics.Vectors, .\System.Numerics.Vectors.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Tracing, .\System.Diagnostics.Tracing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Loader, .\System.Runtime.Loader.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a CSVFiletype, .\FileTypes\CSVFiletype.dll, Version=1.0.0.0 ABRFileType, .\FileTypes\ABRFileType.dll, Version=1.3.2.0 ImAGIF.FileType, .\FileTypes\ImAGIF.FileType_v1.5\ImAGIF.FileType.dll, Version=1.5.0.0 PhotoShop, .\FileTypes\PhotoShop.dll, Version=2.5.0.3279 HeicFileTypePlus, .\FileTypes\HeicFileTypePlus.dll, Version=1.0.5.0 ImZIP.FileType, .\FileTypes\ImZIP.FileType.dll, Version=1.2.229.0 ImPS,EPS,AI.Open.FileType, .\FileTypes\ImPS,EPS,AI.Open.FileType.dll, Version=1.0.0.0 SvgFileType, .\FileTypes\SvgFileTypePlugin\SvgFileType.dll, Version=1.0.5.1 MozJpegFileType, .\FileTypes\MozJpegFileType.dll, Version=1.0.0.0 TileImageFileType, .\FileTypes\TileImageFileType.dll, Version=1.1.0.0 PatternFileType, .\FileTypes\PatternFileType.dll, Version=1.0.6.0 OptiPngFileType, .\FileTypes\OptiPngFileType.dll, Version=11.1.0.0 ImAPNG.FileType, .\FileTypes\ImAPNG.FileType.dll, Version=0.3.0.19 Resize_xBRZ, .\FileTypes\Resize_xBRZ.dll, Version=1.0.0.0 FSHfiletype, .\FileTypes\FSHfiletype.dll, Version=1.2.4.0 TXTRFileType, .\FileTypes\TXTRFileType\TXTRFileType.dll, Version=1.0.0.0 Base64FileType, .\FileTypes\Base64FileType.dll, Version=1.0.0.10 RawFileType, .\FileTypes\RawFileType.dll, Version=1.3.1.0 IcoCur, .\FileTypes\IcoCur.dll, Version=4.0.1.0 Jpeg2000Filetype, .\FileTypes\Jpeg2000Filetype.dll, Version=1.0.1.0 ImXcf.FileType, .\FileTypes\ImXCF.FileType.dll, Version=1.4.0.95 ImEmf,Wmf.FileType, .\FileTypes\ImEmf,Wmf.FileType.dll, Version=1.1.0.158 OptimizedJPEG, .\FileTypes\OptimizedJPEG.dll, Version=1.0.2.0 PcxFileType, .\FileTypes\PcxFileType.dll, Version=0.9.3.0 PaintShopProFiletype, .\FileTypes\PaintShopProFiletype.dll, Version=1.0.2.0 SpriteSheet, .\FileTypes\SpriteSheet.dll, Version=1.2.2.0 System.Windows.Forms.Legacy, .\System.Windows.Forms.Legacy.dll, Version=0.1.1.0 PdfFileType, .\FileTypes\PdfFileTypePlugin\PdfFileType.dll, Version=0.0.0.2 PaintDotNet.Plugins.Compatibility, .\PaintDotNet.Plugins.Compatibility.dll, Version=4.304.8007.42994 System.Text.RegularExpressions, .\System.Text.RegularExpressions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Serialization.Formatters, .\System.Runtime.Serialization.Formatters.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a mscorlib, .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.CodeDom, .\System.CodeDom.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Newtonsoft.Json, .\Newtonsoft.Json.dll, Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed System.Linq.Expressions, .\System.Linq.Expressions.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Numerics, .\System.Runtime.Numerics.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing, .\System.Drawing.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System, .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 OptionBasedLibrary v0.6, .\FileTypes\OptionBasedLibrary v0.6.dll, Version=0.5.0.0 OptionBasedLibrary v0.7.9, .\FileTypes\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561 SixLabors.ImageSharp, .\FileTypes\TXTRFileType\SixLabors.ImageSharp.dll, Version=1.0.0.0, PublicKeyToken=d998eea7b14cab13 System.IO.FileSystem, .\System.IO.FileSystem.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a DdsFileTypePlus, .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.10.10.0 WebPFileType, .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.7.0 AvifFileType, .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.17.0 netstandard, .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Xml, .\System.Xml.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Core, .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 Mono.Cecil, .\Mono.Cecil.dll, Version=0.11.4.0, PublicKeyToken=50cebf1cceb9d05e ArgusPaintNet.Convolution, .\Effects\ArgusPaintNet.Convolution.dll, Version=1.1.5746.27780 Zoom Selection.dll, .\Effects\Zoom Selection.dll, Version=1.0.7734.39804 Curves+, .\Effects\Curves+.dll, Version=4.0.6119.31044 Zoom Blur Deluxe CL, .\Effects\Zoom Blur Deluxe CL.dll, Version=1.0.6896.32632 zkaleidoscope, .\Effects\zkaleidoscope.dll, Version=1.3.7168.35177 YinYang21, .\Effects\YinYang21.dll, Version=1.0.7937.38561 XYCoords, .\Effects\XYCoords.dll, Version=1.2.6.20985 xy2xyz, .\Effects\xy2xyz.dll, Version=0.3.7997.40749 X Rainbow bars, .\Effects\X Rainbow bars.dll, Version=1.0.3536.37632 System.Reflection.Emit.ILGeneration, .\System.Reflection.Emit.ILGeneration.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a EdHarvey.Effects, .\Effects\EdHarvey.Effects.dll, Version=4.0.5120.42730 Alpha2Gray, .\Effects\Alpha2Gray.dll, Version=4.5.6832.21862 Burninate, .\Effects\Burninate.dll, Version=4.6.7358.31797 System.Reflection.Emit.Lightweight, .\System.Reflection.Emit.Lightweight.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.Primitives, .\System.Reflection.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a BandWPlus, .\Effects\BandWPlus.dll, Version=1.3.7359.317 WovenPhoto95, .\Effects\WovenPhoto95.dll, Version=1.94.6529.30892 ColorBalance, .\Effects\ColorBalance.dll, Version=4.7.7401.17173 System.Design, .\System.Design.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Copy Selection Bounding Box.dll, .\Effects\Copy Selection Bounding Box.dll, Version=1.0.7837.1417 System.Windows.Forms.Design, .\System.Windows.Forms.Design.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 ColorRange, .\Effects\ColorRange.dll, Version=1.1.0.0 WovenPhoto94, .\Effects\WovenPhoto94.dll, Version=1.94.6505.33087 Clock, .\Effects\Clock.dll, Version=1.1.6230.35204 complement, .\Effects\complement.dll, Version=0.1.7021.39134 Dream, .\Effects\Dream.dll, Version=4.6.7358.35004 DynamicContrast, .\Effects\DynamicContrast.dll, Version=1.1.0.0 CombinedAdjustments, .\Effects\CombinedAdjustments.dll, Version=1.1.7358.40688 WoodsyVP3, .\Effects\WoodsyVP3.dll, Version=1.0.6.0 LensFlare, .\Effects\LensFlare.dll, Version=2.2.12.35124 FillFromClipboard, .\Effects\FillFromClipboard.dll, Version=4.7.7358.36519 FillFromFile, .\Effects\FillFromFile.dll, Version=4.7.7358.36581 EditableText, .\Effects\EditableText.dll, Version=1.0.1.0 FloydSteinbergDithering, .\Effects\FloydSteinbergDithering.dll, Version=4.6.7358.37110 EdHarvey.Effects.Archives.DentsClassic, .\Effects\EdHarvey.Effects.Archives.DentsClassic.dll, Version=3.5.3777.3380 Gray2Alpha, .\Effects\Gray2Alpha.dll, Version=4.5.6826.36897 HSVGradients, .\Effects\HSVGradients.dll, Version=4.5.6832.41864 IsometricTiled, .\Effects\IsometricTiled.dll, Version=1.0.6827.41632 CustomBrushesMini, .\Effects\CustomBrushesMini.dll, Version=2.2.5286.39584 HueSatPlus, .\Effects\HueSatPlus.dll, Version=4.6.7359.209 Landscape, .\Effects\Landscape.dll, Version=4.6.7358.37463 WoodsyVP2, .\Effects\WoodsyVP2.dll, Version=1.0.6.0 Gradient Mapping, .\Effects\Gradient Mapping.dll, Version=4.0.6547.33963 MandalaCreator, .\Effects\MandalaCreator.dll, Version=1.2.6946.21792 Planetoid, .\Effects\Planetoid.dll, Version=1.0.4.0 NormalMapPlus, .\Effects\NormalMapPlus.dll, Version=1.4.6422.43071 LevelHorizon, .\Effects\LevelHorizon.dll, Version=4.6.7358.37589 Pastel, .\Effects\Pastel.dll, Version=4.6.7358.38877 DHShapeMaker, .\Effects\DHShapeMaker.dll, Version=1.7.0.1 PhotoAdjustments, .\Effects\PhotoAdjustments.dll, Version=4.6.7358.38979 PasteAlpha, .\Effects\PasteAlpha.dll, Version=4.6.7358.38804 Polygon, .\Effects\Polygon.dll, Version=4.5.6828.38648 SBCommon, .\Effects\SBCommon.dll, Version=3.0.0.0 PremultiplyAlpha, .\Effects\PremultiplyAlpha.dll, Version=1.0.6868.37601 RemoveDust, .\Effects\RemoveDust.dll, Version=4.5.6826.37862 SeamCarving, .\Effects\SeamCarving.dll, Version=4.6.7358.39596 WoodsyVP1, .\Effects\WoodsyVP1.dll, Version=1.0.6.0 Scribble, .\Effects\Scribble.dll, Version=1.0.1.0 Sierpinski, .\Effects\Sierpinski.dll, Version=2.2.5.30414 SelectionInnerContour, .\Effects\SelectionInnerContour.dll, Version=0.0.0.0 SelectionTools, .\Effects\SelectionTools.dll, Version=5.0.7502.22140 ObjectTools, .\Effects\ObjectTools.dll, Version=5.0.7502.21624 SplitColorAndBrightness.dll, .\Effects\SplitColorAndBrightness.dll, Version=1.0.7845.681 Shape3D, .\Effects\Shape3D.dll, Version=1.2.6.3 SoftProofing, .\Effects\SoftProofing.dll, Version=1.1.0.1 SpacedTextPlugin, .\Effects\SpacedTextPlugin.dll, Version=2.0.0.0 Temperature, .\Effects\Temperature.dll, Version=4.6.7358.39746 TileCount.dll, .\Effects\TileCount.dll, Version=1.0.7676.6172 Stickman, .\Effects\Stickman.dll, Version=1.2.2.30005 Tartan, .\Effects\Tartan.dll, Version=1.5.2.0 VignettePlus, .\Effects\VignettePlus.dll, Version=4.6.7358.40027 Transparency, .\Effects\Transparency.dll, Version=4.6.7358.39871 WhichSymbolRedux, .\Effects\WhichSymbolRedux.dll, Version=1.0.0.0 CustomControls, .\Effects\CustomControls.dll, Version=0.0.0.0 GpcDotNet.Interface, .\Effects\GpcDotNet.Interface.dll, Version=0.0.0.0 AA's_Assistant, .\Effects\AA's_Assistant.dll, Version=1.1.4329.33034 Aardvark, .\Effects\Aardvark.dll, Version=1.0.6.0 ABC Perlin Noise, .\Effects\ABC Perlin Noise.dll, Version=1.0.6819.23096 Add Depth, .\Effects\Add Depth.dll, Version=1.0.4247.30168 Advanced Julia Fractal, .\Effects\Advanced Julia Fractal.dll, Version=1.0.7702.38303 AdvancedRotate, .\Effects\AdvancedRotate.dll, Version=1.0.3663.28009 a_kaleido, .\Effects\Advanced_Kaleidoscope.dll, Version=1.0.7194.37638 advcolorrep, .\Effects\advcolorrep.dll, Version=1.3.3303.27314 AdvDith-en.dll, .\Effects\AdvDith-en.dll, Version=1.0.7500.29117 AIDenoisingFilter, .\Effects\AIDenoisingFilter.dll, Version=1.0.0.0 WetFloor, .\Effects\WetFloor.dll, Version=1.2.5.14166 Alias, .\Effects\Alias.dll, Version=2.0.3167.14578 Align, .\Effects\Align.dll, Version=1.0.1.7 AlignNSD, .\Effects\AlignNSD.dll, Version=1.0.1.0 AlignPlugin, .\Effects\AlignPlugin.dll, Version=1.5.1.0 Alpha Adjuster, .\Effects\Alpha Adjuster.dll, Version=1.0.7442.24665 Alpha Transform, .\Effects\Alpha Transform.dll, Version=1.1.3545.21589 Alpha-Displacement Mask, .\Effects\Alpha-Displacement Mask.dll, Version=1.4.1.1 AlphaBlur, .\Effects\AlphaBlur.dll, Version=2.0.0.0 AlphaContrast, .\Effects\AlphaContrast.dll, Version=1.0.3813.18307 AlphaKey.dll, .\Effects\AlphaKey.dll, Version=1.0.7554.3171 WaveToolBox, .\Effects\WaveToolBox.dll, Version=1.5.7466.17310 alphalevels, .\Effects\alphalevels.dll, Version=1.4.6830.2789 AlphaMask, .\Effects\AlphaMask.dll, Version=2.0.3574.41943 AlphaSpace, .\Effects\AlphaSpace.dll, Version=1.0.0.0 AlphaThreshold, .\Effects\AlphaThreshold.dll, Version=1.0.1.0 AlphaTransform, .\Effects\AlphaTransform.dll, Version=1.2.0.0 Alpha_to_0, .\Effects\Alpha_to_0.dll, Version=1.0.4452.22746 Alpha_to_255, .\Effects\Alpha_to_255.dll, Version=1.0.4452.22782 Angled Gradient, .\Effects\Angled Gradient.dll, Version=1.0.6166.41233 Animal, .\Effects\Animal.dll, Version=2.2.5.20384 Apply Color, .\Effects\Apply Color.dll, Version=1.0.4406.25220 Apply Texture, .\Effects\Apply Texture.dll, Version=1.0.0.1 Archimedean Spiral, .\Effects\Archimedean Spiral.dll, Version=1.0.0.0 WaveText, .\Effects\WaveText.dll, Version=1.2.4415.32811 ArgusPDN.Barcode, .\Effects\ArgusPDN.Barcode.dll, Version=1.0.0.0 ArgusPDN.EdgeDetect, .\Effects\ArgusPDN.EdgeDetect.dll, Version=1.0.0.0 ArgusPDN.FFTEffects, .\Effects\ArgusPDN.FFTEffects.dll, Version=1.0.0.0 ArgusPDN.Unblend, .\Effects\ArgusPDN.Unblend.dll, Version=1.0.0.0 ArtyThing, .\Effects\ArtyThing.dll, Version=1.0.5.0 AutoChrome, .\Effects\AutoChrome.dll, Version=1.2.5.19669 AutoChromeNoise, .\Effects\AutoChromeNoise.dll, Version=1.2.5.23331 Average Object Color, .\Effects\Average Object Color.dll, Version=1.0.6225.37409 AveragedColorBlur, .\Effects\AveragedColorBlur.dll, Version=1.0.0.0 Backfill, .\Effects\Backfill.dll, Version=1.0.3420.34534 Barcode, .\Effects\Barcode.dll, Version=1.5.1.0 Bars, .\Effects\Bars.dll, Version=1.2.5.23704 Basic Edge Detector, .\Effects\Basic Edge Detector.dll, Version=1.0.5347.22706 Waves, .\Effects\Waves.dll, Version=1.2.5.14072 Align+, .\Effects\Align+.dll, Version=2.1.0.0 OptionBasedLibrary v0.7.9, .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561 BasicAntialias11, .\Effects\BasicAntialias11.dll, Version=0.0.0.0 BasicPhotoAdjustments, .\Effects\BasicPhotoAdjustments.dll, Version=2.1.4020.485 BBChart, .\Effects\BBChart.dll, Version=1.1.0.0 BBOutlinedGradientText, .\Effects\BBOutlinedGradientText.dll, Version=4.6.7358.38713 Bevel, .\Effects\Bevel_v1.4.0.0.dll, Version=0.0.0.0 Bezncurve, .\Effects\Bezncurve.dll, Version=4.0.1.0 Bidirectional Blur, .\Effects\Bidirectional Blur.dll, Version=1.0.0.0 Bizarro-Negation, .\Effects\Bizarro-Negation.dll, Version=1.0.4617.21771 BlackAndWhiteConverter, .\Effects\Black and White Converter.dll, Version=1.1.3472.36275 BlackandAlpha+, .\Effects\BlackandAlpha+.dll, Version=1.2.4329.272 BlackAndWhite+, .\Effects\BlackAndWhite+.dll, Version=1.1.6744.2631 BlackWhiteOnly, .\Effects\BlackWhiteOnly.dll, Version=1.0.0.0 BlendModesPlus, .\Effects\BlendModesPlus.dll, Version=3.1.0.0 WaterReflection, .\Effects\WaterReflection.dll, Version=1.2.5.15754 BlendPlugin, .\Effects\BlendPlugin.dll, Version=1.0.0.0 BlendSeams, .\Effects\BlendSeams.dll, Version=1.1.6021.34867 Bevel-irregularshape, .\Effects\Bevel-irregularshape.dll, Version=0.0.0.0 System.Windows.Forms.DataVisualization, .\Effects\System.Windows.Forms.DataVisualization.dll, Version=1.0.0.0, PublicKeyToken=31bf3856ad364e35 Blockifier, .\Effects\Blockifier.dll, Version=1.0.7449.15414 Blur Corner, .\Effects\Blur Corner.dll, Version=1.0.7428.18788 BlurBlend, .\Effects\BlurBlend.dll, Version=1.1.6601.26020 BlurFill, .\Effects\BlurFill.dll, Version=1.5.1.0 Border, .\Effects\Border.dll, Version=0.0.0.0 Borders N' Shapes, .\Effects\Borders N' Shapes.dll, Version=4.0.4642.26476 Boutons, .\Effects\Boutons.dll, Version=1.2.5.23747 boxfitting, .\Effects\boxfitting.dll, Version=1.1.6164.32856 BrushFactory, .\Effects\BrushFactory.dll, Version=2.0.3.34226 BulletinBoardTrim, .\Effects\BulletinBoardTrim.dll, Version=1.0.0.0 WarpTextOnPath, .\Effects\WarpTextOnPath.dll, Version=1.0.0.0 OptionBasedLibrary v0.7.8, .\Effects\OptionBasedLibrary v0.7.8.dll, Version=0.7.0.1343 Calendar, .\Effects\Calendar.dll, Version=4.6.7358.32649 CalliColour, .\Effects\CalliColour.dll, Version=1.0.1.0 CameraLens, .\Effects\CameraLens.dll, Version=1.1.0.0 System.Resources.Extensions, .\System.Resources.Extensions.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 CameraTrouserFlareV3, .\Effects\CameraTrouserFlareV3.dll, Version=1.1.4600.41268 Caption, .\Effects\Caption.dll, Version=0.1.6194.31663 Cartoonize, .\Effects\Cartoonize.dll, Version=1.0.4629.37393 Cell-CS Maker Rev1, .\Effects\Cell-CS Maker Rev1.dll, Version=1.0.7007.17477 CellMaker, .\Effects\CellMaker.dll, Version=1.1.6139.29120 System.Net.Http, .\System.Net.Http.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a CellTexture, .\Effects\CellTexture.dll, Version=1.1.0.0 CenterLines, .\Effects\CenterLines.dll, Version=1.0.0.0 ChangeExtremeColors, .\Effects\ChangeExtremeColors.dll, Version=1.2.6.30674 Channel Extraction.dll, .\Effects\Channel Extraction.dll, Version=1.0.7703.23621 Channel Ops, .\Effects\Channel Ops.dll, Version=1.1.5347.28486 System.Net.Primitives, .\System.Net.Primitives.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a CircleGen, .\Effects\CircleGen.dll, Version=1.3.7505.20607 circleFractal2, .\Effects\circleFractal2.dll, Version=1.1.5613.38521 circle_draw, .\Effects\circle_draw.dll, Version=1.0.7175.17806 CircleText1-2, .\Effects\CircleText1-2.dll, Version=1.2.6850.27870 CircularShapes, .\Effects\CircularShapes.dll, Version=1.0.6755.22817 CircularText, .\Effects\CircularText.dll, Version=2.0.1.0 voronoi.dll, .\Effects\voronoi.dll, Version=1.0.0.0 CK_Plugin, .\Effects\CK_Plugin.dll, Version=1.5.5345.24808 ClampedGaussianBlur, .\Effects\ClampedGaussianBlur.dll, Version=2.1.0.0 Clarifaction+, .\Effects\Clarifaction+.dll, Version=1.0.4406.25898 System.Diagnostics.DiagnosticSource, .\System.Diagnostics.DiagnosticSource.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 OptionBasedLibrary v0.7.9, .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561 CleanTransparent, .\Effects\CleanTransparent.dll, Version=1.0.0.0 Clarify, .\Effects\Clarify.dll, Version=1.0.4349.19613 ClipDisplaceAA, .\Effects\ClipDisplaceAA.dll, Version=1.2.4.0 ClipDisplace, .\Effects\ClipDisplace.dll, Version=1.0.5763.42010 ClipWarp, .\Effects\ClipWarp.dll, Version=1.0.9.0 ClipWarpNew, .\Effects\ClipWarpNew.dll, Version=1.0.1.0 CloudEffect, .\Effects\CloudEffect.dll, Version=1.1.0.0 CMY Ghost, .\Effects\CMY Ghost.dll, Version=1.0.4909.35063 Cobweb, .\Effects\Cobweb.dll, Version=1.0.1.0 CodeLab, .\Effects\CodeLab.dll, Version=6.4.7995.19949 Color Dimmer, .\Effects\Color Dimmer.dll, Version=1.3.0.0 System.Net.Security, .\System.Net.Security.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Color Match, .\Effects\Color Match.dll, Version=4.2.7630.21216 coloraberation, .\Effects\coloraberation.dll, Version=1.2.5.15647 ColorBalanceLesson, .\Effects\ColorBalanceLesson.dll, Version=1.0.0.0 Colorblindness4, .\Effects\Colorblindness4.dll, Version=4.0.7585.35502 ColorClearer, .\Effects\ColorClearer.dll, Version=1.1.6009.41762 System.Security.Cryptography.X509Certificates, .\System.Security.Cryptography.X509Certificates.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Volutes, .\Effects\Volutes.dll, Version=1.3.5.13753 ColorCount, .\Effects\ColorCount.dll, Version=1.0.0.0 ColorCut, .\Effects\ColorCut.dll, Version=1.0.0.0 ColorMatrix.Effect, .\Effects\ColorMatrix.Effect.dll, Version=1.1.0.22 OptionBasedLibrary v0.7.9, .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561 ColorMixer, .\Effects\ColorMixer.dll, Version=1.3.0.0 ColorModulo, .\Effects\ColorModulo.dll, Version=1.2.5.25136 ColorRamp, .\Effects\ColorRamp.dll, Version=1.0.0.0 ColorToAlpha, .\Effects\ColorToAlpha.dll, Version=2.3.0.0 ColorZoomBlur, .\Effects\ColorZoomBlur.dll, Version=1.2.5.17431 ColorSketch, .\Effects\ColorSketch.dll, Version=1.1.0.0 a_color_swap, .\Effects\Color_Magic.dll, Version=1.0.7186.9639 Colour Distort2, .\Effects\Colour Distort.dll, Version=1.0.3564.18753 CompoGrids, .\Effects\CompoGrids.dll, Version=1.0.2.0 Compotool, .\Effects\Compotool.dll, Version=1.0.1.0 Contour, .\Effects\Contour.dll, Version=1.0.1.0 CoordinatePlanePoints, .\Effects\CoordinatePlanePoints.dll, Version=1.1.6846.29158 CopyAlpha, .\Effects\CopyAlpha.dll, Version=1.0.0.0 System.Threading.Tasks, .\System.Threading.Tasks.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a CreativeTextPro, .\Effects\CreativeTextPro.dll, Version=1.1.7358.34307 LightningCurve, .\Effects\CurlyLines.dll, Version=1.0.0.0 CurtisBlack.Effects, .\Effects\CurtisBlack.Effects.dll, Version=11.1.3736.39220 CustomCornerFrame, .\Effects\CustomCornerFrame.dll, Version=1.0.1.0 OptionBasedLibrary v0.7.9, .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561 ContentAwareFill, .\Effects\ContentAwareFill.dll, Version=1.4.4.0 Vignette1, .\Effects\Vignette1.dll, Version=1.0.3538.14367 CycleHSV, .\Effects\CycleHSV.dll, Version=1.0.4909.35068 deviation-to-alpha.dll, .\Effects\deviation-to-alpha.dll, Version=1.1.7681.23746 Diagonal Lines, .\Effects\Diagonal Lines.dll, Version=1.0.4800.36619 Diffuse, .\Effects\Diffuse.dll, Version=1.0.3254.27766 Diffusion, .\Effects\Diffusion.dll, Version=1.0.0.0 System.Xml.XDocument, .\System.Xml.XDocument.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a a_rectangle_transform3, .\Effects\Cubic_Transformation.dll, Version=2.0.7235.39373 Cuboids, .\Effects\Cuboids.dll, Version=1.1.1.0 Dimensions, .\Effects\Dimensions.dll, Version=1.3.6826.38472 DisconnectedObjectShadow, .\Effects\DisconnectedObjectShadow.dll, Version=0.1.6546.25799 DeFisheye, .\Effects\DeFisheye.dll, Version=1.0.6819.19098 ViewFramer, .\Effects\ViewFramer.dll, Version=1.0.6074.42436 DisplayColorChangeDirection, .\Effects\DisplayColorChangeDirection.dll, Version=2.0.5621.37825 DispMap, .\Effects\DispMap.dll, Version=2.1.7197.13119 Dissolve, .\Effects\Dissolve.dll, Version=1.0.0.0 DistortingMirror, .\Effects\DistortingMirror.dll, Version=1.2.5.15788 System.Private.Xml.Linq, .\System.Private.Xml.Linq.dll, Version=6.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 DistortThis, .\Effects\DistortThis.dll, Version=2.9.0.0 Donut, .\Effects\Donut.dll, Version=1.2.5.15739 DotMatrix, .\Effects\DotMatrix.dll, Version=1.0.6178.27733 Displacement, .\Effects\Displacement.dll, Version=1.3.5.15773 DPL KAL, .\Effects\DPL KAL.dll, Version=1.0.3937.11496 DPLNightVision, .\Effects\DPLNightVision.dll, Version=1.0.4004.18455 dpyColorBalance+, .\Effects\dpyColorBalance+.dll, Version=1.1.1.0 DragFrom, .\Effects\DragFrom.dll, Version=1.1.0.0 DraganEffect, .\Effects\DraganEffect.dll, Version=1.1.0.0 DrawingTool, .\Effects\DrawingTool.dll, Version=1.0.0.2 Dreamy, .\Effects\Dreamy.dll, Version=1.0.6818.30743 Vibrato, .\Effects\Vibrato.dll, Version=2.0.5.13530 DropShadowDemo, .\Effects\DropShadowDemo.dll, Version=1.0.6825.32531 System.IO.Compression, .\System.IO.Compression.dll, Version=6.0.0.0, PublicKeyToken=b77a5c561934e089 Droste, .\Effects\Droste.dll, Version=1.1.0.0 Dryad, .\Effects\Dryad.dll, Version=1.0.2.0 DuotoneGradientMap, .\Effects\DuotoneGradientMap.dll, Version=1.0.7487.40422 CurtisBlack.Common, .\Effects\CurtisBlack.Common.dll, Version=1.0.3736.39220 Edge Shader, .\Effects\Edge Shader.dll, Version=1.0.1.0 Vibration, .\Effects\Vibration.dll, Version=1.0.4407.34043 EdgeFader, .\Effects\EdgeFader.dll, Version=5.3.5.0 edgemaster, .\Effects\edgemaster.dll, Version=1.0.3880.5859 EarthsAndGreys, .\Effects\EarthsAndGreys.dll, Version=1.0.1.0 EdgeExpander, .\Effects\EdgeExpander.dll, Version=1.0.5863.38192 EdgeBlur, .\Effects\EdgeBlur.dll, Version=1.1.6579.1729 DynamicDraw, .\Effects\DynamicDraw\DynamicDraw.dll, Version=3.0.0.32841 System.Security.Cryptography.Algorithms, .\System.Security.Cryptography.Algorithms.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a EdgeShaderMJW, .\Effects\EdgeShaderMJW.dll, Version=1.1.5849.39125 EdHarvey.Effects.Archive.PolarInversionPlus, .\Effects\EdHarvey.Effects.Archive.PolarInversionPlus.dll, Version=3.22.3024.37811 EliminateDarkLight, .\Effects\EliminateDarkLight.dll, Version=1.1.0.0 Echo, .\Effects\Echo.dll, Version=1.0.3932.34324 EmbossReliefPlus, .\Effects\EmbossReliefPlus.dll, Version=1.0.8021.40564 Emboss+, .\Effects\Emboss+.dll, Version=1.2.0.0 Equirectangular Diffuse Transform, .\Effects\Equirectangular Diffuse Transform.dll, Version=1.0.7159.445 EOEffects, .\Effects\EOEffects.dll, Version=1.10.16.12 Equirectangular Viewer, .\Effects\Equirectangular Viewer.dll, Version=1.0.0.42271 EnhanceDetails, .\Effects\EnhanceDetails.dll, Version=1.0.3581.22689 Erode, .\Effects\Erode.dll, Version=1.0.0.0 EngraveEmboss, .\Effects\EngraveEmboss.dll, Version=2.0.2.0 ExpandColor, .\Effects\ExpandColor.dll, Version=1.2.5.15745 CurtisBlack.Resources, .\Effects\CurtisBlack.Resources.dll, Version=1.0.3490.22409 Varicose2, .\Effects\Varicose2.dll, Version=2.1.1.42085 ExtendBorder, .\Effects\ExtendBorder.dll, Version=1.3.0.0 ExtractColor, .\Effects\ExtractColor.dll, Version=1.0.0.0 Eyeshine, .\Effects\Eyeshine.dll, Version=1.0.3700.25905 Facet, .\Effects\Facet.dll, Version=1.0.3.0 FibonacciFill, .\Effects\FibonacciFill.dll, Version=1.1.6139.28851 FillPalette, .\Effects\FillPalette.dll, Version=1.2.5.32012 Film, .\Effects\Film.dll, Version=4.0.4642.26607 FindEdges, .\Effects\FindEdges.dll, Version=1.2.0.0 Fisheye, .\Effects\Fisheye.dll, Version=2.2.5533.12794 ErodeDilate, .\Effects\ErodeDilate_v0.2.dll, Version=1.0.0.0 ErrorDiffusionDithering, .\Effects\ErrorDiffusionDithering.dll, Version=1.0.0.0 IniFile, .\Effects\IniFile.dll, Version=2.0.2.0 Flip, .\Effects\Flip.dll, Version=4.6.7358.36953 VanishPoint, .\Effects\VanishPoint.dll, Version=1.0.3.0 FloodFillGradient, .\Effects\FloodFillGradient.dll, Version=1.0.7275.42186 Flourish, .\Effects\Flourish.dll, Version=1.0.3.0 FractalAttractor, .\Effects\FractalAttractor.dll, Version=1.3.5.27448 FractalFern, .\Effects\FractalFern.dll, Version=1.2.0.28378 FractalTree, .\Effects\FractalTree.dll, Version=1.2.0.38806 Frames, .\Effects\Frames.dll, Version=1.2.5.27903 FSPost, .\Effects\FSPost.dll, Version=1.0.4913.8979 FurBlur, .\Effects\FurBlur.dll, Version=1.0.1.0 Fuzzy Edge Detect, .\Effects\FuzzyEdgeDetect.dll, Version=1.0.6513.29729 __bulgespiral, .\Effects\Galaxy Transformation.dll, Version=1.0.7267.41850 GaussianBlurPlus, .\Effects\GaussianBlurPlus.dll, Version=4.2.5691.27401 System.Numerics, .\System.Numerics.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 Gears, .\Effects\Gears.dll, Version=1.0.2.0 GenesisVFX, .\Effects\GenesisVFX.dll, Version=1.0.0.0 GenTree, .\Effects\GenTree.dll, Version=0.1.0.0 Gingham, .\Effects\Gingham.dll, Version=1.1.0.0 __blur, .\Effects\Glass_Blur.dll, Version=1.1.7212.26179 Vanishing Trails, .\Effects\Vanishing Trails.dll, Version=2.0.0.0 Gmic, .\Effects\Gmic.dll, Version=3.0.0.0 Gen96Colors, .\Effects\Gen96Colors.dll, Version=1.2.0.15608 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 GmicSharpPdnExample, .\Effects\GmicSharpPdnExample.dll, Version=0.1.0.0 AxisStreakGmicPdn, .\Effects\GmicPDN\AxisStreakGmicPdn.dll, Version=1.0.6.0 FragmentBlurGmicPdn, .\Effects\GmicPDN\FragmentBlurGmicPdn.dll, Version=2.0.6.0 TiledFormGmicPdn, .\Effects\GmicPDN\TiledFormGmicPdn.dll, Version=2.0.6.0 System.Net.Sockets, .\System.Net.Sockets.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Asphalt.PDN, .\Effects\Asphalt.PDN.dll, Version=1.0.0.0 Gradient Grid, .\Effects\Gradient Grid.dll, Version=4.0.6436.36068 GradientBlur, .\Effects\GradientBlur.dll, Version=1.2.5.28179 GradientMap, .\Effects\GradientMap.dll, Version=1.1.7440.15108 GradientShapes-1, .\Effects\GradientShapes-1.dll, Version=1.0.6811.27461 GradientShapes-20, .\Effects\GradientShapes-20.dll, Version=1.0.6811.32260 Gradual Stripes, .\Effects\Gradual Stripes.dll, Version=2.0.6609.35577 Gradual_Stripes_a, .\Effects\Gradual_Stripes.dll, Version=1.0.6595.41826 GraphPaper, .\Effects\GraphPaper.dll, Version=2.1.0.0 OptionBasedLibrary v0.7.9, .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561 Grain, .\Effects\Grain.dll, Version=1.0.3854.25523 Gravity, .\Effects\Gravity.dll, Version=1.2.5.29548 Vandermotten.PaintDotNetEffects.Monochromes, .\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 GreenTintReduction, .\Effects\GreenTintReduction.dll, Version=1.0.6484.29238 Grid Warp, .\Effects\Grid Warp.dll, Version=4.0.6544.34496 Asphalt.Controls, .\Effects\Asphalt.Controls.dll, Version=1.0.0.0 GradientsGalore, .\Effects\GradientsGalore.dll, Version=1.0.5.0 GridMaker, .\Effects\GridMaker.dll, Version=5.2.5.29827 Grow, .\Effects\Grow.dll, Version=1.0.7.0 GS_Plugin, .\Effects\GS_Plugin.dll, Version=1.3.5345.24516 GuideLines, .\Effects\GuideLines.dll, Version=1.0.6239.35558 Helix, .\Effects\Helix.dll, Version=1.0.1.0 HexaGrid, .\Effects\HexaGrid.dll, Version=4.1.0.40699 Highlight, .\Effects\Highlight.dll, Version=1.0.1.0 HilbertCurve, .\Effects\HilbertCurve.dll, Version=1.2.0.32151 Histogram Normalization.dll, .\Effects\Histogram Normalization.dll, Version=1.0.7919.27545 Vandermotten.PaintDotNetEffects.Grid, .\Effects\Vandermotten.PaintDotNetEffects.Grid.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 GridCheckerboard, .\Effects\GridCheckerboard.dll, Version=4.5.6828.36789 Histogram, .\Effects\Histogram.dll, Version=1.0.0.0 HotMetalGlow, .\Effects\HotMetalGlow.dll, Version=1.0.5984.26576 GrimColorReaper, .\Effects\GrimColorReaper.dll, Version=1.2.4299.5808 HsvEraser, .\Effects\HsvEraser.dll, Version=1.1.5625.39352 HsvScrambler, .\Effects\HsvScrambler.dll, Version=1.1.5675.38718 Image Modulo Toolkit, .\Effects\Image Modulo Toolkit.dll, Version=1.0.7282.30501 ImageDifference, .\Effects\ImageDifference.dll, Version=1.0.0.21216 ImageDistortion, .\Effects\ImageDistortion.dll, Version=1.1.0.0 OptionBasedLibrary v0.7.9, .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561 ImageInText, .\Effects\ImageInText.dll, Version=0.0.0.0 InnerShadowV2, .\Effects\InnerShadowV2.dll, Version=1.5.7457.41572 InputToOutput, .\Effects\InputToOutput.dll, Version=1.0.3167.14695 InsetBoxShadow, .\Effects\InsetBoxShadow.dll, Version=1.3.0.0 Intensity, .\Effects\Intensity.dll, Version=1.0.6791.15591 IntensityRGB, .\Effects\IntensityRGB.dll, Version=1.0.0.0 Vandermotten.PaintDotNetEffects.Gradient, .\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 InterlockingTiles, .\Effects\InterlockingTiles.dll, Version=1.0.0.0 invert channels, .\Effects\invert channels.dll, Version=1.0.3509.14656 InvertAlpha, .\Effects\InvertAlpha.dll, Version=1.0.3040.33378 __invert_anything, .\Effects\Invert_Anything.dll, Version=1.0.7213.37760 IsolateChannel, .\Effects\IsolateChannel.dll, Version=1.0.0.0 IsometricCuboid, .\Effects\IsometricCuboid.dll, Version=1.6.0.0 PDNPI_IndirectUI, .\Effects\jchunn.dll, Version=1.0.0.0 JigsawPuzzle, .\Effects\JigsawPuzzle.dll, Version=2.3.0.0 Jitter, .\Effects\Jitter.dll, Version=4.0.4642.26986 NoiseReduction, .\Effects\JPGNoiseReduction.dll, Version=1.0.3747.24002 JuliaPlus, .\Effects\JuliaPlus.dll, Version=1.2.5.13821 JustifyText, .\Effects\JustifyText.dll, Version=1.0.0.0 OptionBasedLibrary v0.7.9, .\Effects\OptionBasedLibrary v0.7.9.dll, Version=0.7.9.1561 KaleidoGen, .\Effects\KaleidoGen.dll, Version=1.3.5.30504 Kaleidoscope, .\Effects\Kaleidoscope.dll, Version=1.4.0.0 Vandermotten.PaintDotNetEffects.FadeEdge, .\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll, Version=3.8.0.0 Vandermotten.PaintDotNetEffects, .\Effects\Vandermotten.PaintDotNetEffects.dll, Version=3.8.0.0 kb_lens, .\Effects\kb_lens.dll, Version=0.0.0.0 System.Threading.Overlapped, .\System.Threading.Overlapped.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Kill Color Keeper, .\Effects\Kill Color Keeper.dll, Version=1.0.6641.13453 isolate, .\Effects\isolate.dll, Version=1.0.3303.3202 Kuwahara, .\Effects\Kuwahara.dll, Version=1.0.0.0 LaplacianPyramidFilter, .\Effects\LaplacianPyramidFilter.dll, Version=1.1.2.0 __lattice, .\Effects\Lattice_Transform.dll, Version=1.0.7215.30711 LavEnt.Effects.Mosaic, .\Effects\LavEnt.Effects.Mosaic.dll, Version=1.1.0.0 Layer Cake, .\Effects\Layer Cake.dll, Version=1.0.4911.8147 Lightning, .\Effects\Lightning.dll, Version=1.1.3896.32593 LightRays, .\Effects\LightRays.dll, Version=2.1.5.14276 Microsoft.VisualBasic, .\Microsoft.VisualBasic.dll, Version=10.1.0.0, PublicKeyToken=b03f5f7f11d50a3a Line Tracer, .\Effects\Line Tracer.dll, Version=1.0.4911.29141 KlumpNoiz, .\Effects\KlumpNoiz.dll, Version=1.1.0.0 LinesGrid, .\Effects\LinesGrid.dll, Version=1.2.0.0 Linocut, .\Effects\Linocut.dll, Version=1.1.0.0 Liquify, .\Effects\Liquify.dll, Version=4.0.5873.25113 ListOfPalettes, .\Effects\ListOfPalettes.dll, Version=1.0.0.32564 LocalContrast, .\Effects\LocalContrast.dll, Version=3.0.0.0 LocalStatsDenoisingFilter, .\Effects\LocalStatsDenoisingFilter.dll, Version=2.0.0.0 LongiStripes, .\Effects\LongiStripes.dll, Version=1.0.6337.34025 System.Net.NameResolution, .\System.Net.NameResolution.dll, Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a LookAtIt.Effect, .\Effects\LookAtIt.Effect.dll, Version=0.6.0.779 Lyapunov Fractal, .\Effects\Lyapunov Fractal.dll, Version=1.0.7911.40444 Native modules: .\PaintDotNet.exe, version=4.304.8007.42994 C:\windows\SYSTEM32\ntdll.dll, version=10.0.22000.282 (WinBuild.160101.0800) C:\windows\System32\KERNEL32.DLL, version=10.0.22000.318 (WinBuild.160101.0800) C:\windows\System32\KERNELBASE.dll, version=10.0.22000.318 (WinBuild.160101.0800) C:\windows\SYSTEM32\apphelp.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\AcLayers.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\msvcrt.dll, version=7.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\SHLWAPI.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\USER32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\win32u.dll, version=10.0.22000.348 (WinBuild.160101.0800) C:\windows\System32\GDI32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\gdi32full.dll, version=10.0.22000.71 (WinBuild.160101.0800) C:\windows\System32\msvcp_win.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\ucrtbase.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\SHELL32.dll, version=10.0.22000.184 (WinBuild.160101.0800) C:\windows\System32\ADVAPI32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\sechost.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\RPCRT4.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\IMM32.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\shcore.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\hostfxr.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 .\hostpolicy.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 .\coreclr.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 C:\windows\System32\ole32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\combase.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\OLEAUT32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\bcryptPrimitives.dll, version=10.0.22000.376 (WinBuild.160101.0800) .\System.Private.CoreLib.dll, version=6.0.21.52210 .\clrjit.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 C:\windows\SYSTEM32\kernel.appcore.dll, version=10.0.22000.71 (WinBuild.160101.0800) .\paintdotnet.dll, version=4.304.8007.42994 .\System.Runtime.dll, version=6.0.21.52210 C:\windows\system32\uxtheme.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\Program Files (x86)\Stardock\Fences\FencesMenu64.dll, version=4.0.0.3 C:\windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22000.318_none_ce876b9e12f802ea\gdiplus.dll, version=10.0.22000.318 (WinBuild.160101.0800) C:\windows\SYSTEM32\USERENV.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\WTSAPI32.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\PaintDotNet.Base.dll, version=4.304.8007.42994 .\System.Windows.Forms.dll, version=6.0.21.52301 C:\windows\SYSTEM32\icu.dll, version=68, 2, 0, 6 (WinBuild.160101.0800) .\System.Collections.Concurrent.dll, version=6.0.21.52210 .\System.Diagnostics.Process.dll, version=6.0.21.52210 .\TerraFX.Interop.Windows.dll, version=10.0.20348.0 .\PaintDotNet.SystemLayer.dll, version=4.304.8007.42994 .\System.Runtime.InteropServices.RuntimeInformation.dll, version=6.0.21.52210 .\System.Runtime.InteropServices.dll, version=6.0.21.52210 .\vcruntime140.dll, version=14.30.30704.0 built by: vcwrkspc .\vcruntime140_1.dll, version=14.30.30704.0 built by: vcwrkspc .\msvcp140.dll, version=14.30.30704.0 built by: vcwrkspc .\msvcp140_1.dll, version=14.30.30704.0 built by: vcwrkspc .\msvcp140_2.dll, version=14.30.30704.0 built by: vcwrkspc .\msvcp140_codecvt_ids.dll, version=14.30.30704.0 built by: vcwrkspc .\vcomp140.dll, version=14.30.30704.0 built by: vcwrkspc .\ijwhost.dll, version=6,0,21,52210 @Commit: 4822e3c3aa77eb82b2fb33c9321f923cf11ddde6 .\PaintDotNet.SystemLayer.Native.x64.dll, version=4.304.8007.42994 C:\windows\SYSTEM32\WindowsCodecs.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\PROPSYS.dll, version=7.0.22000.184 (WinBuild.160101.0800) .\System.Threading.dll, version=6.0.21.52210 .\System.Runtime.Extensions.dll, version=6.0.21.52210 .\System.Runtime.CompilerServices.VisualC.dll, version=6.0.21.52210 .\System.Collections.NonGeneric.dll, version=6.0.21.52210 .\System.Runtime.Intrinsics.dll, version=6.0.21.52210 C:\windows\SYSTEM32\windows.storage.dll, version=10.0.22000.184 (WinBuild.160101.0800) C:\windows\SYSTEM32\wintypes.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\PaintDotNet.Core.dll, version=4.304.8007.42994 .\System.Private.Uri.dll, version=6.0.21.52210 C:\windows\SYSTEM32\BCrypt.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.ComponentModel.Primitives.dll, version=6.0.21.52210 .\WindowsBase.dll, version=6.0.21.52301 .\System.Windows.Forms.Primitives.dll, version=6.0.21.52301 .\System.Drawing.Primitives.dll, version=6.0.21.52210 .\PresentationFramework.dll, version=6.0.21.52301 .\System.Xaml.dll, version=6.0.21.52301 .\System.ComponentModel.dll, version=6.0.21.52210 .\System.Diagnostics.TraceSource.dll, version=6.0.21.52210 .\System.Collections.dll, version=6.0.21.52210 .\System.Threading.Thread.dll, version=6.0.21.52210 .\System.Text.Encoding.CodePages.dll, version=6.0.21.52210 .\Microsoft.Win32.Primitives.dll, version=6.0.21.52210 .\PaintDotNet.Resources.dll, version=4.304.8007.42994 .\System.ObjectModel.dll, version=6.0.21.52210 .\PaintDotNet.Data.dll, version=4.304.8007.42994 .\PresentationNative_cor3.dll, version=6,0,21,48001 @Commit: bf6f24c075ff5315d0ec0e5359138ee796b0491c .\System.Configuration.ConfigurationManager.dll, version=6.0.21.52210 .\System.Drawing.Common.dll, version=6.0.21.52210 .\System.Collections.Immutable.dll, version=6.0.21.52210 .\System.Collections.Specialized.dll, version=6.0.21.52210 .\Microsoft.Win32.SystemEvents.dll, version=6.0.21.52210 .\System.Threading.ThreadPool.dll, version=6.0.21.52210 .\PaintDotNet.Framework.dll, version=4.304.8007.42994 .\System.Xml.ReaderWriter.dll, version=6.0.21.52210 C:\windows\System32\MSCTF.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Linq.dll, version=6.0.21.52210 C:\windows\SYSTEM32\dxgi.dll, version=10.0.22000.348 (WinBuild.160101.0800) .\System.Private.Xml.dll, version=6.0.21.52210 C:\windows\SYSTEM32\dxcore.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.ComponentModel.EventBasedAsync.dll, version=6.0.21.52210 .\System.Net.WebClient.dll, version=6.0.21.52210 C:\windows\SYSTEM32\directxdatabasehelper.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\ntmarta.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Memory.dll, version=6.0.21.52210 .\System.Text.Encoding.Extensions.dll, version=6.0.21.52210 .\Microsoft.Win32.Registry.dll, version=6.0.21.52210 .\System.Security.Principal.Windows.dll, version=6.0.21.52210 .\System.Security.Claims.dll, version=6.0.21.52210 .\System.ComponentModel.TypeConverter.dll, version=6.0.21.52210 .\PresentationCore.dll, version=6.0.21.52301 .\DirectWriteForwarder.dll, version=6,0,21,52301 @Commit: 3f75a67c752a116de292affae29a22bbb5b71b18 .\System.Diagnostics.Debug.dll, version=6.0.21.52210 C:\windows\SYSTEM32\dwrite.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\UIAutomationTypes.dll, version=6.0.21.52301 .\System.Diagnostics.FileVersionInfo.dll, version=6.0.21.52210 .\PaintDotNet.Effects.dll, version=4.304.8007.42994 .\Accessibility.dll, version=6.0.21.52301 .\Crc32.NET.dll, version=1.2.0.5 C:\windows\SYSTEM32\profapi.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Security.Cryptography.Primitives.dll, version=6.0.21.52210 .\System.IO.Packaging.dll, version=6.0.21.52210 C:\windows\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) .\System.Threading.Tasks.Parallel.dll, version=6.0.21.52210 C:\windows\System32\UIAnimation.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Reflection.MetadataLoadContext.dll, version=6.0.21.52210 .\System.Reflection.Metadata.dll, version=6.0.21.52210 .\System.IO.MemoryMappedFiles.dll, version=6.0.21.52210 .\System.Console.dll, version=6.0.21.52210 C:\windows\SYSTEM32\version.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Numerics.Vectors.dll, version=6.0.21.52210 C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467\comctl32.dll, version=6.10 (WinBuild.160101.0800) .\System.Diagnostics.Tracing.dll, version=6.0.21.52210 C:\windows\SYSTEM32\d2d1.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\TextShaping.dll, version= .\System.Runtime.Loader.dll, version=6.0.21.52210 .\ucrtbase.dll, version=10.0.19041.685 (WinBuild.160101.0800) .\FileTypes\CSVFiletype.dll, version=1.0.0.0 .\FileTypes\ABRFileType.dll, version=1.3.2.0 .\FileTypes\ImAGIF.FileType_v1.5\ImAGIF.FileType.dll, version=1.5.0.0 .\FileTypes\PhotoShop.dll, version=2.5.0.0 .\FileTypes\HeicFileTypePlus.dll, version=1.0.5.0 .\FileTypes\ImZIP.FileType.dll, version=1.2.229.0 .\FileTypes\ImPS,EPS,AI.Open.FileType.dll, version=1.0.0.0 .\FileTypes\SvgFileTypePlugin\SvgFileType.dll, version=1.0.5.1 .\FileTypes\MozJpegFileType.dll, version=1.0.0.0 .\FileTypes\TileImageFileType.dll, version=1.1.0.0 .\FileTypes\PatternFileType.dll, version=1.0.6.0 .\FileTypes\OptiPngFileType.dll, version=11.1.0.0 .\FileTypes\ImAPNG.FileType.dll, version=0.3.0.19 .\FileTypes\Resize_xBRZ.dll, version=1.0.0.0 .\FileTypes\FSHfiletype.dll, version=1.2.4.0 .\FileTypes\TXTRFileType\TXTRFileType.dll, version=1.0.0.0 .\FileTypes\Base64FileType.dll, version=1.0.0.10 .\FileTypes\RawFileType.dll, version=1.3.1.0 .\FileTypes\IcoCur.dll, version=4.0.1.0 .\FileTypes\Jpeg2000Filetype.dll, version=1.0.1.0 .\FileTypes\ImXCF.FileType.dll, version=1.4.0.95 .\FileTypes\ImEmf,Wmf.FileType.dll, version=1.1.0.158 .\FileTypes\OptimizedJPEG.dll, version=1.0.2.0 .\FileTypes\PcxFileType.dll, version=0.9.3.0 .\FileTypes\PaintShopProFiletype.dll, version=1.0.2.0 .\FileTypes\SpriteSheet.dll, version=1.2.2.0 .\System.Windows.Forms.Legacy.dll, version=0.1.1.0 .\FileTypes\PdfFileTypePlugin\PdfFileType.dll, version=0.0.0.2 .\PaintDotNet.Plugins.Compatibility.dll, version=4.304.8007.42994 .\System.Text.RegularExpressions.dll, version=6.0.21.52210 C:\windows\SYSTEM32\WINSTA.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\d3d11.dll, version=10.0.22000.120 (WinBuild.160101.0800) C:\windows\SYSTEM32\D3D10Warp.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\UIAutomationCore.dll, version=7.2.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\sxs.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Runtime.Serialization.Formatters.dll, version=6.0.21.52210 .\mscorlib.dll, version=6.0.21.52210 .\System.CodeDom.dll, version=6.0.21.52210 C:\windows\SYSTEM32\dwmapi.DLL, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\system32\dataexchange.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\system32\twinapi.appcore.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\textinputframework.dll, version=10.0.22000.282 (WinBuild.160101.0800) C:\windows\SYSTEM32\CoreMessaging.dll, version=10.0.22000.71 (WinBuild.160101.0800) C:\windows\SYSTEM32\CoreUIComponents.dll, version=10.0.22000.132 C:\windows\SYSTEM32\CRYPTBASE.DLL, version=10.0.22000.1 (WinBuild.160101.0800) .\Newtonsoft.Json.dll, version=13.0.1.25517 C:\windows\SYSTEM32\powrprof.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\UMPDC.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\System.Linq.Expressions.dll, version=6.0.21.52210 .\System.Runtime.Numerics.dll, version=6.0.21.52210 .\System.Drawing.dll, version=6.0.21.52301 .\System.dll, version=6.0.21.52210 C:\windows\SYSTEM32\amsi.dll, version=10.0.22000.120 (WinBuild.160101.0800) C:\windows\SYSTEM32\mfplat.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\cfgmgr32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\RTWorkQ.DLL, version=10.0.22000.1 (WinBuild.160101.0800) .\FileTypes\TXTRFileType\SixLabors.ImageSharp.dll, version=1.0.4.0 .\System.IO.FileSystem.dll, version=6.0.21.52210 C:\windows\SYSTEM32\CompPkgSup.DLL, version=10.0.22000.1 (WinBuild.160101.0800) .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.10.10.0 .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.7.0 .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.17.0 .\netstandard.dll, version=6.0.21.52210 C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.22000.65 (WinBuild.160101.0800) .\System.Xml.dll, version=6.0.21.52210 .\System.Core.dll, version=6.0.21.52210 C:\windows\SYSTEM32\windows.staterepositoryclient.dll, version=10.0.22000.65 (WinBuild.160101.0800) C:\windows\SYSTEM32\windows.staterepositorycore.dll, version=10.0.22000.65 (WinBuild.160101.0800) .\Mono.Cecil.dll, version=0.11.4.0 .\FileTypes\PdfFileTypePlugin\pdfium_x64.DLL, version=98.0.4706.0 .\Effects\ArgusPaintNet.Convolution.dll, version=1.0.0.0 .\Effects\Zoom Selection.dll, version=1.0.7734.39804 .\Effects\Curves+.dll, version=4.0.6119.31044 .\Effects\Zoom Blur Deluxe CL.dll, version=1.0.6896.32632 C:\windows\SYSTEM32\oleacc.dll, version=7.2.22000.1 (WinBuild.160101.0800) .\Effects\zkaleidoscope.dll, version=1.3.7168.35177 .\Effects\YinYang21.dll, version=1.0.7937.38561 .\Effects\XYCoords.dll, version=1.2.6.0 .\Effects\xy2xyz.dll, version=0.3.7997.40749 .\Effects\X Rainbow bars.dll, version=1.0.3536.37632 .\System.Reflection.Emit.ILGeneration.dll, version=6.0.21.52210 .\System.Reflection.Emit.Lightweight.dll, version=6.0.21.52210 .\System.Reflection.Primitives.dll, version=6.0.21.52210 .\Effects\WovenPhoto95.dll, version=1.94.6529.30892 .\System.Design.dll, version=6.0.21.52301 .\System.Windows.Forms.Design.dll, version=6.0.21.52301 .\Effects\WovenPhoto94.dll, version=1.94.6505.33087 .\Effects\WoodsyVP3.dll, version=1.0.6.0 .\Effects\LensFlare.dll, version=2.2.12.0 .\Effects\WoodsyVP2.dll, version=1.0.6.0 .\Effects\Planetoid.dll, version=1.0.4.0 .\Effects\WoodsyVP1.dll, version=1.0.6.0 .\Effects\Scribble.dll, version=1.0.1.0 .\Effects\SelectionInnerContour.dll, version=0.0.0.0 .\Effects\Shape3D.dll, version=1.2.6.3 .\Effects\SoftProofing.dll, version=1.1.0.1 .\Effects\Stickman.dll, version=1.0.0.0 .\Effects\Tartan.dll, version=1.5.2.0 .\Effects\WhichSymbolRedux.dll, version=1.0.0.0 .\Effects\CustomControls.dll, version=0.0.0.0 .\Effects\AA's_Assistant.dll, version=1.1.4329.33034 .\Effects\Aardvark.dll, version=1.0.6.0 .\Effects\ABC Perlin Noise.dll, version=1.0.6819.23096 .\Effects\Add Depth.dll, version=1.0.4247.30168 .\Effects\Advanced Julia Fractal.dll, version=1.0.7702.38303 .\Effects\AdvancedRotate.dll, version=1.0.3663.28009 .\Effects\Advanced_Kaleidoscope.dll, version=1.0.7194.37638 .\Effects\advcolorrep.dll, version=1.3.3303.27314 .\Effects\AdvDith-en.dll, version=1.0.7500.29117 .\Effects\AIDenoisingFilter.dll, version=1.0.0 .\Effects\WetFloor.dll, version=1.2.5.0 .\Effects\Alias.dll, version=2.0.3167.14578 .\Effects\Align.dll, version=1.0.1.7 .\Effects\AlignNSD.dll, version=1.0.1.0 .\Effects\AlignPlugin.dll, version=1.5.1.0 .\Effects\Alpha Adjuster.dll, version=1.0.7442.24665 .\Effects\Alpha Transform.dll, version=1.1.3545.21589 .\Effects\Alpha-Displacement Mask.dll, version=1.4.1.1 .\Effects\AlphaBlur.dll, version=2.0.0.0 .\Effects\AlphaContrast.dll, version=1.0.3813.18307 .\Effects\AlphaKey.dll, version=1.0.7554.3171 .\Effects\WaveToolBox.dll, version=1.5.7466.17310 .\Effects\alphalevels.dll, version=1.4.6830.2789 .\Effects\AlphaMask.dll, version=2.0.3574.41943 .\Effects\AlphaSpace.dll, version=1.0.0.0 .\Effects\AlphaThreshold.dll, version=1.0.0.0 .\Effects\AlphaTransform.dll, version=1.2.0.0 .\Effects\Alpha_to_0.dll, version=1.0.4452.22746 .\Effects\Alpha_to_255.dll, version=1.0.4452.22782 .\Effects\Angled Gradient.dll, version=1.0.6166.41233 .\Effects\Animal.dll, version=2.2.5.0 .\Effects\Apply Color.dll, version=1.0.4406.25220 .\Effects\Apply Texture.dll, version=1.0.0.0 .\Effects\Archimedean Spiral.dll, version=1.0.0.0 .\Effects\WaveText.dll, version=1.2.4415.32811 .\Effects\ArgusPDN.Barcode.dll, version=1.0.0.0 .\Effects\ArgusPDN.EdgeDetect.dll, version=1.0.0.0 .\Effects\ArgusPDN.FFTEffects.dll, version=1.0.0.0 .\Effects\ArgusPDN.Unblend.dll, version=1.0.0.0 .\Effects\ArtyThing.dll, version=1.0.5.0 .\Effects\AutoChrome.dll, version=1.2.5.0 .\Effects\AutoChromeNoise.dll, version=1.2.5.0 .\Effects\Average Object Color.dll, version=1.0.6225.37409 .\Effects\AveragedColorBlur.dll, version=1.0.0.0 .\Effects\Backfill.dll, version=1.0.3420.34534 .\Effects\Barcode.dll, version=1.5.1.0 .\Effects\Bars.dll, version=1.2.5.0 .\Effects\Basic Edge Detector.dll, version=1.0.5347.22706 .\Effects\Waves.dll, version=1.2.5.0 .\Effects\Align+.dll, version=2.1.0.0 .\Effects\BasicAntialias11.dll, version=0.0.0.0 .\Effects\BasicPhotoAdjustments.dll, version=2.1.4020.485 .\Effects\BBChart.dll, version=1.1.0.0 .\Effects\BBOutlinedGradientText.dll, version=4.6.7358.38713 .\Effects\Bevel_v1.4.0.0.dll, version=0.0.0.0 .\Effects\Bezncurve.dll, version=4.0.1.0 .\Effects\Bidirectional Blur.dll, version=1.0.0.0 .\Effects\Bizarro-Negation.dll, version=1.0.4617.21771 .\Effects\Black and White Converter.dll, version=1.1.0.0 .\Effects\BlackandAlpha+.dll, version=1.2.4329.272 .\Effects\BlackAndWhite+.dll, version=1.1.6744.2631 .\Effects\BlackWhiteOnly.dll, version=1.0.0.0 .\Effects\BlendModesPlus.dll, version=3.1.0.0 .\Effects\WaterReflection.dll, version=1.2.5.0 .\Effects\BlendPlugin.dll, version=1.0.0.0 .\Effects\BlendSeams.dll, version=1.1.6021.34867 .\Effects\Bevel-irregularshape.dll, version=0.0.0.0 .\Effects\System.Windows.Forms.DataVisualization.dll, version=1.0.20.11001 .\Effects\Blockifier.dll, version=1.0.7449.15414 .\Effects\Blur Corner.dll, version=1.0.7428.18788 .\Effects\BlurBlend.dll, version=1.1.6601.26020 .\Effects\BlurFill.dll, version=1.5.1.0 .\Effects\Border.dll, version=0.0.0.0 .\Effects\Borders N' Shapes.dll, version=4.0.4642.26476 .\Effects\Boutons.dll, version=1.2.5.0 .\Effects\boxfitting.dll, version=1.1.6164.32856 .\Effects\BrushFactory.dll, version=2.0.3 .\Effects\BulletinBoardTrim.dll, version=1.0.0.0 .\Effects\WarpTextOnPath.dll, version=1.0.0.0 .\Effects\Calendar.dll, version=4.6.7358.32649 .\Effects\CalliColour.dll, version=1.0.1.0 .\Effects\CameraLens.dll, version=1.1.0.0 .\System.Resources.Extensions.dll, version=6.0.21.52210 .\Effects\CameraTrouserFlareV3.dll, version=1.1.4600.41268 .\Effects\Caption.dll, version=0.1.6194.31663 .\Effects\Cartoonize.dll, version=1.0.4629.37393 .\Effects\Cell-CS Maker Rev1.dll, version=1.0.7007.17477 .\Effects\CellMaker.dll, version=1.1.6139.29120 .\System.Net.Http.dll, version=6.0.21.52210 .\Effects\CellTexture.dll, version=1.0.0.0 .\Effects\CenterLines.dll, version=1.0.0.0 .\Effects\ChangeExtremeColors.dll, version=1.2.6.0 .\Effects\Channel Extraction.dll, version=1.0.7703.23621 .\Effects\Channel Ops.dll, version=1.1.5347.28486 .\System.Net.Primitives.dll, version=6.0.21.52210 .\Effects\CircleGen.dll, version=1.3.7505.20607 .\Effects\circleFractal2.dll, version=1.1.5613.38521 .\Effects\circle_draw.dll, version=1.0.7175.17806 .\Effects\CircleText1-2.dll, version=1.2.6850.27870 .\Effects\CircularShapes.dll, version=1.0.6755.22817 .\Effects\CircularText.dll, version=2.0.1.0 .\Effects\voronoi.dll, version=1.0.0.0 .\Effects\CK_Plugin.dll, version=1.5.5345.24808 .\Effects\ClampedGaussianBlur.dll, version=2.1.0.0 .\Effects\Clarifaction+.dll, version=1.0.4406.25898 .\System.Diagnostics.DiagnosticSource.dll, version=6.0.21.52210 .\Effects\CleanTransparent.dll, version=1.0.0.0 .\Effects\Clarify.dll, version=1.0.4349.19613 .\Effects\ClipDisplaceAA.dll, version=1.2.4.0 .\Effects\ClipDisplace.dll, version=1.0.5763.42010 .\Effects\ClipWarp.dll, version=1.0.9.0 .\Effects\ClipWarpNew.dll, version=1.0.1.0 .\Effects\CloudEffect.dll, version=1.1.0.0 .\Effects\CMY Ghost.dll, version=1.0.4909.35063 .\Effects\Cobweb.dll, version=1.0.1.0 .\Effects\CodeLab.dll, version=6.4.7995.19949 .\Effects\Color Dimmer.dll, version=1.3.0.0 .\System.Net.Security.dll, version=6.0.21.52210 .\Effects\Color Match.dll, version=4.2.7630.21216 .\Effects\coloraberation.dll, version=1.2.5.0 .\Effects\ColorBalanceLesson.dll, version=1.0.0.0 .\Effects\Colorblindness4.dll, version=4.0.7585.35502 .\Effects\ColorClearer.dll, version=1.1.6009.41762 .\System.Security.Cryptography.X509Certificates.dll, version=6.0.21.52210 .\Effects\Volutes.dll, version=1.3.5.0 .\Effects\ColorCount.dll, version=1.0.0.0 .\Effects\ColorCut.dll, version=1.0.0.0 .\Effects\ColorMatrix.Effect.dll, version=1.1.0.22 .\Effects\ColorMixer.dll, version=1.3.0.0 .\Effects\ColorModulo.dll, version=1.2.5.0 .\Effects\ColorRamp.dll, version=1.0.0.0 .\Effects\ColorToAlpha.dll, version=2.3.0.0 .\Effects\ColorZoomBlur.dll, version=1.2.5.0 .\Effects\ColorSketch.dll, version=1.1.0.0 .\Effects\Color_Magic.dll, version=1.0.7186.9639 .\Effects\Colour Distort.dll, version=1.0.3564.18753 .\Effects\CompoGrids.dll, version=1.0.2.0 .\Effects\Compotool.dll, version=1.0.1.0 C:\windows\SYSTEM32\winmm.DLL, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\Contour.dll, version=1.0.1.0 .\Effects\CoordinatePlanePoints.dll, version=1.1.6846.29158 .\Effects\CopyAlpha.dll, version=1.0.0.0 .\System.Threading.Tasks.dll, version=6.0.21.52210 .\Effects\CreativeTextPro.dll, version=1.1.7358.34307 C:\windows\SYSTEM32\iphlpapi.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\CurlyLines.dll, version=1.0.0.0 .\Effects\CurtisBlack.Effects.dll, version=11.1.3736.39220 .\Effects\CustomCornerFrame.dll, version=1.0.1.0 .\Effects\ContentAwareFill.dll, version=1.4.4.0 .\Effects\Vignette1.dll, version=1.0.3538.14367 .\Effects\CycleHSV.dll, version=1.0.4909.35068 .\Effects\deviation-to-alpha.dll, version=1.1.7681.23746 .\Effects\Diagonal Lines.dll, version=1.0.4800.36619 .\Effects\Diffuse.dll, version=1.0.3254.27766 .\Effects\Diffusion.dll, version=1.0.0.0 .\System.Xml.XDocument.dll, version=6.0.21.52210 .\Effects\Cubic_Transformation.dll, version=2.0.7235.39373 .\Effects\Cuboids.dll, version=1.1.1.0 C:\windows\SYSTEM32\DNSAPI.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\System32\NSI.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\Dimensions.dll, version=1.3.6826.38472 .\Effects\DisconnectedObjectShadow.dll, version=0.1.6546.25799 .\Effects\DeFisheye.dll, version=1.0.6819.19098 .\Effects\ViewFramer.dll, version=1.0.6074.42436 .\Effects\DisplayColorChangeDirection.dll, version=2.0.5621.37825 .\Effects\DispMap.dll, version=2.1.7197.13119 .\Effects\Dissolve.dll, version=1.0.0.0 .\Effects\DistortingMirror.dll, version=1.2.5.0 .\System.Private.Xml.Linq.dll, version=6.0.21.52210 .\Effects\DistortThis.dll, version=2.9.0.0 C:\windows\SYSTEM32\dhcpcsvc6.DLL, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\Donut.dll, version=1.2.5.0 .\Effects\DotMatrix.dll, version=1.0.6178.27733 .\Effects\Displacement.dll, version=1.3.5.0 .\Effects\DPL KAL.dll, version=1.0.3937.11496 .\Effects\DPLNightVision.dll, version=1.0.4004.18455 .\Effects\dpyColorBalance+.dll, version=1.1.1.0 .\Effects\DragFrom.dll, version=1.1.0.0 .\Effects\DraganEffect.dll, version=1.1.0.0 .\Effects\DrawingTool.dll, version=1.0.0.2 .\Effects\Dreamy.dll, version=1.0.6818.30743 .\Effects\Vibrato.dll, version=2.0.5.0 .\Effects\DropShadowDemo.dll, version=1.0.6825.32531 .\System.IO.Compression.dll, version=6.0.21.52210 C:\windows\SYSTEM32\dhcpcsvc.DLL, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\Droste.dll, version=1.1.0.0 .\Effects\Dryad.dll, version=1.0.2.0 .\Effects\DuotoneGradientMap.dll, version=1.0.7487.40422 .\Effects\CurtisBlack.Common.dll, version=1.0.0.0 .\Effects\Edge Shader.dll, version=1.0.1.0 .\Effects\Vibration.dll, version=1.0.4407.34043 .\Effects\EdgeFader.dll, version=5.3.5.0 .\Effects\edgemaster.dll, version=1.0.3880.5859 .\Effects\EarthsAndGreys.dll, version=1.0.1.0 .\Effects\EdgeExpander.dll, version=1.0.5863.38192 .\Effects\EdgeBlur.dll, version=1.1.6579.1729 .\Effects\DynamicDraw\DynamicDraw.dll, version=3.0.0 .\System.Security.Cryptography.Algorithms.dll, version=6.0.21.52210 C:\windows\SYSTEM32\WINNSI.DLL, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\EdgeShaderMJW.dll, version=1.1.5849.39125 .\Effects\EdHarvey.Effects.Archive.PolarInversionPlus.dll, version=3.22.3024.37811 .\Effects\EliminateDarkLight.dll, version=1.1.0.0 .\Effects\Echo.dll, version=1.0.3932.34324 C:\windows\System32\setupapi.DLL, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\EmbossReliefPlus.dll, version=1.0.8021.40564 .\Effects\Emboss+.dll, version=1.2.0.0 .\Effects\Equirectangular Diffuse Transform.dll, version=1.0.7159.445 .\Effects\EOEffects.dll, version=1.10.16.12 .\Effects\Equirectangular Viewer.dll, version=1.0.0.42271 .\Effects\EnhanceDetails.dll, version=1.0.3581.22689 .\Effects\Erode.dll, version=1.0.0.0 .\Effects\EngraveEmboss.dll, version=2.0.2 C:\windows\SYSTEM32\winhttp.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\ExpandColor.dll, version=1.2.5.0 .\Effects\CurtisBlack.Resources.dll, version=1.0.0.0 .\Effects\Varicose2.dll, version=2.1.1.0 C:\windows\SYSTEM32\DEVOBJ.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\ExtendBorder.dll, version=1.3.0.0 .\Effects\ExtractColor.dll, version=1.0.0.0 .\Effects\Eyeshine.dll, version=1.0.3700.25905 .\Effects\Facet.dll, version=1.0.3.0 .\Effects\FibonacciFill.dll, version=1.1.6139.28851 .\Effects\FillPalette.dll, version=1.2.5.0 .\Effects\Film.dll, version=4.0.4642.26607 .\Effects\FindEdges.dll, version=1.2.0.0 .\Effects\Fisheye.dll, version=2.2.5533.12794 .\Effects\ErodeDilate_v0.2.dll, version=1.0.0.0 .\Effects\ErrorDiffusionDithering.dll, version=1.0.0.0 .\Effects\IniFile.dll, version=2.0.2 C:\windows\System32\WS2_32.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\Flip.dll, version=4.6.7358.36953 .\Effects\VanishPoint.dll, version=1.0.3.0 .\Effects\FloodFillGradient.dll, version=1.0.7275.42186 .\Effects\Flourish.dll, version=1.0.3.0 .\Effects\FractalAttractor.dll, version=1.3.5.0 .\Effects\FractalFern.dll, version=1.2.0.0 .\Effects\FractalTree.dll, version=1.2.0.0 .\Effects\Frames.dll, version=1.2.5.0 .\Effects\FSPost.dll, version=1.0.4913.8979 .\Effects\FurBlur.dll, version=1.0.1.0 .\Effects\FuzzyEdgeDetect.dll, version=1.0.6513.29729 .\Effects\Galaxy Transformation.dll, version=1.0.7267.41850 .\Effects\GaussianBlurPlus.dll, version=4.2.5691.27401 .\System.Numerics.dll, version=6.0.21.52210 .\Effects\Gears.dll, version=1.0.2.0 .\Effects\GenesisVFX.dll, version=1.0.0.0 .\Effects\GenTree.dll, version=0.1.0.0 .\Effects\Gingham.dll, version=1.1.0.0 .\Effects\Glass_Blur.dll, version=1.1.7212.26179 .\Effects\Vanishing Trails.dll, version=2.0.0.0 .\Effects\Gmic.dll, version=3.0.0.0 .\Effects\Gen96Colors.dll, version=1.2.0.0 .\Effects\Gossamer.dll, version=1.0.2.0 .\Effects\Gradient Bars.dll, version=4.0.5152.23084 .\Effects\Gradient Blocks.dll, version=4.0.4642.26658 .\Effects\GmicSharpPdnExample.dll, version=0.1.0.0 .\Effects\GmicPDN\AxisStreakGmicPdn.dll, version=1.0.6 .\Effects\GmicPDN\FragmentBlurGmicPdn.dll, version=2.0.6 .\Effects\GmicPDN\TiledFormGmicPdn.dll, version=2.0.6 .\System.Net.Sockets.dll, version=6.0.21.52210 .\Effects\Asphalt.PDN.dll, version=1.0.0.0 .\Effects\Gradient Grid.dll, version=4.0.6436.36068 .\Effects\GradientBlur.dll, version=1.2.5.0 .\Effects\GradientMap.dll, version=1.1.7440.15108 .\Effects\GradientShapes-1.dll, version=1.0.6811.27461 .\Effects\GradientShapes-20.dll, version=1.0.6811.32260 .\Effects\Gradual Stripes.dll, version=2.0.6609.35577 .\Effects\Gradual_Stripes.dll, version=1.0.6595.41826 .\Effects\GraphPaper.dll, version=2.1.0.0 .\Effects\Grain.dll, version=1.0.3854.25523 .\Effects\Gravity.dll, version=1.2.5.0 .\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll, version=3.8.0.0 .\Effects\GreenTintReduction.dll, version=1.0.6484.29238 .\Effects\Grid Warp.dll, version=4.0.6544.34496 .\Effects\Asphalt.Controls.dll, version=1.0.0.0 .\Effects\GradientsGalore.dll, version=1.0.5.0 .\Effects\GridMaker.dll, version=5.2.5.0 .\Effects\Grow.dll, version=1.0.7.0 .\Effects\GS_Plugin.dll, version=1.3.5345.24516 .\Effects\GuideLines.dll, version=1.0.6239.35558 .\Effects\Helix.dll, version=1.0.1.0 .\Effects\HexaGrid.dll, version=4.1.0.0 .\Effects\Highlight.dll, version=1.0.1.0 .\Effects\HilbertCurve.dll, version=1.2.0.0 .\Effects\Histogram Normalization.dll, version=1.0.7919.27545 .\Effects\Vandermotten.PaintDotNetEffects.Grid.dll, version=3.8.0.0 .\Effects\GridCheckerboard.dll, version=4.5.6828.36789 C:\windows\system32\mswsock.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\Histogram.dll, version=1.0.0.0 .\Effects\HotMetalGlow.dll, version=1.0.5984.26576 .\Effects\GrimColorReaper.dll, version=1.2.4299.5808 C:\windows\System32\WINTRUST.dll, version=10.0.22000.194 (WinBuild.160101.0800) C:\windows\System32\CRYPT32.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\windows\SYSTEM32\MSASN1.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\HsvEraser.dll, version=1.1.5625.39352 .\Effects\HsvScrambler.dll, version=1.1.5675.38718 .\Effects\Image Modulo Toolkit.dll, version=1.0.7282.30501 .\Effects\ImageDifference.dll, version=1.0.0.21216 .\Effects\ImageDistortion.dll, version=1.1.0.0 .\Effects\ImageInText.dll, version=0.0.0.0 .\Effects\InnerShadowV2.dll, version=1.5.7457.41572 .\Effects\InputToOutput.dll, version=1.0.3167.14695 .\Effects\InsetBoxShadow.dll, version=1.3.0.0 .\Effects\Intensity.dll, version=1.0.6791.15591 .\Effects\IntensityRGB.dll, version=1.0.0.0 .\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, version=3.8.0.0 .\Effects\InterlockingTiles.dll, version=1.0.0.0 C:\windows\system32\wshunix.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\invert channels.dll, version=1.0.3509.14656 .\Effects\InvertAlpha.dll, version=1.0.3040.33378 .\Effects\Invert_Anything.dll, version=1.0.7213.37760 .\Effects\IsolateChannel.dll, version=1.0.0.0 .\Effects\IsometricCuboid.dll, version=1.6.0.0 .\Effects\jchunn.dll, version=1.0.0.0 .\Effects\JigsawPuzzle.dll, version=2.3.0.0 .\Effects\Jitter.dll, version=4.0.4642.26986 .\Effects\JPGNoiseReduction.dll, version=1.0.3747.24002 .\Effects\JuliaPlus.dll, version=1.2.5.0 .\Effects\JustifyText.dll, version=1.0.0.0 .\Effects\KaleidoGen.dll, version=1.3.5.0 .\Effects\Kaleidoscope.dll, version=1.4.0.0 .\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll, version=3.8.0.0 .\Effects\kb_lens.dll, version=0.0.0.0 .\System.Threading.Overlapped.dll, version=6.0.21.52210 .\Effects\Kill Color Keeper.dll, version=1.0.6641.13453 .\Effects\isolate.dll, version=1.0.3303.3202 .\Effects\Kuwahara.dll, version=1.0.0.0 .\Effects\LaplacianPyramidFilter.dll, version=1.1.2 .\Effects\Lattice_Transform.dll, version=1.0.7215.30711 .\Effects\LavEnt.Effects.Mosaic.dll, version=1.1.0.0 .\Effects\Layer Cake.dll, version=1.0.4911.8147 .\Effects\Lightning.dll, version=1.1.3896.32593 .\Effects\LightRays.dll, version=2.1.5.0 .\Microsoft.VisualBasic.dll, version=6.0.21.52301 .\Effects\Line Tracer.dll, version=1.0.4911.29141 .\Effects\KlumpNoiz.dll, version=1.1.0.0 .\Effects\LinesGrid.dll, version=1.2.0.0 .\Effects\Linocut.dll, version=1.1.0.0 .\Effects\Liquify.dll, version=4.0.5873.25113 .\Effects\ListOfPalettes.dll, version=1.0.0.0 .\Effects\LocalContrast.dll, version=3.0.0.0 .\Effects\LocalStatsDenoisingFilter.dll, version=2.0.0 .\Effects\LongiStripes.dll, version=1.0.6337.34025 .\System.Net.NameResolution.dll, version=6.0.21.52210 .\Effects\LookAtIt.Effect.dll, version=0.6.0.779 .\Effects\Lyapunov Fractal.dll, version=1.0.7911.40444 .\Effects\LynxsterWhiteNoise_v1.dll, version=1.0.6854.22878 .\Effects\Magnifier.dll, version=1.3.5.0 .\Effects\Majority.dll, version=1.2.5.0 .\Effects\make-3d.dll, version=1.3.7177.28552 .\Effects\MakeTransparent.dll, version=1.0.0.0 .\Effects\mandala.dll, version=1.0.0.0 .\Microsoft.VisualBasic.Forms.dll, version=6.0.21.52301 C:\windows\system32\nlansp_c.dll, version=10.0.22000.1 (WinBuild.160101.0800) C:\Windows\System32\rasadhlp.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\MotionSharpen.dll, version=1.2.5.0 .\Effects\ManualColorCorrection.dll, version=1.0.4314.41440 .\Effects\Melting.dll, version=1.3.0.0 .\Effects\MemeMaker.dll, version=4.5.6828.38061 .\Effects\MirrorRotate.dll, version=2.0.2 .\Effects\Mise En Abyme.dll, version=1.1.0.0 .\Effects\MirrorRotateMenu.dll, version=2.0.2 .\Effects\MismatchEraser.dll, version=1.0.6920.41978 C:\windows\system32\napinsp.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\ModifyChannels.dll, version=1.0.0.0 .\Effects\Moire.dll, version=1.2.5.0 .\Effects\MosaicManiac.dll, version=1.0.0906.08 .\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll, version=3.8.0.0 .\Effects\MoveSeams.dll, version=1.0.0.0 .\Effects\MultiColorGradient.dll, version=1.0.0.0 .\Effects\MultiSpline.dll, version=1.0.4.0 .\Effects\MultiThreshold.dll, version=1.1.4330.38982 .\Effects\Nebulous.dll, version=1.2.5.0 .\Effects\NeonEdges.dll, version=1.1.0.0 .\Effects\Metallize.dll, version=1.2.4415.32969 .\Effects\NewtonFractal.dll, version=2.2.5.0 .\Effects\NoiseBleach.dll, version=1.0.4909.35542 .\Effects\NoiseChoice.dll, version=1.0.1.0 .\Effects\Norm_Render.dll, version=7.3.4484.27012 C:\windows\System32\winrnr.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\Object Pruner.dll, version=1.0.7020.41772 .\Effects\Object2Colour.dll, version=1.0.1.0 .\Effects\ObjectBevel.dll, version=1.0.6.0 .\Effects\Objectedge.dll, version=1.0.1.0 .\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, version=3.8.0.0 .\Effects\ObjectShadowPro.dll, version=1.0.7421.614 .\Effects\Oblique.dll, version=1.2.5.0 .\Effects\Offset Shadow.dll, version=1.0.4247.30184 .\Effects\Offset.dll, version=1.0.4914.19410 .\Effects\OffsetAlternatingStripes.dll, version=1.0.6025.41452 .\Effects\OilPaintingPlus.dll, version=4.6.7358.38406 .\Effects\NeutralWire.dll, version=1.0.6333.34789 .\Effects\Olden.dll, version=1.5.0.0 .\Effects\OldPC.dll, version=1.3.7415.38552 .\Effects\OrderedDither.dll, version=1.3.7443.13289 .\Effects\Organigram.dll, version=1.3.7744.35573 C:\windows\system32\pnrpnsp.dll, version=10.0.22000.1 (WinBuild.160101.0800) .\Effects\Outline Object.dll, version=4.0.4642.26954 .\Effects\Outline.dll, version=1.0.0.0 .\Effects\Outlined text.dll, version=1.0.6620.40680 .\Effects\OutlineGradientText.dll, version=1.0.0.0 .\Effects\OutlineSelection.dll, version=1.0.3055.21360 .\Effects\Vandermotten.PaintDotNetEffects.ColorAccent.dll, version=3.8.0.0 .\Effects\OutlineSelectionSquare.dll, version=3.5.4756.19375 .\Effects\Overblur.dll, version=1.0.1.0 .\Effects\Overliner.dll, version=1.2.5.0 .\Effects\PageCurl.dll, version=1.5.5.0 .\Effects\PaletteFromImage.dll, version=1.0.0.0 .\Effects\Paneling.dll, version=1.2.5.0 ------------------------------------------------------------------------------ 1 Quote My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" Link to comment Share on other sites More sharing options...
otuncelli Posted December 26, 2021 Author Share Posted December 26, 2021 Updated to v0.0.0.3 (alpha) Changelog: Fixed a crash that happens when other than 100% display scaling is used. Thanks to @Martins and @lynxster4 Updated to use Chromium/Pdfium 99.0.4789.0 1 2 Quote Link to comment Share on other sites More sharing options...
oregonpinkrose Posted January 10, 2022 Share Posted January 10, 2022 Worked great for me. Using 4.3.7 I used a previous plug-in on my previous computer that used ghostscript. This plug-in was no muss AND no fuss. 1 Quote Link to comment Share on other sites More sharing options...
otuncelli Posted February 7, 2022 Author Share Posted February 7, 2022 This plugin is ready for publishing and this topic can be moved to Publishing-Only forum. v1.0.0.0 is released. Changelog: * Updated to use PDFium 100.0.4874.0 * Fixed HiDPI issues * Removed WIC support * Removed PDF/A-3b support * Added theme support * Added localization (English/Turkish currently) * Faster loading of PDFs. * Update checker using GitHub API. * A default alignment can be set now when importing PDFs containing varying page sizes. 2 1 Quote Link to comment Share on other sites More sharing options...
otuncelli Posted June 17, 2022 Author Share Posted June 17, 2022 Updated to v1.0.0.1 Changelog: * Updated to use PDFium 105.0.5117.0 1 1 Quote Link to comment Share on other sites More sharing options...
IDDQDesnik Posted June 22 Share Posted June 22 Lack of no page format setup on save is very frustrated. Please add this in next version. As workaround I use Windows builtin "Microsoft print to PDF" virtual printer. This method has limitation that only one page at a time can be printed. Quote Link to comment Share on other sites More sharing options...
Panchdara Posted June 28 Share Posted June 28 PDN 5.0.7 C:\Program Files\paint.net\FileTypes\PdfFileTypePlugin\PdfFileType.dll, version 1.0.0.0 Name: PDF/AI File Type Plugin for Paint.NET Type: PdfFileTypePlugin.PdfFileType Version: 1.0.0.0 Author: Osman Tunçelli Copyright: Copyright © 2022 Osman Tunçelli Website: https://github.com/otuncelli/Portable-Document-Format-Plugin-for-Paint.NET This plugin is incompatible with this version of paint.net. A required update is available. Quote Link to comment Share on other sites More sharing options...
otuncelli Posted June 28 Author Share Posted June 28 6 hours ago, Panchdara said: PDN 5.0.7 C:\Program Files\paint.net\FileTypes\PdfFileTypePlugin\PdfFileType.dll, version 1.0.0.0 Name: PDF/AI File Type Plugin for Paint.NET Type: PdfFileTypePlugin.PdfFileType Version: 1.0.0.0 Author: Osman Tunçelli Copyright: Copyright © 2022 Osman Tunçelli Website: https://github.com/otuncelli/Portable-Document-Format-Plugin-for-Paint.NET This plugin is incompatible with this version of paint.net. A required update is available. You're using an older version of plugin. Latest one is v1.0.0.1 1 Quote Link to comment Share on other sites More sharing options...
Panchdara Posted June 30 Share Posted June 30 Geesh.. THANK YOU! I thought I'd looked, but I failed. Wish bestest. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.