Jump to content

hexaae

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hexaae's Achievements

Explorer

Explorer (4/14)

  • Reacting Well Rare
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

1

Reputation

  1. Today I needed again to save directly to IFF ILBM image format (to be exact in 5 bit-planes, 32 colors)... @midora News? 🙏🏻
  2. Please, in Windows, double-click on an image file: will get open automatically with Windows Photos. Now press F11, you'll get an idea of what I mean with "fullscreen overview" of your current work
  3. There's a misunderstanding here: I meant a fullscreen temporary overview of current pic, not just enlarge to 1:1 (100%) while editing. Something like when you open a pic with Windows Photos (double-click from Explorer) and you press F11 for fullscreen view...
  4. I can't reproduce it anymore after I excluded those dll from loading. Thank you @Rick Brewster for making me notice those dlls.
  5. Oops, command line was wrong of course. Corrected with "SS3DevProps.dll;NahimicAPIDevProps2.dll;ProductInfo.dll". EDIT: Ok, it hanged again... while hung I made a FULL dump with Process Explorer (by Mark Russinovich) and analyzed it with WinDbg(x64): FILE_IN_CAB: paintdotnet.dmp NTGLOBALFLAG: 0 PROCESS_BAM_CURRENT_THROTTLED: 0 PROCESS_BAM_PREVIOUS_THROTTLED: 0 APPLICATION_VERIFIER_FLAGS: 0 EXCEPTION_RECORD: (.exr -1) ExceptionAddress: 0000000000000000 ExceptionCode: 80000003 (Break instruction exception) ExceptionFlags: 00000000 NumberParameters: 0 FAULTING_THREAD: 0000066c PROCESS_NAME: paintdotnet.exe ERROR_CODE: (NTSTATUS) 0x80000003 - {ERRORE DI EXCEPTION} Breakpoint stato raggiunto un breakpoint. EXCEPTION_CODE_STR: 80000003 STACK_TEXT: 0000004f`d413f508 00007ff8`06e05193 : 00007fff`b89bf420 0000017b`8280f7b0 00007fff`b89bf420 0000017b`828533a0 : ntdll!NtDelayExecution+0x14 0000004f`d413f510 00007ff8`0446a0cd : 00000000`00000000 00000000`00000000 0000004f`d413f5d0 00000000`00000000 : ntdll!RtlDelayExecution+0x43 0000004f`d413f540 00007fff`99f35d52 : 00000000`00002a31 00000000`00000000 ffffffff`ffffd8f0 00007fff`99f91a60 : KERNELBASE!SleepEx+0x7d 0000004f`d413f5c0 00007fff`99f35246 : 00007fff`99f91a60 0000004f`d413f8f0 00000000`00000001 0000004f`d413f8f0 : SS3DevProps!GetHotPatchInfo+0x1922 0000004f`d413f5f0 00007fff`99f536e8 : 00000000`7ffe0385 00000000`7ffe0385 00000000`00000001 00000000`00000001 : SS3DevProps!GetHotPatchInfo+0xe16 0000004f`d413f630 00007ff8`06dd868f : 00007fff`99f20000 00000000`00000000 00000000`00000001 00000000`7ffe0385 : SS3DevProps!GetHotPatchInfo+0x1f2b8 0000004f`d413f690 00007ff8`06e01096 : 0000017b`c6953cc0 00007fff`99f20000 0000017b`00000000 0000004f`d4205000 : ntdll!LdrpCallInitRoutine+0x6b 0000004f`d413f700 00007ff8`06e00c8d : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!LdrShutdownProcess+0x176 0000004f`d413f810 00007ff8`055d82bb : 0000004f`00070001 00000000`00000000 ffffffff`fffffffe ffffffff`ffffffff : ntdll!RtlExitUserProcess+0xad 0000004f`d413f840 00007ff8`0420bac0 : 00000000`00000000 00000000`00000000 0000004f`d413f8c0 00000000`00000000 : kernel32!ExitProcessImplementation+0xb 0000004f`d413f870 00007ff8`0420bcd9 : 00000000`00000000 00000000`00000000 00000000`00000000 0000004f`d413f8c0 : ucrtbase!exit_or_terminate_process+0x50 0000004f`d413f8a0 00007ff6`f7e01c88 : 00000000`00000000 00007ff6`00000000 00000000`00000000 00000000`00000001 : ucrtbase!common_exit+0x79 0000004f`d413f900 00007ff8`055d26bd : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : paintdotnet_exe+0x1c88 0000004f`d413f940 00007ff8`06e0a9f8 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0x1d 0000004f`d413f970 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x28 STACK_COMMAND: ~0s; .ecxr ; kb SYMBOL_NAME: ss3devprops+1922 MODULE_NAME: SS3DevProps IMAGE_NAME: SS3DevProps.dll FAILURE_BUCKET_ID: BREAKPOINT_80000003_SS3DevProps.dll!Unknown OS_VERSION: 10.0.22621.1 BUILDLAB_STR: ni_release OSPLATFORM_TYPE: x64 OSNAME: Windows 10 FAILURE_ID_HASH: {601b0228-6fa2-8677-014c-f163805629b4} Followup: MachineOwner So SS3DevProps.dll (Nahimic related driver from ASUS which calls it Sonic Studio 3, default system driver to give a decent audio to this gaming laptop so I can't remove it... 🫤 ) seems the culprit, as you pointed out... This seems to have finally worked, using MS-ACT (Microsoft Application Compatibility Tool AKA Compatibility Administrator, just 8MB installation from Microsoft ADK package) to exclude that DLL injection into Paint.Net: IgnoreLoadLibrary, Parameters: command line "SS3DevProps.dll;NahimicAPIDevProps2.dll", Module Information: Include "*" SS3DevProps.dll NahimicAPIDevProps2.dll ProductInfo.dll not listed anymore in Paint.Net internal log! Let's see if this finally fixes random hang-ups at launch 🤞🏻
  6. Mmh, it doesn't work for some reason and won't prevent those dll injection...
  7. No options or plans for a quick full screen preview of current pic? Larger side should be always fully displayed in the viewport (with mousewheel zoom-in/out feature). Annoying the fact you have to save first and then open the saved file with a pic-viewer to have a full glance view with zoom-in/out without distracting (white) borders etc.
  8. Will try something like this, let's see if I can prevent Paint.Net from hanging...
  9. Here is a dump from the task when was in that suspended state, if can help: https://1drv.ms/u/s!ApMUGr0cuN39gr8tasuyIHGXI6lFug?e=iA14io
  10. As the subject says it happens to me since version 5.x.x on Win10 (I'm now on Win11) that paint.net won't simply start hanging at launch: the "paintdotnet.exe" task will be running in background but nothing happens and cpu activity is 0%. I have to terminate the process and start it again when this happens. I have no conflicts or issues with plugins visible through interal Plugins troubleshooter. Today I also noticed the launch command was something like: "C:\Program Files\paint.net\paintdotnet.exe" "<path to not available .dds file>" so I wonder if this could be the cause: for some strange reasons sometimes randomly it pretends to launch pointing to a previously opened file, not available anymore, and sits there forever...? Application paint.net 5.0.2 (Stable 5.2.8451.6614) Build Date lunedì 20 febbraio 2023 Install type Classic Lingua: it-IT DPI 96 (1.00x scale) UI/Canvas GPU True Rendering GPU 🚀 Prestazioni (NVIDIA GeForce GTX 1070) Remote session False Animazioni True Finestre semitrasparenti True Inchiostro di Windows True OS Windows 11 Pro x64 (10.0.22621.0) Runtime .NET 7.0.3 x64 Physical Memory 32.657 MB CPU Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Speed ~2208 MHz Cores / Threads 6 / 12 Features SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, AVX, AVX2 Video Card NVIDIA GeForce GTX 1070 Hardware Acceleration Supported Dedicated Video RAM 8.074 MB Dedicated System RAM 0 MB Shared System RAM 16.328 MB Vendor ID 0x10DE Device ID 0x1BE1 Subsystem ID 0x10111043 Revision 161 LUID 0x0000FE8C Flags AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption PixelBoundary Compute Preemption DispatchBoundary Outputs 1 Feature Level Level_12_1 Features Doubles, ComputeShadersEtc DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precisions UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32 Maximum Bitmap Size 16384 Video Card Microsoft Basic Render Driver Hardware Acceleration N/A Dedicated Video RAM 0 MB Dedicated System RAM 0 MB Shared System RAM 16.328 MB Vendor ID 0x1414 Device ID 0x008C Subsystem ID 0x00000000 Revision 0 LUID 0x00011E5D Flags Software, AcgCompatible, SupportMonitoredFences, KeyedMutexConformance Graphics Preemption InstructionBoundary Compute Preemption InstructionBoundary Outputs 0 Feature Level Level_12_1 Features Doubles, ComputeShadersEtc DXGI Formats A8_UNorm, B8G8R8A8_UNorm, R16G16B16A16_UNorm, R16G16B16A16_Float, R32G32B32A32_Float Buffer Precisions UInt8Normalized, UInt8NormalizedSrgb, UInt16Normalized, Float16, Float32 Maximum Bitmap Size 8388608 Managed assemblies 218 System.Private.CoreLib .\System.Private.CoreLib.dll, Version=7.0.0.0, PublicKeyToken=7cec85d7bea7798e paintdotnet .\paintdotnet.dll, Version=5.2.8451.6614 System.Runtime .\System.Runtime.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Fundamentals .\PaintDotNet.Fundamentals.dll, Version=5.2.8451.6614 PaintDotNet.ComponentModel .\PaintDotNet.ComponentModel.dll, Version=5.2.8451.6614 System.Windows.Forms .\System.Windows.Forms.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.Diagnostics.Tracing .\System.Diagnostics.Tracing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Threading.Thread .\System.Threading.Thread.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Base .\PaintDotNet.Base.dll, Version=5.2.8451.6614 PaintDotNet.Collections .\PaintDotNet.Collections.dll, Version=5.2.8451.6614 PaintDotNet.Systrace .\PaintDotNet.Systrace.dll, Version=5.2.8451.6614 PaintDotNet.Windows .\PaintDotNet.Windows.dll, Version=5.2.8451.6614 TerraFX.Interop.Windows .\TerraFX.Interop.Windows.dll, Version=10.0.22621.1, PublicKeyToken=35b01b53313a6f7e PaintDotNet.Primitives .\PaintDotNet.Primitives.dll, Version=5.2.8451.6614 System.Collections.Concurrent .\System.Collections.Concurrent.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Runtime .\PaintDotNet.Runtime.dll, Version=5.2.8451.6614 PointerToolkit .\PointerToolkit.dll, Version=1.0.0.0 System.Threading .\System.Threading.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Process .\System.Diagnostics.Process.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.SystemLayer .\PaintDotNet.SystemLayer.dll, Version=5.2.8451.6614 System.Private.Uri .\System.Private.Uri.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ComponentModel.Primitives .\System.ComponentModel.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a WindowsBase .\WindowsBase.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Windows.Forms.Primitives .\System.Windows.Forms.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 PaintDotNet.ObjectModel .\PaintDotNet.ObjectModel.dll, Version=5.2.8451.6614 PresentationFramework .\PresentationFramework.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Runtime.InteropServices .\System.Runtime.InteropServices.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Drawing.Primitives .\System.Drawing.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Xaml .\System.Xaml.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 System.ComponentModel .\System.ComponentModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.TraceSource .\System.Diagnostics.TraceSource.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections .\System.Collections.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Primitives .\Microsoft.Win32.Primitives.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Text.Encoding.CodePages .\System.Text.Encoding.CodePages.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Core .\PaintDotNet.Core.dll, Version=5.2.8451.6614 System.Configuration.ConfigurationManager .\System.Configuration.ConfigurationManager.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Resources .\PaintDotNet.Resources.dll, Version=5.2.8451.6614 System.Collections.Specialized .\System.Collections.Specialized.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.ObjectModel .\System.ObjectModel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Data .\PaintDotNet.Data.dll, Version=5.2.8451.6614 PaintDotNet.Framework .\PaintDotNet.Framework.dll, Version=5.2.8451.6614 CommunityToolkit.HighPerformance .\CommunityToolkit.HighPerformance.dll, Version=8.1.0.0, PublicKeyToken=4aff67a105548ee2 System.Threading.ThreadPool .\System.Threading.ThreadPool.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Framework .\PaintDotNet.Windows.Framework.dll, Version=5.2.8451.6614 System.Xml.ReaderWriter .\System.Xml.ReaderWriter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Private.Xml .\System.Private.Xml.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.UI .\PaintDotNet.UI.dll, Version=5.2.8451.6614 System.Drawing.Common .\System.Drawing.Common.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.WebClient .\System.Net.WebClient.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.ComponentModel.EventBasedAsync .\System.ComponentModel.EventBasedAsync.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Memory .\System.Memory.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Encoding.Extensions .\System.Text.Encoding.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.SystemEvents .\Microsoft.Win32.SystemEvents.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Collections.Immutable .\System.Collections.Immutable.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Linq .\System.Linq.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.Win32.Registry .\Microsoft.Win32.Registry.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.FileVersionInfo .\System.Diagnostics.FileVersionInfo.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Principal.Windows .\System.Security.Principal.Windows.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Security.Claims .\System.Security.Claims.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a ComputeSharp.D2D1 .\ComputeSharp.D2D1.dll, Version=2.0.3.0 System.ComponentModel.TypeConverter .\System.ComponentModel.TypeConverter.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Windows.Core .\PaintDotNet.Windows.Core.dll, Version=5.2.8451.6614 PresentationCore .\PresentationCore.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 DirectWriteForwarder .\DirectWriteForwarder.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 PaintDotNet.PropertySystem .\PaintDotNet.PropertySystem.dll, Version=5.2.8451.6614 System.Runtime.Extensions .\System.Runtime.Extensions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Diagnostics.Debug .\System.Diagnostics.Debug.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.CompilerServices.VisualC .\System.Runtime.CompilerServices.VisualC.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.Packaging .\System.IO.Packaging.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Collections.NonGeneric .\System.Collections.NonGeneric.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Core .\PaintDotNet.Effects.Core.dll, Version=5.2.8451.6614 UIAutomationTypes .\UIAutomationTypes.dll, Version=7.0.0.0, PublicKeyToken=31bf3856ad364e35 Accessibility .\Accessibility.dll, Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 System.Numerics.Vectors .\System.Numerics.Vectors.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Crc32.NET .\Crc32.NET.dll, Version=1.0.0.0, PublicKeyToken=dc0b95cf99bf4e99 System.Security.Cryptography .\System.Security.Cryptography.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime.Loader .\System.Runtime.Loader.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects.Gpu .\PaintDotNet.Effects.Gpu.dll, Version=5.2.8451.6614 System.Threading.Tasks.Parallel .\System.Threading.Tasks.Parallel.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PaintDotNet.Effects .\PaintDotNet.Effects.dll, Version=5.2.8451.6614 System.Reflection.Metadata .\System.Reflection.Metadata.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.IO.MemoryMappedFiles .\System.IO.MemoryMappedFiles.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Reflection.MetadataLoadContext .\System.Reflection.MetadataLoadContext.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PcxFileType .\FileTypes\PcxFileType.dll, Version=0.9.5.0 ImIFF.FileType .\FileTypes\ImIFF.FileType.dll, Version=1.0.0.21 QOIPaintDotNet .\FileTypes\QOIPaintDotNet.dll, Version=1.1.1.0 ImAGIF.FileType .\FileTypes\ImAGIF.FileType.dll, Version=0.13.0.21358 IcoCur .\FileTypes\IcoCur.dll, Version=4.0.1.0 mscorlib .\mscorlib.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System .\System.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 System.Drawing .\System.Drawing.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a DdsFileTypePlus .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, Version=1.11.1.0 WebPFileType .\Bundled\WebPFileType\WebPFileType.dll, Version=1.3.16.0 AvifFileType .\Bundled\AvifFileType\AvifFileType.dll, Version=1.1.24.0 Mono.Cecil .\Mono.Cecil.dll, Version=0.11.4.0, PublicKeyToken=50cebf1cceb9d05e netstandard .\netstandard.dll, Version=2.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 PaintDotNet.Effects.Legacy .\PaintDotNet.Effects.Legacy.dll, Version=5.2.8451.6614 PaintDotNet.Plugins.Compatibility .\PaintDotNet.Plugins.Compatibility.dll, Version=5.2.8451.6614 System.Console .\System.Console.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a AlphaMask .\Effects\AlphaMask.dll, Version=2.0.3574.41943 Vandermotten.PaintDotNetEffects.ObjectAlign C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.ObjectAlign.dll, Version=5.0.0.0 Alpha2Gray .\Effects\Alpha2Gray.dll, Version=6.0.8407.21872 BandWPlus .\Effects\BandWPlus.dll, Version=6.0.8407.21940 ApplyMask .\Effects\ApplyMask.dll, Version=6.0.8407.21905 BBChart .\Effects\BBChart.dll, Version=1.1.0.0 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 BBOutlinedGradientText .\Effects\BBOutlinedGradientText.dll, Version=6.0.8426.37652 System.Windows.Forms.DataVisualization .\Effects\System.Windows.Forms.DataVisualization.dll, Version=1.0.0.0, PublicKeyToken=31bf3856ad364e35 Burninate .\Effects\Burninate.dll, Version=6.0.8407.22069 Borders N' Shapes .\Effects\Borders N' Shapes.dll, Version=4.0.4642.26476 Calendar .\Effects\Calendar.dll, Version=6.0.8426.36372 System.Resources.Extensions .\System.Resources.Extensions.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 coloraberation .\Effects\coloraberation.dll, Version=1.2.5.15647 ColorBalance .\Effects\ColorBalance.dll, Version=6.0.8407.22111 CombinedAdjustments .\Effects\CombinedAdjustments.dll, Version=6.0.8407.22130 Color Match .\Effects\Color Match.dll, Version=4.0.4642.26532 System.Core .\System.Core.dll, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 ComplementaryColors .\Effects\ComplementaryColors.dll, Version=6.0.8407.23961 CreativeTextPro .\Effects\CreativeTextPro.dll, Version=6.0.8407.22165 FillFromClipboard .\Effects\FillFromClipboard.dll, Version=6.0.8407.22397 Dimensions .\Effects\Dimensions.dll, Version=1.3.6826.38472 Dream .\Effects\Dream.dll, Version=6.0.8414.36727 Curves+ .\Effects\Curves+.dll, Version=4.0.6119.31044 FillFromFile .\Effects\FillFromFile.dll, Version=6.0.8407.22418 Vandermotten.PaintDotNetEffects.Monochromes C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll, Version=5.0.0.0 Film .\Effects\Film.dll, Version=4.0.4642.26607 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 GaussianBlurPlus .\Effects\GaussianBlurPlus.dll, Version=4.2.5691.27401 FloydSteinbergDithering .\Effects\FloydSteinbergDithering.dll, Version=5.2.8174.39918 Flip .\Effects\Flip.dll, Version=4.6.7358.36953 System.Runtime.Intrinsics .\System.Runtime.Intrinsics.dll, Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Gradient Blocks .\Effects\Gradient Blocks.dll, Version=4.0.4642.26658 Gradient Bars .\Effects\Gradient Bars.dll, Version=4.0.5152.23084 Gradient Grid .\Effects\Gradient Grid.dll, Version=4.0.6436.36068 Gray2Alpha .\Effects\Gray2Alpha.dll, Version=6.0.8407.22439 Grid Warp .\Effects\Grid Warp.dll, Version=4.0.6544.34496 GridCheckerboard .\Effects\GridCheckerboard.dll, Version=5.2.8141.24786 HueSatPlus .\Effects\HueSatPlus.dll, Version=5.2.8174.40274 Jitter .\Effects\Jitter.dll, Version=4.0.4642.26986 Landscape .\Effects\Landscape.dll, Version=5.2.8174.40347 Kill Color Keeper .\Effects\Kill Color Keeper.dll, Version=1.0.6641.13453 LightRays .\Effects\LightRays.dll, Version=2.1.5.14276 LevelHorizon .\Effects\LevelHorizon.dll, Version=6.0.8407.22459 PDNPI_IndirectUI .\Effects\jchunn.dll, Version=1.0.0.0 Liquify .\Effects\Liquify.dll, Version=4.0.5873.25113 Microsoft.VisualBasic .\Microsoft.VisualBasic.dll, Version=10.1.0.0, PublicKeyToken=b03f5f7f11d50a3a Microsoft.VisualBasic.Forms .\Microsoft.VisualBasic.Forms.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a MemeMaker .\Effects\MemeMaker.dll, Version=6.0.8407.22476 ObjectTools .\Effects\ObjectTools.dll, Version=6.0.8428.8314 OilPaintingPlus .\Effects\OilPaintingPlus.dll, Version=5.2.8141.27893 Outline Object .\Effects\Outline Object.dll, Version=4.0.4642.26954 Vandermotten.PaintDotNetEffects.MakeTransparent C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.MakeTransparent.dll, Version=5.0.0.0 System.Runtime.Serialization.Formatters .\System.Runtime.Serialization.Formatters.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a PasteAlpha .\Effects\PasteAlpha.dll, Version=5.2.8174.40450 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 Pastel .\Effects\Pastel.dll, Version=5.2.8174.40506 PhotoAdjustments .\Effects\PhotoAdjustments.dll, Version=6.0.8416.38377 Pixelate+ .\Effects\Pixelate+.dll, Version=4.0.4642.26940 Pixelbyte.AnimationEffect .\Effects\Pixelbyte.AnimationEffect.dll, Version=1.0.1.3 Random Effect .\Effects\Random Effect.dll, Version=4.0.4642.26928 Random Shape Fill .\Effects\Random Shape Fill.dll, Version=4.0.4642.26910 Vandermotten.PaintDotNetEffects.Grid C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Grid.dll, Version=5.0.0.0 RemoveDust .\Effects\RemoveDust.dll, Version=6.0.8407.22513 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 SeamCarving .\Effects\SeamCarving.dll, Version=5.2.8176.39366 SelectionTools .\Effects\SelectionTools.dll, Version=6.0.8412.38725 Smudge .\Effects\Smudge.dll, Version=4.0.5873.25097 Shape3D .\Effects\Shape3D.dll, Version=1.2.6.3 Splatter .\Effects\Splatter.dll, Version=4.0.5873.25083 Stitch .\Effects\Stitch.dll, Version=4.0.4642.26808 Trail .\Effects\Trail.dll, Version=4.0.4642.26791 Vandermotten.PaintDotNetEffects.Gradient C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, Version=5.0.0.0 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 Transparency .\Effects\Transparency.dll, Version=6.0.8407.22532 Twist .\Effects\Twist.dll, Version=4.0.5873.25056 VignettePlus .\Effects\VignettePlus.dll, Version=6.0.8407.22549 Vandermotten.PaintDotNetEffects.FadeEdge C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll, Version=5.0.0.0 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 Borders N' Shapes C:\Users\Luca\Documents\paint.net App Files\Effects\Borders N' Shapes.dll, Version=4.0.4642.26476 Color Match C:\Users\Luca\Documents\paint.net App Files\Effects\Color Match.dll, Version=4.2.7630.21216 Gradient Bars C:\Users\Luca\Documents\paint.net App Files\Effects\Gradient Bars.dll, Version=4.0.5152.23084 Film C:\Users\Luca\Documents\paint.net App Files\Effects\Film.dll, Version=4.0.4642.26607 Vandermotten.PaintDotNetEffects.Duotones C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll, Version=5.0.0.0 Gradient Grid C:\Users\Luca\Documents\paint.net App Files\Effects\Gradient Grid.dll, Version=4.0.6436.36068 Gradient Blocks C:\Users\Luca\Documents\paint.net App Files\Effects\Gradient Blocks.dll, Version=4.0.4642.26658 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 Curves+ C:\Users\Luca\Documents\paint.net App Files\Effects\Curves+.dll, Version=4.0.6119.31044 Jitter C:\Users\Luca\Documents\paint.net App Files\Effects\Jitter.dll, Version=4.0.4642.26986 Grid Warp C:\Users\Luca\Documents\paint.net App Files\Effects\Grid Warp.dll, Version=4.0.6544.34496 Liquify C:\Users\Luca\Documents\paint.net App Files\Effects\Liquify.dll, Version=4.0.5873.25113 Pixelate+ C:\Users\Luca\Documents\paint.net App Files\Effects\Pixelate+.dll, Version=4.0.4642.26940 Vandermotten.PaintDotNetEffects.DropShadow C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, Version=5.0.0.0 Outline Object C:\Users\Luca\Documents\paint.net App Files\Effects\Outline Object.dll, Version=4.0.4642.26954 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 Random Shape Fill C:\Users\Luca\Documents\paint.net App Files\Effects\Random Shape Fill.dll, Version=4.0.4642.26910 Newtonsoft.Json .\Newtonsoft.Json.dll, Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed Gradient Mapping C:\Users\Luca\Documents\paint.net App Files\Effects\Gradient Mapping.dll, Version=4.0.6547.33963 System.Linq.Expressions .\System.Linq.Expressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Random Effect C:\Users\Luca\Documents\paint.net App Files\Effects\Random Effect.dll, Version=4.0.4642.26928 System.Text.RegularExpressions .\System.Text.RegularExpressions.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Stitch C:\Users\Luca\Documents\paint.net App Files\Effects\Stitch.dll, Version=4.0.4642.26808 System.Runtime.Numerics .\System.Runtime.Numerics.dll, Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a Trail C:\Users\Luca\Documents\paint.net App Files\Effects\Trail.dll, Version=4.0.4642.26791 Vandermotten.PaintDotNetEffects.Blurs C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll, Version=5.0.0.0 Vandermotten.PaintDotNetEffects.ColorAccent C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.ColorAccent.dll, Version=5.0.0.0 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 Smudge C:\Users\Luca\Documents\paint.net App Files\Effects\Smudge.dll, Version=4.0.5873.25097 Vandermotten.PaintDotNetEffects C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, Version=5.0.0.0 Splatter C:\Users\Luca\Documents\paint.net App Files\Effects\Splatter.dll, Version=4.0.5873.25083 Twist C:\Users\Luca\Documents\paint.net App Files\Effects\Twist.dll, Version=4.0.5873.25056 Polygon .\Effects\Polygon.dll, Version=4.5.6828.38648 HSVGradients .\Effects\HSVGradients.dll, Version=4.5.6832.41864 SpacedTextPlugin .\Effects\SpacedTextPlugin.dll, Version=2.0.0.0 PhotoSauce.MagicScaler .\PhotoSauce.MagicScaler.dll, Version=0.13.2.0, PublicKeyToken=fc6b9b7b06809481 Gradient Mapping .\Effects\Gradient Mapping.dll, Version=4.0.6547.33963 ComputeSharp.Core .\ComputeSharp.Core.dll, Version=2.0.3.0 PointerToolkit.TerraFX.Interop.Windows .\PointerToolkit.TerraFX.Interop.Windows.dll, Version=10.0.22621.0 System.IO.Compression .\System.IO.Compression.dll, Version=7.0.0.0, PublicKeyToken=b77a5c561934e089 Native modules 310 paintdotnet.exe .\paintdotnet.exe, version=5.2.8451.6614 ntdll.dll C:\WINDOWS\SYSTEM32\ntdll.dll, version=10.0.22621.1408 (WinBuild.160101.0800) KERNEL32.DLL C:\WINDOWS\System32\KERNEL32.DLL, version=10.0.22621.1408 (WinBuild.160101.0800) KERNELBASE.dll C:\WINDOWS\System32\KERNELBASE.dll, version=10.0.22621.1408 (WinBuild.160101.0800) SHELL32.dll C:\WINDOWS\System32\SHELL32.dll, version=10.0.22621.1408 (WinBuild.160101.0800) msvcp_win.dll C:\WINDOWS\System32\msvcp_win.dll, version=10.0.22621.608 (WinBuild.160101.0800) ucrtbase.dll C:\WINDOWS\System32\ucrtbase.dll, version=10.0.22621.608 (WinBuild.160101.0800) USER32.dll C:\WINDOWS\System32\USER32.dll, version=10.0.22621.1408 (WinBuild.160101.0800) win32u.dll C:\WINDOWS\System32\win32u.dll, version=10.0.22621.1344 (WinBuild.160101.0800) GDI32.dll C:\WINDOWS\System32\GDI32.dll, version=10.0.22621.608 (WinBuild.160101.0800) gdi32full.dll C:\WINDOWS\System32\gdi32full.dll, version=10.0.22621.1344 (WinBuild.160101.0800) ole32.dll C:\WINDOWS\System32\ole32.dll, version=10.0.22621.1408 (WinBuild.160101.0800) combase.dll C:\WINDOWS\System32\combase.dll, version=10.0.22621.1408 (WinBuild.160101.0800) RPCRT4.dll C:\WINDOWS\System32\RPCRT4.dll, version=10.0.22621.1408 (WinBuild.160101.0800) OLEAUT32.dll C:\WINDOWS\System32\OLEAUT32.dll, version=10.0.22621.608 (WinBuild.160101.0800) SHLWAPI.dll C:\WINDOWS\System32\SHLWAPI.dll, version=10.0.22621.1408 (WinBuild.160101.0800) msvcrt.dll C:\WINDOWS\System32\msvcrt.dll, version=7.0.22621.608 (WinBuild.160101.0800) VCRUNTIME140.dll .\VCRUNTIME140.dll, version=14.34.31931.0 VCRUNTIME140_1.dll .\VCRUNTIME140_1.dll, version=14.34.31931.0 IMM32.DLL C:\WINDOWS\System32\IMM32.DLL, version=10.0.22621.1344 (WinBuild.160101.0800) shcore.dll C:\WINDOWS\System32\shcore.dll, version=10.0.22621.1408 (WinBuild.160101.0800) hostfxr.dll .\hostfxr.dll, version=7,0,323,6910 @Commit: 0a2bda10e81d901396c3cff95533529e3a93ad47 ADVAPI32.dll C:\WINDOWS\System32\ADVAPI32.dll, version=10.0.22621.1408 (WinBuild.160101.0800) sechost.dll C:\WINDOWS\System32\sechost.dll, version=10.0.22621.1 (WinBuild.160101.0800) hostpolicy.dll .\hostpolicy.dll, version=7,0,323,6910 @Commit: 0a2bda10e81d901396c3cff95533529e3a93ad47 coreclr.dll .\coreclr.dll, version=7,0,323,6910 @Commit: 0a2bda10e81d901396c3cff95533529e3a93ad47 bcryptPrimitives.dll C:\WINDOWS\System32\bcryptPrimitives.dll, version=10.0.22621.1344 (WinBuild.160101.0800) System.Private.CoreLib.dll .\System.Private.CoreLib.dll, version=7.0.323.6910 clrjit.dll .\clrjit.dll, version=7,0,323,6910 @Commit: 0a2bda10e81d901396c3cff95533529e3a93ad47 kernel.appcore.dll C:\WINDOWS\SYSTEM32\kernel.appcore.dll, version=10.0.22621.1 (WinBuild.160101.0800) paintdotnet.dll .\paintdotnet.dll, version=5.2.8451.6614 System.Runtime.dll .\System.Runtime.dll, version=7.0.323.6910 uxtheme.dll C:\WINDOWS\system32\uxtheme.dll, version=10.0.22621.1408 (WinBuild.160101.0800) SS3DevProps.dll C:\Program Files\ASUSTeKcomputer.Inc\Sonic Suite 3\Foundation\x64\SS3DevProps.dll, version= WS2_32.dll C:\WINDOWS\System32\WS2_32.dll, version=10.0.22621.1408 (WinBuild.160101.0800) NahimicAPIDevProps2.dll C:\Program Files\NahimicAPI\NahimicAPIDevProps2.dll, version=2.3.4.61094 PaintDotNet.Fundamentals.dll .\PaintDotNet.Fundamentals.dll, version=5.2.8451.6614 PaintDotNet.ComponentModel.dll .\PaintDotNet.ComponentModel.dll, version=5.2.8451.6614 System.Windows.Forms.dll .\System.Windows.Forms.dll, version=7.0.323.7201 System.Diagnostics.Tracing.dll .\System.Diagnostics.Tracing.dll, version=7.0.323.6910 icu.dll C:\WINDOWS\SYSTEM32\icu.dll, version=68, 2, 0, 10 (WinBuild.160101.0800) System.Threading.Thread.dll .\System.Threading.Thread.dll, version=7.0.323.6910 PaintDotNet.Base.dll .\PaintDotNet.Base.dll, version=5.2.8451.6614 PaintDotNet.Collections.dll .\PaintDotNet.Collections.dll, version=5.2.8451.6614 PaintDotNet.Systrace.dll .\PaintDotNet.Systrace.dll, version=5.2.8451.6614 PaintDotNet.Windows.dll .\PaintDotNet.Windows.dll, version=5.2.8451.6614 TerraFX.Interop.Windows.dll .\TerraFX.Interop.Windows.dll, version=10.0.22621.1 PaintDotNet.Primitives.dll .\PaintDotNet.Primitives.dll, version=5.2.8451.6614 System.Collections.Concurrent.dll .\System.Collections.Concurrent.dll, version=7.0.323.6910 PaintDotNet.Runtime.dll .\PaintDotNet.Runtime.dll, version=5.2.8451.6614 PointerToolkit.dll .\PointerToolkit.dll, version=1.0.0.0 System.Threading.dll .\System.Threading.dll, version=7.0.323.6910 System.Diagnostics.Process.dll .\System.Diagnostics.Process.dll, version=7.0.323.6910 PaintDotNet.SystemLayer.dll .\PaintDotNet.SystemLayer.dll, version=5.2.8451.6614 windows.storage.dll C:\WINDOWS\SYSTEM32\windows.storage.dll, version=10.0.22621.1408 (WinBuild.160101.0800) wintypes.dll C:\WINDOWS\SYSTEM32\wintypes.dll, version=10.0.22621.1408 (WinBuild.160101.0800) System.Private.Uri.dll .\System.Private.Uri.dll, version=7.0.323.6910 BCrypt.dll C:\WINDOWS\SYSTEM32\BCrypt.dll, version=10.0.22621.1408 (WinBuild.160101.0800) System.ComponentModel.Primitives.dll .\System.ComponentModel.Primitives.dll, version=7.0.323.6910 WindowsBase.dll .\WindowsBase.dll, version=7.0.323.7301 System.Windows.Forms.Primitives.dll .\System.Windows.Forms.Primitives.dll, version=7.0.323.7201 PaintDotNet.ObjectModel.dll .\PaintDotNet.ObjectModel.dll, version=5.2.8451.6614 PresentationFramework.dll .\PresentationFramework.dll, version=7.0.323.7301 System.Runtime.InteropServices.dll .\System.Runtime.InteropServices.dll, version=7.0.323.6910 System.Drawing.Primitives.dll .\System.Drawing.Primitives.dll, version=7.0.323.6910 System.Xaml.dll .\System.Xaml.dll, version=7.0.323.7301 System.ComponentModel.dll .\System.ComponentModel.dll, version=7.0.323.6910 System.Diagnostics.TraceSource.dll .\System.Diagnostics.TraceSource.dll, version=7.0.323.6910 System.Collections.dll .\System.Collections.dll, version=7.0.323.6910 Microsoft.Win32.Primitives.dll .\Microsoft.Win32.Primitives.dll, version=7.0.323.6910 System.Text.Encoding.CodePages.dll .\System.Text.Encoding.CodePages.dll, version=7.0.323.6910 PaintDotNet.Core.dll .\PaintDotNet.Core.dll, version=5.2.8451.6614 System.Configuration.ConfigurationManager.dll .\System.Configuration.ConfigurationManager.dll, version=7.0.323.6910 PaintDotNet.Resources.dll .\PaintDotNet.Resources.dll, version=5.2.8451.6614 System.Collections.Specialized.dll .\System.Collections.Specialized.dll, version=7.0.323.6910 System.ObjectModel.dll .\System.ObjectModel.dll, version=7.0.323.6910 PaintDotNet.Data.dll .\PaintDotNet.Data.dll, version=5.2.8451.6614 PaintDotNet.Framework.dll .\PaintDotNet.Framework.dll, version=5.2.8451.6614 CommunityToolkit.HighPerformance.dll .\CommunityToolkit.HighPerformance.dll, version=8.1.0.1 PresentationNative_cor3.dll .\PresentationNative_cor3.dll, version=7,0,22,50606 @Commit: 00c647d63646ecc287c92f64734f438557f4a813 System.Threading.ThreadPool.dll .\System.Threading.ThreadPool.dll, version=7.0.323.6910 PaintDotNet.Windows.Framework.dll .\PaintDotNet.Windows.Framework.dll, version=5.2.8451.6614 System.Xml.ReaderWriter.dll .\System.Xml.ReaderWriter.dll, version=7.0.323.6910 System.Private.Xml.dll .\System.Private.Xml.dll, version=7.0.323.6910 PaintDotNet.UI.dll .\PaintDotNet.UI.dll, version=5.2.8451.6614 System.Drawing.Common.dll .\System.Drawing.Common.dll, version=7.0.323.6910 System.Net.WebClient.dll .\System.Net.WebClient.dll, version=7.0.323.6910 System.ComponentModel.EventBasedAsync.dll .\System.ComponentModel.EventBasedAsync.dll, version=7.0.323.6910 System.Memory.dll .\System.Memory.dll, version=7.0.323.6910 System.Text.Encoding.Extensions.dll .\System.Text.Encoding.Extensions.dll, version=7.0.323.6910 Microsoft.Win32.SystemEvents.dll .\Microsoft.Win32.SystemEvents.dll, version=7.0.323.6910 dxgi.DLL C:\WINDOWS\SYSTEM32\dxgi.DLL, version=10.0.22621.1344 (WinBuild.160101.0800) System.Collections.Immutable.dll .\System.Collections.Immutable.dll, version=7.0.323.6910 MSCTF.dll C:\WINDOWS\System32\MSCTF.dll, version=10.0.22621.1408 (WinBuild.160101.0800) System.Linq.dll .\System.Linq.dll, version=7.0.323.6910 dxcore.dll C:\WINDOWS\SYSTEM32\dxcore.dll, version=10.0.22621.608 (WinBuild.160101.0800) Microsoft.Win32.Registry.dll .\Microsoft.Win32.Registry.dll, version=7.0.323.6910 directxdatabasehelper.dll C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll, version=10.0.22621.1344 (WinBuild.160101.0800) System.Diagnostics.FileVersionInfo.dll .\System.Diagnostics.FileVersionInfo.dll, version=7.0.323.6910 profapi.dll C:\WINDOWS\SYSTEM32\profapi.dll, version=10.0.22621.1 (WinBuild.160101.0800) version.dll C:\WINDOWS\SYSTEM32\version.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Security.Principal.Windows.dll .\System.Security.Principal.Windows.dll, version=7.0.323.6910 System.Security.Claims.dll .\System.Security.Claims.dll, version=7.0.323.6910 d3d11.DLL C:\WINDOWS\SYSTEM32\d3d11.DLL, version=10.0.22621.1344 (WinBuild.160101.0800) ComputeSharp.D2D1.dll .\ComputeSharp.D2D1.dll, version=2.0.3.0 nvldumdx.dll C:\WINDOWS\System32\DriverStore\FileRepository\nvamsig.inf_amd64_8f9166072f173168\nvldumdx.dll, version=31.0.15.2756 System.ComponentModel.TypeConverter.dll .\System.ComponentModel.TypeConverter.dll, version=7.0.323.6910 msasn1.dll C:\WINDOWS\SYSTEM32\msasn1.dll, version=10.0.22621.819 (WinBuild.160101.0800) cryptnet.dll C:\WINDOWS\SYSTEM32\cryptnet.dll, version=10.0.22621.1 (WinBuild.160101.0800) CRYPT32.dll C:\WINDOWS\System32\CRYPT32.dll, version=10.0.22621.1408 (WinBuild.160101.0800) drvstore.dll C:\WINDOWS\SYSTEM32\drvstore.dll, version=10.0.22621.1 (WinBuild.160101.0800) devobj.dll C:\WINDOWS\SYSTEM32\devobj.dll, version=10.0.22621.1344 (WinBuild.160101.0800) CFGMGR32.dll C:\WINDOWS\SYSTEM32\CFGMGR32.dll, version=10.0.22621.1344 (WinBuild.160101.0800) wldp.dll C:\WINDOWS\SYSTEM32\wldp.dll, version=10.0.22621.1408 (WinBuild.160101.0800) PaintDotNet.Windows.Core.dll .\PaintDotNet.Windows.Core.dll, version=5.2.8451.6614 cryptbase.dll C:\WINDOWS\SYSTEM32\cryptbase.dll, version=10.0.22621.1 (WinBuild.160101.0800) WINTRUST.DLL C:\WINDOWS\System32\WINTRUST.DLL, version=10.0.22621.1194 (WinBuild.160101.0800) imagehlp.dll C:\WINDOWS\System32\imagehlp.dll, version=10.0.22621.1 (WinBuild.160101.0800) d2d1.DLL C:\WINDOWS\SYSTEM32\d2d1.DLL, version=10.0.22621.1408 (WinBuild.160101.0800) PresentationCore.dll .\PresentationCore.dll, version=7.0.323.7301 DirectWriteForwarder.dll .\DirectWriteForwarder.dll, version=7,0,323,7301 @Commit: 0a09c7d17212981cb4fd5907fa6a6214966a366d PaintDotNet.PropertySystem.dll .\PaintDotNet.PropertySystem.dll, version=5.2.8451.6614 clbcatq.dll C:\WINDOWS\System32\clbcatq.dll, version=2001.12.10941.16384 (WinBuild.160101.0800) System.Runtime.Extensions.dll .\System.Runtime.Extensions.dll, version=7.0.323.6910 gdiplus.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22621.819_none_da30437f1b9d3de1\gdiplus.dll, version=10.0.22621.819 (WinBuild.160101.0800) System.Diagnostics.Debug.dll .\System.Diagnostics.Debug.dll, version=7.0.323.6910 WindowsCodecs.dll C:\WINDOWS\SYSTEM32\WindowsCodecs.dll, version=10.0.22621.608 (WinBuild.160101.0800) UIAnimation.dll C:\WINDOWS\System32\UIAnimation.dll, version=10.0.22621.1 (WinBuild.160101.0800) System.Runtime.CompilerServices.VisualC.dll .\System.Runtime.CompilerServices.VisualC.dll, version=7.0.323.6910 System.IO.Packaging.dll .\System.IO.Packaging.dll, version=7.0.323.6910 XmlLite.dll C:\WINDOWS\SYSTEM32\XmlLite.dll, version=10.0.22621.608 (WinBuild.160101.0800) CRYPTSP.dll C:\WINDOWS\SYSTEM32\CRYPTSP.dll, version=10.0.22621.1 (WinBuild.160101.0800) rsaenh.dll C:\WINDOWS\system32\rsaenh.dll, version=10.0.22621.1 (WinBuild.160101.0800) dwrite.dll C:\WINDOWS\SYSTEM32\dwrite.dll, version=10.0.22621.1408 (WinBuild.160101.0800) System.Collections.NonGeneric.dll .\System.Collections.NonGeneric.dll, version=7.0.323.6910 nvwgf2umx.dll C:\WINDOWS\System32\DriverStore\FileRepository\nvamsig.inf_amd64_8f9166072f173168\nvwgf2umx.dll, version=31.0.15.2756 WINMM.dll C:\WINDOWS\SYSTEM32\WINMM.dll, version=10.0.22621.1408 (WinBuild.160101.0800) PaintDotNet.Effects.Core.dll .\PaintDotNet.Effects.Core.dll, version=5.2.8451.6614 MMDevApi.dll C:\WINDOWS\System32\MMDevApi.dll, version=10.0.22621.1408 (WinBuild.160101.0800) AUDIOSES.DLL C:\WINDOWS\SYSTEM32\AUDIOSES.DLL, version=10.0.22621.1408 (WinBuild.160101.0800) PropSys.dll C:\WINDOWS\SYSTEM32\PropSys.dll, version=7.0.22621.1408 (WinBuild.160101.0800) ProductInfo.dll C:\Program Files\NahimicAPI\ProductInfo.dll, version= UIAutomationTypes.dll .\UIAutomationTypes.dll, version=7.0.323.7301 comctl32.dll C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.608_none_a9444ca7c10bb01d\comctl32.dll, version=6.10 (WinBuild.160101.0800) Accessibility.dll .\Accessibility.dll, version=7.0.323.7201 System.Numerics.Vectors.dll .\System.Numerics.Vectors.dll, version=7.0.323.6910 Crc32.NET.dll .\Crc32.NET.dll, version=1.2.0.5 System.Security.Cryptography.dll .\System.Security.Cryptography.dll, version=7.0.323.6910 TextShaping.dll C:\WINDOWS\SYSTEM32\TextShaping.dll, version=10.0.22621.608 (WinBuild.160101.0800) System.Runtime.Loader.dll .\System.Runtime.Loader.dll, version=7.0.323.6910 PaintDotNet.Effects.Gpu.dll .\PaintDotNet.Effects.Gpu.dll, version=5.2.8451.6614 System.Threading.Tasks.Parallel.dll .\System.Threading.Tasks.Parallel.dll, version=7.0.323.6910 PaintDotNet.Effects.dll .\PaintDotNet.Effects.dll, version=5.2.8451.6614 System.Reflection.Metadata.dll .\System.Reflection.Metadata.dll, version=7.0.323.6910 System.IO.MemoryMappedFiles.dll .\System.IO.MemoryMappedFiles.dll, version=7.0.323.6910 System.Reflection.MetadataLoadContext.dll .\System.Reflection.MetadataLoadContext.dll, version=7.0.22.51805 PcxFileType.dll .\FileTypes\PcxFileType.dll, version=0.9.5.0 ImIFF.FileType.dll .\FileTypes\ImIFF.FileType.dll, version=1.0.0.21 wtsapi32.dll C:\WINDOWS\SYSTEM32\wtsapi32.dll, version=10.0.22621.1 (WinBuild.160101.0800) QOIPaintDotNet.dll .\FileTypes\QOIPaintDotNet.dll, version=1.1.1.0 D3D10Warp.dll C:\WINDOWS\SYSTEM32\D3D10Warp.dll, version=10.0.22621.1194 (WinBuild.160101.0800) WINSTA.dll C:\WINDOWS\SYSTEM32\WINSTA.dll, version=10.0.22621.608 (WinBuild.160101.0800) ImAGIF.FileType.dll .\FileTypes\ImAGIF.FileType.dll, version=0.13.0.21358 IcoCur.dll .\FileTypes\IcoCur.dll, version=4.0.1.0 mscorlib.dll .\mscorlib.dll, version=7.0.323.6910 mfplat.dll C:\WINDOWS\SYSTEM32\mfplat.dll, version=10.0.22621.1408 (WinBuild.160101.0800) RTWorkQ.DLL C:\WINDOWS\SYSTEM32\RTWorkQ.DLL, version=10.0.22621.1 (WinBuild.160101.0800) System.dll .\System.dll, version=7.0.323.6910 System.Drawing.dll .\System.Drawing.dll, version=7.0.323.7201 CompPkgSup.DLL C:\WINDOWS\SYSTEM32\CompPkgSup.DLL, version=10.0.22621.608 (WinBuild.160101.0800) Windows.StateRepositoryPS.dll C:\Windows\System32\Windows.StateRepositoryPS.dll, version=10.0.22621.1344 (WinBuild.160101.0800) DdsFileTypePlus.dll .\Bundled\DDSFileTypePlus\DdsFileTypePlus.dll, version=1.11.1.0 WebPFileType.dll .\Bundled\WebPFileType\WebPFileType.dll, version=1.3.16.0 AvifFileType.dll .\Bundled\AvifFileType\AvifFileType.dll, version=1.1.24.0 windows.staterepositoryclient.dll C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll, version=10.0.22621.1344 (WinBuild.160101.0800) windows.staterepositorycore.dll C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll, version=10.0.22621.1344 (WinBuild.160101.0800) UIAutomationCore.dll C:\WINDOWS\SYSTEM32\UIAutomationCore.dll, version=7.2.22621.1408 (WinBuild.160101.0800) Mono.Cecil.dll .\Mono.Cecil.dll, version=0.11.4.0 netstandard.dll .\netstandard.dll, version=7.0.323.6910 PaintDotNet.Effects.Legacy.dll .\PaintDotNet.Effects.Legacy.dll, version=5.2.8451.6614 PaintDotNet.Plugins.Compatibility.dll .\PaintDotNet.Plugins.Compatibility.dll, version=5.2.8451.6614 System.Console.dll .\System.Console.dll, version=7.0.323.6910 AlphaMask.dll .\Effects\AlphaMask.dll, version=2.0.3574.41943 amsi.dll C:\WINDOWS\SYSTEM32\amsi.dll, version=10.0.22621.1 (WinBuild.160101.0800) Vandermotten.PaintDotNetEffects.ObjectAlign.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.ObjectAlign.dll, version=5.0.1.0 Alpha2Gray.dll .\Effects\Alpha2Gray.dll, version=6.0.8407.21872 BandWPlus.dll .\Effects\BandWPlus.dll, version=6.0.8407.21940 ApplyMask.dll .\Effects\ApplyMask.dll, version=6.0.8407.21905 BBChart.dll .\Effects\BBChart.dll, version=1.1.0.0 USERENV.dll C:\WINDOWS\SYSTEM32\USERENV.dll, version=10.0.22621.1408 (WinBuild.160101.0800) Vandermotten.PaintDotNetEffects.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.dll, version=5.0.1.0 BBOutlinedGradientText.dll .\Effects\BBOutlinedGradientText.dll, version=6.0.8426.37652 MpOav.dll C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2302.3-0\MpOav.dll, version=4.18.2302.3 (WinBuild.160101.0800) System.Windows.Forms.DataVisualization.dll .\Effects\System.Windows.Forms.DataVisualization.dll, version=1.0.20.11001 MPCLIENT.DLL C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2302.3-0\MPCLIENT.DLL, version=4.18.2302.3 (WinBuild.160101.0800) dwmapi.DLL C:\WINDOWS\SYSTEM32\dwmapi.DLL, version=10.0.22621.1408 (WinBuild.160101.0800) Burninate.dll .\Effects\Burninate.dll, version=6.0.8407.22069 Borders N' Shapes.dll .\Effects\Borders N' Shapes.dll, version=4.0.4642.26476 gpapi.dll C:\WINDOWS\SYSTEM32\gpapi.dll, version=10.0.22621.1408 (WinBuild.160101.0800) Calendar.dll .\Effects\Calendar.dll, version=6.0.8426.36372 System.Resources.Extensions.dll .\System.Resources.Extensions.dll, version=7.0.323.6910 coloraberation.dll .\Effects\coloraberation.dll, version=1.2.5.0 ColorBalance.dll .\Effects\ColorBalance.dll, version=6.0.8407.22111 CombinedAdjustments.dll .\Effects\CombinedAdjustments.dll, version=6.0.8407.22130 Color Match.dll .\Effects\Color Match.dll, version=4.0.4642.26532 System.Core.dll .\System.Core.dll, version=7.0.323.6910 ComplementaryColors.dll .\Effects\ComplementaryColors.dll, version=6.0.8407.23961 CreativeTextPro.dll .\Effects\CreativeTextPro.dll, version=6.0.8407.22165 dataexchange.dll C:\WINDOWS\system32\dataexchange.dll, version=10.0.22621.608 (WinBuild.160101.0800) twinapi.appcore.dll C:\WINDOWS\system32\twinapi.appcore.dll, version=10.0.22621.1408 (WinBuild.160101.0800) FillFromClipboard.dll .\Effects\FillFromClipboard.dll, version=6.0.8407.22397 Dimensions.dll .\Effects\Dimensions.dll, version=1.3.6826.38472 Dream.dll .\Effects\Dream.dll, version=6.0.8414.36727 Curves+.dll .\Effects\Curves+.dll, version=4.0.6119.31044 FillFromFile.dll .\Effects\FillFromFile.dll, version=6.0.8407.22418 Vandermotten.PaintDotNetEffects.Monochromes.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Monochromes.dll, version=5.0.1.0 Film.dll .\Effects\Film.dll, version=4.0.4642.26607 GaussianBlurPlus.dll .\Effects\GaussianBlurPlus.dll, version=4.2.5691.27401 FloydSteinbergDithering.dll .\Effects\FloydSteinbergDithering.dll, version=5.2.8174.39918 Flip.dll .\Effects\Flip.dll, version=4.6.7358.36953 System.Runtime.Intrinsics.dll .\System.Runtime.Intrinsics.dll, version=7.0.323.6910 Gradient Blocks.dll .\Effects\Gradient Blocks.dll, version=4.0.4642.26658 Gradient Bars.dll .\Effects\Gradient Bars.dll, version=4.0.5152.23084 Gradient Grid.dll .\Effects\Gradient Grid.dll, version=4.0.6436.36068 Gray2Alpha.dll .\Effects\Gray2Alpha.dll, version=6.0.8407.22439 Grid Warp.dll .\Effects\Grid Warp.dll, version=4.0.6544.34496 GridCheckerboard.dll .\Effects\GridCheckerboard.dll, version=5.2.8141.24786 HueSatPlus.dll .\Effects\HueSatPlus.dll, version=5.2.8174.40274 Jitter.dll .\Effects\Jitter.dll, version=4.0.4642.26986 Landscape.dll .\Effects\Landscape.dll, version=5.2.8174.40347 Kill Color Keeper.dll .\Effects\Kill Color Keeper.dll, version=1.0.6641.13453 LightRays.dll .\Effects\LightRays.dll, version=2.1.5.0 LevelHorizon.dll .\Effects\LevelHorizon.dll, version=6.0.8407.22459 jchunn.dll .\Effects\jchunn.dll, version=1.0.0.0 Liquify.dll .\Effects\Liquify.dll, version=4.0.5873.25113 Microsoft.VisualBasic.dll .\Microsoft.VisualBasic.dll, version=7.0.323.7201 Microsoft.VisualBasic.Forms.dll .\Microsoft.VisualBasic.Forms.dll, version=7.0.323.7201 MemeMaker.dll .\Effects\MemeMaker.dll, version=6.0.8407.22476 ObjectTools.dll .\Effects\ObjectTools.dll, version=6.0.8428.8314 OilPaintingPlus.dll .\Effects\OilPaintingPlus.dll, version=5.2.8141.27893 Outline Object.dll .\Effects\Outline Object.dll, version=4.0.4642.26954 Vandermotten.PaintDotNetEffects.MakeTransparent.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.MakeTransparent.dll, version=5.0.1.0 System.Runtime.Serialization.Formatters.dll .\System.Runtime.Serialization.Formatters.dll, version=7.0.323.6910 PasteAlpha.dll .\Effects\PasteAlpha.dll, version=5.2.8174.40450 Pastel.dll .\Effects\Pastel.dll, version=5.2.8174.40506 PhotoAdjustments.dll .\Effects\PhotoAdjustments.dll, version=6.0.8416.38377 Pixelate+.dll .\Effects\Pixelate+.dll, version=4.0.4642.26940 Pixelbyte.AnimationEffect.dll .\Effects\Pixelbyte.AnimationEffect.dll, version=1.0.1.3 Random Effect.dll .\Effects\Random Effect.dll, version=4.0.4642.26928 Random Shape Fill.dll .\Effects\Random Shape Fill.dll, version=4.0.4642.26910 Vandermotten.PaintDotNetEffects.Grid.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Grid.dll, version=5.0.1.0 RemoveDust.dll .\Effects\RemoveDust.dll, version=6.0.8407.22513 SeamCarving.dll .\Effects\SeamCarving.dll, version=5.2.8176.39366 SelectionTools.dll .\Effects\SelectionTools.dll, version=6.0.8412.38725 Smudge.dll .\Effects\Smudge.dll, version=4.0.5873.25097 Shape3D.dll .\Effects\Shape3D.dll, version=1.2.6.3 Splatter.dll .\Effects\Splatter.dll, version=4.0.5873.25083 Stitch.dll .\Effects\Stitch.dll, version=4.0.4642.26808 Trail.dll .\Effects\Trail.dll, version=4.0.4642.26791 Vandermotten.PaintDotNetEffects.Gradient.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Gradient.dll, version=5.0.1.0 Transparency.dll .\Effects\Transparency.dll, version=6.0.8407.22532 Twist.dll .\Effects\Twist.dll, version=4.0.5873.25056 VignettePlus.dll .\Effects\VignettePlus.dll, version=6.0.8407.22549 Vandermotten.PaintDotNetEffects.FadeEdge.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.FadeEdge.dll, version=5.0.1.0 Borders N' Shapes.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Borders N' Shapes.dll, version=4.0.4642.26476 Color Match.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Color Match.dll, version=4.2.7630.21216 Gradient Bars.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Gradient Bars.dll, version=4.0.5152.23084 Film.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Film.dll, version=4.0.4642.26607 Vandermotten.PaintDotNetEffects.Duotones.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Duotones.dll, version=5.0.1.0 Gradient Grid.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Gradient Grid.dll, version=4.0.6436.36068 Gradient Blocks.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Gradient Blocks.dll, version=4.0.4642.26658 Curves+.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Curves+.dll, version=4.0.6119.31044 Jitter.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Jitter.dll, version=4.0.4642.26986 textinputframework.dll C:\WINDOWS\SYSTEM32\textinputframework.dll, version=10.0.22621.1344 (WinBuild.160101.0800) CoreMessaging.dll C:\WINDOWS\SYSTEM32\CoreMessaging.dll, version=10.0.22621.608 (WinBuild.160101.0800) CoreUIComponents.dll C:\WINDOWS\SYSTEM32\CoreUIComponents.dll, version=10.0.22621.608 Grid Warp.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Grid Warp.dll, version=4.0.6544.34496 Liquify.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Liquify.dll, version=4.0.5873.25113 Pixelate+.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Pixelate+.dll, version=4.0.4642.26940 Vandermotten.PaintDotNetEffects.DropShadow.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.DropShadow.dll, version=5.0.1.0 Outline Object.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Outline Object.dll, version=4.0.4642.26954 Random Shape Fill.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Random Shape Fill.dll, version=4.0.4642.26910 powrprof.dll C:\WINDOWS\SYSTEM32\powrprof.dll, version=10.0.22621.1408 (WinBuild.160101.0800) UMPDC.dll C:\WINDOWS\SYSTEM32\UMPDC.dll, version=10.0.22621.1 (WinBuild.160101.0800) Newtonsoft.Json.dll .\Newtonsoft.Json.dll, version=13.0.2.27524 System.Linq.Expressions.dll .\System.Linq.Expressions.dll, version=7.0.323.6910 Random Effect.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Random Effect.dll, version=4.0.4642.26928 System.Text.RegularExpressions.dll .\System.Text.RegularExpressions.dll, version=7.0.323.6910 Stitch.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Stitch.dll, version=4.0.4642.26808 System.Runtime.Numerics.dll .\System.Runtime.Numerics.dll, version=7.0.323.6910 Trail.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Trail.dll, version=4.0.4642.26791 Vandermotten.PaintDotNetEffects.Blurs.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.Blurs.dll, version=5.0.1.0 Vandermotten.PaintDotNetEffects.ColorAccent.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Vandermotten.PaintDotNetEffects.ColorAccent.dll, version=5.0.1.0 Smudge.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Smudge.dll, version=4.0.5873.25097 Splatter.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Splatter.dll, version=4.0.5873.25083 Twist.dll C:\Users\Luca\Documents\paint.net App Files\Effects\Twist.dll, version=4.0.5873.25056 PaintDotNet.SystemLayer.Native.x64.dll .\PaintDotNet.SystemLayer.Native.x64.dll, version=5.2.8451.6614 PhotoSauce.MagicScaler.dll .\PhotoSauce.MagicScaler.dll, version=0.13.2.0 explorerframe.dll C:\WINDOWS\system32\explorerframe.dll, version=10.0.22621.1408 (WinBuild.160101.0800) ComputeSharp.Core.dll .\ComputeSharp.Core.dll, version=2.0.3.0 d3dcompiler_47.DLL C:\WINDOWS\SYSTEM32\d3dcompiler_47.DLL, version=10.0.22621.608 (WinBuild.160101.0800) Cabinet.dll C:\WINDOWS\SYSTEM32\Cabinet.dll, version=5.00 (WinBuild.160101.0800) dcomp.dll C:\WINDOWS\SYSTEM32\dcomp.dll, version=10.0.22621.1344 (WinBuild.160101.0800) PointerToolkit.TerraFX.Interop.Windows.dll .\PointerToolkit.TerraFX.Interop.Windows.dll, version=10.0.22621.0 System.IO.Compression.dll .\System.IO.Compression.dll, version=7.0.323.6910 MsftEdit.DLL C:\WINDOWS\SYSTEM32\MsftEdit.DLL, version=10.0.22621.1408 (WinBuild.160101.0800) Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll, version=10.0.22621.1 (WinBuild.160101.0800) globinputhost.dll C:\WINDOWS\SYSTEM32\globinputhost.dll, version=10.0.22621.608 (WinBuild.160101.0800) Bcp47Langs.dll C:\WINDOWS\SYSTEM32\Bcp47Langs.dll, version=10.0.22621.608 (WinBuild.160101.0800) setupapi.DLL C:\WINDOWS\System32\setupapi.DLL, version=10.0.22621.1408 (WinBuild.160101.0800)
  11. Amiga ILBM ("picture" and "brush"), can be handy to load on a shared dir with Personal Paint or Deluxe Paint on the Amiga through WinUAE emulator...
  12. @Rick Brewster Here is the case: Posted November 1 (getpaint.net) ... Would be possible to give higher pri to plugin file format loading routines in cases like this (GIF built-in extension used for both GIF and animated GIFs, handled by a plugin)? At lease if you specify from Windows file requester a specific format filter....
  13. Oh Thank you from prompt reply. Will this change in the future for Paint.net? At least when force-loading a specific format changing file type in the file-requester... Of course keeping default filter will give priority to built-in formats, but when choosing a specific filter I expected Paint.net to ignore built-in filter.
  14. Mmmh, if I select from requester to open a AGIF file, Windows file requester will be correctly restricted to aGIFs only in that directory, skipping normal GIF files: but then when I proceed loading those .gif as AGIF they won't get loaded as agif Is this a bug? I know I can rename them .agif to load them correctly as animated gifs, but I wanted to keep them as .gif and force-load them as AGIF from within Paint.net... Am I doing something wrong? Is this impossible to do?
×
×
  • Create New...